Interface DaxClusterConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DaxClusterConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.483Z") @Stability(Stable) public interface DaxClusterConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDaxClusterConfig.BuilderA builder forDaxClusterConfigstatic classDaxClusterConfig.Jsii$ProxyAn implementation forDaxClusterConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DaxClusterConfig.Builderbuilder()default List<String>getAvailabilityZones()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#availability_zones DaxCluster#availability_zones}.default StringgetClusterEndpointEncryptionType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#cluster_endpoint_encryption_type DaxCluster#cluster_endpoint_encryption_type}.StringgetClusterName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#cluster_name DaxCluster#cluster_name}.default StringgetDescription()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#description DaxCluster#description}.StringgetIamRoleArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#iam_role_arn DaxCluster#iam_role_arn}.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#id DaxCluster#id}.default StringgetMaintenanceWindow()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#maintenance_window DaxCluster#maintenance_window}.StringgetNodeType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#node_type DaxCluster#node_type}.default StringgetNotificationTopicArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#notification_topic_arn DaxCluster#notification_topic_arn}.default StringgetParameterGroupName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#parameter_group_name DaxCluster#parameter_group_name}.NumbergetReplicationFactor()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#replication_factor DaxCluster#replication_factor}.default List<String>getSecurityGroupIds()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#security_group_ids DaxCluster#security_group_ids}.default DaxClusterServerSideEncryptiongetServerSideEncryption()server_side_encryption block.default StringgetSubnetGroupName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#subnet_group_name DaxCluster#subnet_group_name}.default Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#tags DaxCluster#tags}.default Map<String,String>getTagsAll()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#tags_all DaxCluster#tags_all}.default DaxClusterTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getClusterName
@Stability(Stable) @NotNull String getClusterName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#cluster_name DaxCluster#cluster_name}.
-
getIamRoleArn
@Stability(Stable) @NotNull String getIamRoleArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#iam_role_arn DaxCluster#iam_role_arn}.
-
getNodeType
@Stability(Stable) @NotNull String getNodeType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#node_type DaxCluster#node_type}.
-
getReplicationFactor
@Stability(Stable) @NotNull Number getReplicationFactor()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#replication_factor DaxCluster#replication_factor}.
-
getAvailabilityZones
@Stability(Stable) @Nullable default List<String> getAvailabilityZones()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#availability_zones DaxCluster#availability_zones}.
-
getClusterEndpointEncryptionType
@Stability(Stable) @Nullable default String getClusterEndpointEncryptionType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#cluster_endpoint_encryption_type DaxCluster#cluster_endpoint_encryption_type}.
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#description DaxCluster#description}.
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#id DaxCluster#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getMaintenanceWindow
@Stability(Stable) @Nullable default String getMaintenanceWindow()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#maintenance_window DaxCluster#maintenance_window}.
-
getNotificationTopicArn
@Stability(Stable) @Nullable default String getNotificationTopicArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#notification_topic_arn DaxCluster#notification_topic_arn}.
-
getParameterGroupName
@Stability(Stable) @Nullable default String getParameterGroupName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#parameter_group_name DaxCluster#parameter_group_name}.
-
getSecurityGroupIds
@Stability(Stable) @Nullable default List<String> getSecurityGroupIds()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#security_group_ids DaxCluster#security_group_ids}.
-
getServerSideEncryption
@Stability(Stable) @Nullable default DaxClusterServerSideEncryption getServerSideEncryption()
server_side_encryption block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#server_side_encryption DaxCluster#server_side_encryption}
-
getSubnetGroupName
@Stability(Stable) @Nullable default String getSubnetGroupName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#subnet_group_name DaxCluster#subnet_group_name}.
-
getTags
@Stability(Stable) @Nullable default Map<String,String> getTags()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#tags DaxCluster#tags}.
-
getTagsAll
@Stability(Stable) @Nullable default Map<String,String> getTagsAll()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#tags_all DaxCluster#tags_all}.
-
getTimeouts
@Stability(Stable) @Nullable default DaxClusterTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#timeouts DaxCluster#timeouts}
-
builder
@Stability(Stable) static DaxClusterConfig.Builder builder()
- Returns:
- a
DaxClusterConfig.BuilderofDaxClusterConfig
-
-