NodeGroupConfiguration

Node group (shard) configuration options. Each node group (shard) configuration has the following: Slots, PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount.

Types

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

Properties

Link copied to clipboard

Either the ElastiCache supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

Link copied to clipboard

The Availability Zone where the primary node of this node group (shard) is launched.

Link copied to clipboard

The outpost ARN of the primary node.

Link copied to clipboard

A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

Link copied to clipboard

The number of read replica nodes in this node group (shard).

Link copied to clipboard

The outpost ARN of the node replicas.

Link copied to clipboard

A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

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