Class DaxClusterConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.dax_cluster.DaxClusterConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DaxClusterConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DaxClusterConfig
@Stability(Stable) @Internal public static final class DaxClusterConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DaxClusterConfig
An implementation forDaxClusterConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.dax_cluster.DaxClusterConfig
DaxClusterConfig.Builder, DaxClusterConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DaxClusterConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDaxClusterConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)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}.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}.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#description DaxCluster#description}.com.hashicorp.cdktf.ITerraformIteratorgetForEach()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}.StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#id DaxCluster#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()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}.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}.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}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()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}.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}.DaxClusterServerSideEncryptiongetServerSideEncryption()server_side_encryption block.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}.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}.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}.DaxClusterTimeoutsgetTimeouts()timeouts block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DaxClusterConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDaxClusterConfig.Builder.
-
-
Method Detail
-
getClusterName
public final String getClusterName()
Description copied from interface:DaxClusterConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#cluster_name DaxCluster#cluster_name}.- Specified by:
getClusterNamein interfaceDaxClusterConfig
-
getIamRoleArn
public final String getIamRoleArn()
Description copied from interface:DaxClusterConfigDocs 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}.- Specified by:
getIamRoleArnin interfaceDaxClusterConfig
-
getNodeType
public final String getNodeType()
Description copied from interface:DaxClusterConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#node_type DaxCluster#node_type}.- Specified by:
getNodeTypein interfaceDaxClusterConfig
-
getReplicationFactor
public final Number getReplicationFactor()
Description copied from interface:DaxClusterConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#replication_factor DaxCluster#replication_factor}.- Specified by:
getReplicationFactorin interfaceDaxClusterConfig
-
getAvailabilityZones
public final List<String> getAvailabilityZones()
Description copied from interface:DaxClusterConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#availability_zones DaxCluster#availability_zones}.- Specified by:
getAvailabilityZonesin interfaceDaxClusterConfig
-
getClusterEndpointEncryptionType
public final String getClusterEndpointEncryptionType()
Description copied from interface:DaxClusterConfigDocs 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}.- Specified by:
getClusterEndpointEncryptionTypein interfaceDaxClusterConfig
-
getDescription
public final String getDescription()
Description copied from interface:DaxClusterConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#description DaxCluster#description}.- Specified by:
getDescriptionin interfaceDaxClusterConfig
-
getId
public final String getId()
Description copied from interface:DaxClusterConfigDocs 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.
- Specified by:
getIdin interfaceDaxClusterConfig
-
getMaintenanceWindow
public final String getMaintenanceWindow()
Description copied from interface:DaxClusterConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#maintenance_window DaxCluster#maintenance_window}.- Specified by:
getMaintenanceWindowin interfaceDaxClusterConfig
-
getNotificationTopicArn
public final String getNotificationTopicArn()
Description copied from interface:DaxClusterConfigDocs 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}.- Specified by:
getNotificationTopicArnin interfaceDaxClusterConfig
-
getParameterGroupName
public final String getParameterGroupName()
Description copied from interface:DaxClusterConfigDocs 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}.- Specified by:
getParameterGroupNamein interfaceDaxClusterConfig
-
getSecurityGroupIds
public final List<String> getSecurityGroupIds()
Description copied from interface:DaxClusterConfigDocs 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}.- Specified by:
getSecurityGroupIdsin interfaceDaxClusterConfig
-
getServerSideEncryption
public final DaxClusterServerSideEncryption getServerSideEncryption()
Description copied from interface:DaxClusterConfigserver_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}
- Specified by:
getServerSideEncryptionin interfaceDaxClusterConfig
-
getSubnetGroupName
public final String getSubnetGroupName()
Description copied from interface:DaxClusterConfigDocs 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}.- Specified by:
getSubnetGroupNamein interfaceDaxClusterConfig
-
getTags
public final Map<String,String> getTags()
Description copied from interface:DaxClusterConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#tags DaxCluster#tags}.- Specified by:
getTagsin interfaceDaxClusterConfig
-
getTagsAll
public final Map<String,String> getTagsAll()
Description copied from interface:DaxClusterConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#tags_all DaxCluster#tags_all}.- Specified by:
getTagsAllin interfaceDaxClusterConfig
-
getTimeouts
public final DaxClusterTimeouts getTimeouts()
Description copied from interface:DaxClusterConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dax_cluster#timeouts DaxCluster#timeouts}
- Specified by:
getTimeoutsin interfaceDaxClusterConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-