@Stability(value=Stable) @Internal public static final class CfnClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClusterProps
CfnClusterPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnClusterProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnClusterProps.Builder. |
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(Object o) |
List<String> |
getAvailabilityZones()
The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated.
|
String |
getClusterEndpointEncryptionType()
The encryption type of the cluster's endpoint.
|
String |
getClusterName()
The name of the DAX cluster.
|
String |
getDescription()
The description of the cluster.
|
String |
getIamRoleArn()
A valid Amazon Resource Name (ARN) that identifies an IAM role.
|
String |
getNodeType()
The node type for the nodes in the cluster.
|
String |
getNotificationTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
|
String |
getParameterGroupName()
The parameter group to be associated with the DAX cluster.
|
String |
getPreferredMaintenanceWindow()
A range of time when maintenance of DAX cluster software will be performed.
|
Number |
getReplicationFactor()
The number of nodes in the DAX cluster.
|
List<String> |
getSecurityGroupIds()
A list of security group IDs to be assigned to each node in the DAX cluster.
|
Object |
getSseSpecification()
Represents the settings used to enable server-side encryption on the cluster.
|
String |
getSubnetGroupName()
The name of the subnet group to be used for the replication group.
|
Object |
getTags()
A set of tags to associate with the DAX cluster.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnClusterProps.Builder builder)
CfnClusterProps.Builder.public final String getIamRoleArn()
CfnClusterPropsAt runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
getIamRoleArn in interface CfnClusterPropspublic final String getNodeType()
CfnClusterProps(All nodes in a DAX cluster are of the same type.)
getNodeType in interface CfnClusterPropspublic final 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 CfnClusterPropspublic final List<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 CfnClusterPropspublic final 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 CfnClusterPropspublic final String getClusterName()
CfnClusterPropsgetClusterName in interface CfnClusterPropspublic final String getDescription()
CfnClusterPropsgetDescription in interface CfnClusterPropspublic final String getNotificationTopicArn()
CfnClusterProps
The Amazon SNS topic owner must be same as the DAX cluster owner.
getNotificationTopicArn in interface CfnClusterPropspublic final String getParameterGroupName()
CfnClusterPropsgetParameterGroupName in interface CfnClusterPropspublic final 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 CfnClusterPropspublic final List<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 CfnClusterPropspublic final Object getSseSpecification()
CfnClusterPropsgetSseSpecification in interface CfnClusterPropspublic final 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 CfnClusterPropspublic final Object getTags()
CfnClusterPropsgetTags in interface CfnClusterProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.