Class CfnClusterMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterMixinProps
CfnClusterMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.dax.CfnClusterMixinProps
CfnClusterMixinProps.Builder, CfnClusterMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnClusterMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated.final StringThe encryption type of the cluster's endpoint.final StringThe name of the DAX cluster.final StringThe description of the cluster.final StringA valid Amazon Resource Name (ARN) that identifies an IAM role.final StringThe IP address type of the cluster.final StringThe node type for the nodes in the cluster.final StringThe Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.final StringThe parameter group to be associated with the DAX cluster.final StringA range of time when maintenance of DAX cluster software will be performed.final NumberThe number of nodes in the DAX cluster.A list of security group IDs to be assigned to each node in the DAX cluster.final ObjectRepresents the settings used to enable server-side encryption on the cluster.final StringThe name of the subnet group to be used for the replication group.final ObjectgetTags()A set of tags to associate with the DAX cluster.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnClusterMixinProps.Builder.
-
-
Method Details
-
getAvailabilityZones
Description copied from interface:CfnClusterMixinPropsThe Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated.If provided, the length of this list must equal the
ReplicationFactorparameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.- Specified by:
getAvailabilityZonesin interfaceCfnClusterMixinProps- See Also:
-
getClusterEndpointEncryptionType
Description copied from interface:CfnClusterMixinPropsThe encryption type of the cluster's endpoint. Available values are:.NONE- The cluster's endpoint will be unencrypted.TLS- The cluster's endpoint will be encrypted with Transport Layer Security, and will provide an x509 certificate for authentication.
The default value is
NONE.- Specified by:
getClusterEndpointEncryptionTypein interfaceCfnClusterMixinProps- See Also:
-
getClusterName
Description copied from interface:CfnClusterMixinPropsThe name of the DAX cluster.- Specified by:
getClusterNamein interfaceCfnClusterMixinProps- See Also:
-
getDescription
Description copied from interface:CfnClusterMixinPropsThe description of the cluster.- Specified by:
getDescriptionin interfaceCfnClusterMixinProps- See Also:
-
getIamRoleArn
Description copied from interface:CfnClusterMixinPropsA valid Amazon Resource Name (ARN) that identifies an IAM role.At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
- Specified by:
getIamRoleArnin interfaceCfnClusterMixinProps- See Also:
-
getNetworkType
Description copied from interface:CfnClusterMixinPropsThe IP address type of the cluster. Values are:.ipv4- IPv4 addresses onlyipv6- IPv6 addresses onlydual_stack- Both IPv4 and IPv6 addresses
- Specified by:
getNetworkTypein interfaceCfnClusterMixinProps- See Also:
-
getNodeType
Description copied from interface:CfnClusterMixinPropsThe node type for the nodes in the cluster.(All nodes in a DAX cluster are of the same type.)
- Specified by:
getNodeTypein interfaceCfnClusterMixinProps- See Also:
-
getNotificationTopicArn
Description copied from interface:CfnClusterMixinPropsThe Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.The Amazon SNS topic owner must be same as the DAX cluster owner.
- Specified by:
getNotificationTopicArnin interfaceCfnClusterMixinProps- See Also:
-
getParameterGroupName
Description copied from interface:CfnClusterMixinPropsThe parameter group to be associated with the DAX cluster.- Specified by:
getParameterGroupNamein interfaceCfnClusterMixinProps- See Also:
-
getPreferredMaintenanceWindow
Description copied from interface:CfnClusterMixinPropsA range of time when maintenance of DAX cluster software will be performed.For example:
sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.- Specified by:
getPreferredMaintenanceWindowin interfaceCfnClusterMixinProps- See Also:
-
getReplicationFactor
Description copied from interface:CfnClusterMixinPropsThe number of nodes in the DAX cluster.A replication factor of 1 will create a single-node cluster, without any read replicas. For additional fault tolerance, you can create a multiple node cluster with one or more read replicas. To do this, set
ReplicationFactorto a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas).If the AvailabilityZonesparameter is provided, its length must equal theReplicationFactor.AWS recommends that you have at least two read replicas per cluster.
- Specified by:
getReplicationFactorin interfaceCfnClusterMixinProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnClusterMixinPropsA list of security group IDs to be assigned to each node in the DAX cluster.(Each of the security group ID is system-generated.)
If this parameter is not specified, DAX assigns the default VPC security group to each node.
- Specified by:
getSecurityGroupIdsin interfaceCfnClusterMixinProps- See Also:
-
getSseSpecification
Description copied from interface:CfnClusterMixinPropsRepresents the settings used to enable server-side encryption on the cluster.Returns union: either
IResolvableorCfnClusterPropsMixin.SSESpecificationProperty- Specified by:
getSseSpecificationin interfaceCfnClusterMixinProps- See Also:
-
getSubnetGroupName
Description copied from interface:CfnClusterMixinPropsThe name of the subnet group to be used for the replication group.DAX clusters can only run in an Amazon VPC environment. All of the subnets that you specify in a subnet group must exist in the same VPC.
- Specified by:
getSubnetGroupNamein interfaceCfnClusterMixinProps- See Also:
-
getTags
Description copied from interface:CfnClusterMixinPropsA set of tags to associate with the DAX cluster.- Specified by:
getTagsin interfaceCfnClusterMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-