View source: R/elasticache_operations.R
elasticache_disassociate_global_replication_group | R Documentation |
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 Amazon region.
See https://www.paws-r-sdk.com/docs/elasticache_disassociate_global_replication_group/ for full documentation.
elasticache_disassociate_global_replication_group(
GlobalReplicationGroupId,
ReplicationGroupId,
ReplicationGroupRegion
)
GlobalReplicationGroupId |
[required] The name of the Global datastore |
ReplicationGroupId |
[required] The name of the secondary cluster you wish to remove from the Global datastore |
ReplicationGroupRegion |
[required] The Amazon region of secondary cluster you wish to remove from the Global datastore |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.