public static final class CfnClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClusterProps
CfnClusterProps
CfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getAvailabilityZones()
The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated.
|
java.lang.String |
getClusterEndpointEncryptionType()
The encryption type of the cluster's endpoint.
|
java.lang.String |
getClusterName()
The name of the DAX cluster.
|
java.lang.String |
getDescription()
The description of the cluster.
|
java.lang.String |
getIamRoleArn()
A valid Amazon Resource Name (ARN) that identifies an IAM role.
|
java.lang.String |
getNodeType()
The node type for the nodes in the cluster.
|
java.lang.String |
getNotificationTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
|
java.lang.String |
getParameterGroupName()
The parameter group to be associated with the DAX cluster.
|
java.lang.String |
getPreferredMaintenanceWindow()
A range of time when maintenance of DAX cluster software will be performed.
|
java.lang.Number |
getReplicationFactor()
The number of nodes in the DAX cluster.
|
java.util.List<java.lang.String> |
getSecurityGroupIds()
A list of security group IDs to be assigned to each node in the DAX cluster.
|
java.lang.Object |
getSseSpecification()
Represents the settings used to enable server-side encryption on the cluster.
|
java.lang.String |
getSubnetGroupName()
The name of the subnet group to be used for the replication group.
|
java.lang.Object |
getTags()
A set of tags to associate with the DAX cluster.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getIamRoleArn()
CfnClusterProps
At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
getIamRoleArn
in interface CfnClusterProps
public final java.lang.String getNodeType()
CfnClusterProps
(All nodes in a DAX cluster are of the same type.)
getNodeType
in interface CfnClusterProps
public final java.lang.Number getReplicationFactor()
CfnClusterProps
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 ReplicationFactor
to a number between 3 (one primary and two read replicas) and 10 (one primary and nine read replicas). If the AvailabilityZones
parameter is provided, its length must equal the ReplicationFactor
.
AWS recommends that you have at least two read replicas per cluster.
getReplicationFactor
in interface CfnClusterProps
public final java.util.List<java.lang.String> getAvailabilityZones()
CfnClusterProps
If provided, the length of this list must equal the ReplicationFactor
parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.
getAvailabilityZones
in interface CfnClusterProps
public final java.lang.String getClusterEndpointEncryptionType()
CfnClusterProps
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
.
getClusterEndpointEncryptionType
in interface CfnClusterProps
public final java.lang.String getClusterName()
CfnClusterProps
getClusterName
in interface CfnClusterProps
public final java.lang.String getDescription()
CfnClusterProps
getDescription
in interface CfnClusterProps
public final java.lang.String getNotificationTopicArn()
CfnClusterProps
The Amazon SNS topic owner must be same as the DAX cluster owner.
getNotificationTopicArn
in interface CfnClusterProps
public final java.lang.String getParameterGroupName()
CfnClusterProps
getParameterGroupName
in interface CfnClusterProps
public final java.lang.String getPreferredMaintenanceWindow()
CfnClusterProps
For example: sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.
getPreferredMaintenanceWindow
in interface CfnClusterProps
public final java.util.List<java.lang.String> getSecurityGroupIds()
CfnClusterProps
(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.
getSecurityGroupIds
in interface CfnClusterProps
public final java.lang.Object getSseSpecification()
CfnClusterProps
getSseSpecification
in interface CfnClusterProps
public final java.lang.String getSubnetGroupName()
CfnClusterProps
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.
getSubnetGroupName
in interface CfnClusterProps
public final java.lang.Object getTags()
CfnClusterProps
getTags
in interface CfnClusterProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()