NodeGroupConfiguration
class NodeGroupConfiguration
Node group (shard) configuration options. Each node group (shard) configuration has the following: Slots
, PrimaryAvailabilityZone
, ReplicaAvailabilityZones
, ReplicaCount
.
Types
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.