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)
A list with the following syntax:
list(
GlobalReplicationGroup = list(
GlobalReplicationGroupId = "string",
GlobalReplicationGroupDescription = "string",
Status = "string",
CacheNodeType = "string",
Engine = "string",
EngineVersion = "string",
Members = list(
list(
ReplicationGroupId = "string",
ReplicationGroupRegion = "string",
Role = "string",
AutomaticFailover = "enabled"|"disabled"|"enabling"|"disabling",
Status = "string"
)
),
ClusterEnabled = TRUE|FALSE,
GlobalNodeGroups = list(
list(
GlobalNodeGroupId = "string",
Slots = "string"
)
),
AuthTokenEnabled = TRUE|FALSE,
TransitEncryptionEnabled = TRUE|FALSE,
AtRestEncryptionEnabled = TRUE|FALSE,
ARN = "string"
)
)
[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"
)