View source: R/elasticache_operations.R
elasticache_failover_global_replication_group | R Documentation |
Used to failover the primary region to a secondary region. The secondary region will become primary, and all other clusters will become secondary.
See https://www.paws-r-sdk.com/docs/elasticache_failover_global_replication_group/ for full documentation.
elasticache_failover_global_replication_group(
GlobalReplicationGroupId,
PrimaryRegion,
PrimaryReplicationGroupId
)
GlobalReplicationGroupId |
[required] The name of the Global datastore |
PrimaryRegion |
[required] The Amazon region of the primary cluster of the Global datastore |
PrimaryReplicationGroupId |
[required] The name of the primary replication group |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.