AWS::ElastiCache::GlobalReplicationGroup GlobalReplicationGroupMember - 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 GlobalReplicationGroupMember

A member of a Global datastore. It contains the Replication Group Id, the Amazon region and the role of the replication group.

Syntax

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

JSON

{ "ReplicationGroupId" : String, "ReplicationGroupRegion" : String, "Role" : String }

YAML

ReplicationGroupId: String ReplicationGroupRegion: String Role: String

Properties

ReplicationGroupId

The replication group id of the Global datastore member.

Required: No

Type: String

Update requires: No interruption

ReplicationGroupRegion

The Amazon region of the Global datastore member.

Required: No

Type: String

Update requires: No interruption

Role

Indicates the role of the replication group, PRIMARY or SECONDARY.

Required: No

Type: String

Allowed values: PRIMARY | SECONDARY

Update requires: No interruption