This is the new AWS 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 RegionalConfiguration
A list of the replication groups
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ReplicationGroupId" :String, "ReplicationGroupRegion" :String, "ReshardingConfigurations" :[ ReshardingConfiguration, ... ]}
YAML
ReplicationGroupId:StringReplicationGroupRegion:StringReshardingConfigurations:- ReshardingConfiguration
Properties
- ReplicationGroupId
- 
                    The name of the secondary cluster Required: No Type: String Update requires: No interruption 
- ReplicationGroupRegion
- 
                    The Amazon region where the cluster is stored Required: No Type: String Update requires: No interruption 
- ReshardingConfigurations
- 
                    A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster. Required: No Type: Array of ReshardingConfiguration Update requires: No interruption