Class CfnClusterProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dax.CfnClusterProps.Jsii$Proxy
All Implemented Interfaces:
CfnClusterProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnClusterProps

@Stability(Stable) @Internal public static final class CfnClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClusterProps
An implementation for CfnClusterProps
  • 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

      protected Jsii$Proxy(CfnClusterProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnClusterProps.Builder.
  • Method Details

    • getIamRoleArn

      public final String getIamRoleArn()
      Description copied from interface: CfnClusterProps
      A 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:
      getIamRoleArn in interface CfnClusterProps
    • getNodeType

      public final String getNodeType()
      Description copied from interface: CfnClusterProps
      The node type for the nodes in the cluster.

      (All nodes in a DAX cluster are of the same type.)

      Specified by:
      getNodeType in interface CfnClusterProps
    • getReplicationFactor

      public final Number getReplicationFactor()
      Description copied from interface: CfnClusterProps
      The 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 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.

      Specified by:
      getReplicationFactor in interface CfnClusterProps
    • getAvailabilityZones

      public final List<String> getAvailabilityZones()
      Description copied from interface: CfnClusterProps
      The 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 ReplicationFactor parameter. If you omit this parameter, DAX will spread the nodes across Availability Zones for the highest availability.

      Specified by:
      getAvailabilityZones in interface CfnClusterProps
    • getClusterEndpointEncryptionType

      public final String getClusterEndpointEncryptionType()
      Description copied from interface: CfnClusterProps
      The 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:
      getClusterEndpointEncryptionType in interface CfnClusterProps
    • getClusterName

      public final String getClusterName()
      Description copied from interface: CfnClusterProps
      The name of the DAX cluster.
      Specified by:
      getClusterName in interface CfnClusterProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnClusterProps
      The description of the cluster.
      Specified by:
      getDescription in interface CfnClusterProps
    • getNotificationTopicArn

      public final String getNotificationTopicArn()
      Description copied from interface: CfnClusterProps
      The 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:
      getNotificationTopicArn in interface CfnClusterProps
    • getParameterGroupName

      public final String getParameterGroupName()
      Description copied from interface: CfnClusterProps
      The parameter group to be associated with the DAX cluster.
      Specified by:
      getParameterGroupName in interface CfnClusterProps
    • getPreferredMaintenanceWindow

      public final String getPreferredMaintenanceWindow()
      Description copied from interface: CfnClusterProps
      A 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:
      getPreferredMaintenanceWindow in interface CfnClusterProps
    • getSecurityGroupIds

      public final List<String> getSecurityGroupIds()
      Description copied from interface: CfnClusterProps
      A 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:
      getSecurityGroupIds in interface CfnClusterProps
    • getSseSpecification

      public final Object getSseSpecification()
      Description copied from interface: CfnClusterProps
      Represents the settings used to enable server-side encryption on the cluster.
      Specified by:
      getSseSpecification in interface CfnClusterProps
    • getSubnetGroupName

      public final String getSubnetGroupName()
      Description copied from interface: CfnClusterProps
      The 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:
      getSubnetGroupName in interface CfnClusterProps
    • getTags

      public final Object getTags()
      Description copied from interface: CfnClusterProps
      A set of tags to associate with the DAX cluster.
      Specified by:
      getTags in interface CfnClusterProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object