AWS::ElastiCache::GlobalReplicationGroup ReshardingConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ElastiCache::GlobalReplicationGroup ReshardingConfiguration

A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "NodeGroupId" : String, "PreferredAvailabilityZones" : [ String, ... ] }

YAML

NodeGroupId: String PreferredAvailabilityZones: - String

Properties

NodeGroupId

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

Required: No

Type: String

Pattern: \d+

Minimum: 1

Maximum: 4

Update requires: No interruption

PreferredAvailabilityZones

A list of preferred availability zones for the nodes in this cluster.

Required: No

Type: Array of String

Update requires: No interruption