Values.GlobalReplicationGroupMemberSourceA member of a Global datastore. It contains the Replication Group Id, the Amazon region and the role of the replication group.
type nonrec t = {replicationGroupId : String_.t option;The replication group id of the Global datastore member.
*)replicationGroupRegion : String_.t option;The Amazon region of the Global datastore member.
*)role : String_.t option;Indicates the role of the replication group, primary or secondary.
*)automaticFailover : AutomaticFailoverStatus.t option;Indicates whether automatic failover is enabled for the replication group.
*)status : String_.t option;The status of the membership of the replication group.
*)}