elasticache_failover_global_replication_group {paws.database} | R Documentation |
Used to failover the primary region to a secondary region
Description
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.
Usage
elasticache_failover_global_replication_group(
GlobalReplicationGroupId,
PrimaryRegion,
PrimaryReplicationGroupId
)
Arguments
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 |
[Package paws.database version 0.9.0 Index]