CreateClusterRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The type of encryption the cluster's endpoint should support. Values are:

Link copied to clipboard

The cluster identifier. This parameter is stored as a lowercase string.

Link copied to clipboard

A description of the cluster.

Link copied to clipboard

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.

Link copied to clipboard

The compute and memory capacity of the nodes in the cluster.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

Link copied to clipboard

The parameter group to be associated with the DAX cluster.

Link copied to clipboard

Specifies the weekly time range during which maintenance on the DAX cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

Link copied to clipboard

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.

Link copied to clipboard

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.)

Link copied to clipboard

Represents the settings used to enable server-side encryption on the cluster.

Link copied to clipboard

The name of the subnet group to be used for the replication group.

Link copied to clipboard
val tags: List<Tag>?

A set of tags to associate with the DAX cluster.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String