@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.847Z") @Stability(value=Stable) public class CfnCluster extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnCluster.Builder
A fluent builder for
CfnCluster. |
static interface |
CfnCluster.SSESpecificationProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnCluster(software.constructs.Construct scope,
String id,
CfnClusterProps props)
Create a new `AWS::DAX::Cluster`.
|
protected |
CfnCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnCluster(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrClusterDiscoveryEndpoint() |
List<String> |
getAvailabilityZones()
`AWS::DAX::Cluster.AvailabilityZones`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getClusterName()
`AWS::DAX::Cluster.ClusterName`.
|
String |
getDescription()
`AWS::DAX::Cluster.Description`.
|
String |
getIamRoleArn()
`AWS::DAX::Cluster.IAMRoleARN`.
|
String |
getNodeType()
`AWS::DAX::Cluster.NodeType`.
|
String |
getNotificationTopicArn()
`AWS::DAX::Cluster.NotificationTopicARN`.
|
String |
getParameterGroupName()
`AWS::DAX::Cluster.ParameterGroupName`.
|
String |
getPreferredMaintenanceWindow()
`AWS::DAX::Cluster.PreferredMaintenanceWindow`.
|
Number |
getReplicationFactor()
`AWS::DAX::Cluster.ReplicationFactor`.
|
List<String> |
getSecurityGroupIds()
`AWS::DAX::Cluster.SecurityGroupIds`.
|
Object |
getSseSpecification()
`AWS::DAX::Cluster.SSESpecification`.
|
String |
getSubnetGroupName()
`AWS::DAX::Cluster.SubnetGroupName`.
|
TagManager |
getTags()
`AWS::DAX::Cluster.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAvailabilityZones(List<String> value)
`AWS::DAX::Cluster.AvailabilityZones`.
|
void |
setClusterName(String value)
`AWS::DAX::Cluster.ClusterName`.
|
void |
setDescription(String value)
`AWS::DAX::Cluster.Description`.
|
void |
setIamRoleArn(String value)
`AWS::DAX::Cluster.IAMRoleARN`.
|
void |
setNodeType(String value)
`AWS::DAX::Cluster.NodeType`.
|
void |
setNotificationTopicArn(String value)
`AWS::DAX::Cluster.NotificationTopicARN`.
|
void |
setParameterGroupName(String value)
`AWS::DAX::Cluster.ParameterGroupName`.
|
void |
setPreferredMaintenanceWindow(String value)
`AWS::DAX::Cluster.PreferredMaintenanceWindow`.
|
void |
setReplicationFactor(Number value)
`AWS::DAX::Cluster.ReplicationFactor`.
|
void |
setSecurityGroupIds(List<String> value)
`AWS::DAX::Cluster.SecurityGroupIds`.
|
void |
setSseSpecification(CfnCluster.SSESpecificationProperty value)
`AWS::DAX::Cluster.SSESpecification`.
|
void |
setSseSpecification(IResolvable value)
`AWS::DAX::Cluster.SSESpecification`.
|
void |
setSubnetGroupName(String value)
`AWS::DAX::Cluster.SubnetGroupName`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnCluster(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnCluster(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnClusterProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrClusterDiscoveryEndpoint()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getIamRoleArn()
@Stability(value=Stable)
public void setIamRoleArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getNodeType()
@Stability(value=Stable)
public void setNodeType(@NotNull
String value)
@Stability(value=Stable) @NotNull public Number getReplicationFactor()
@Stability(value=Stable)
public void setReplicationFactor(@NotNull
Number value)
@Stability(value=Stable) @Nullable public List<String> getAvailabilityZones()
@Stability(value=Stable)
public void setAvailabilityZones(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getClusterName()
@Stability(value=Stable)
public void setClusterName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getNotificationTopicArn()
@Stability(value=Stable)
public void setNotificationTopicArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getParameterGroupName()
@Stability(value=Stable)
public void setParameterGroupName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getPreferredMaintenanceWindow()
@Stability(value=Stable)
public void setPreferredMaintenanceWindow(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getSecurityGroupIds()
@Stability(value=Stable)
public void setSecurityGroupIds(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public Object getSseSpecification()
@Stability(value=Stable)
public void setSseSpecification(@Nullable
CfnCluster.SSESpecificationProperty value)
@Stability(value=Stable)
public void setSseSpecification(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getSubnetGroupName()
@Stability(value=Stable)
public void setSubnetGroupName(@Nullable
String value)
Copyright © 2021. All rights reserved.