Remove a secondary cluster from the Global Datastore using the Global Datastore name. The secondary cluster will no longer receive updates from the primary cluster, but will remain as a standalone cluster in that AWS region.
elasticache_disassociate_global_replication_group(
GlobalReplicationGroupId, ReplicationGroupId, ReplicationGroupRegion)
[required] The name of the Global Datastore
[required] The name of the secondary cluster you wish to remove from the Global Datastore
[required] The AWS region of secondary cluster you wish to remove from the Global Datastore
svc$disassociate_global_replication_group( GlobalReplicationGroupId = "string", ReplicationGroupId = "string", ReplicationGroupRegion = "string" )