AWS::ElastiCache::GlobalReplicationGroup GlobalReplicationGroupMember - AWS CloudFormation

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 AWS 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