Used to failover the primary region to a selected secondary region. The selected secondary region will become primary, and all other clusters will become secondary.
elasticache_failover_global_replication_group(GlobalReplicationGroupId,
PrimaryRegion, PrimaryReplicationGroupId)
[required] The name of the Global Datastore
[required] The AWS region of the primary cluster of the Global Datastore
[required] The name of the primary replication group
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" ) )
svc$failover_global_replication_group( GlobalReplicationGroupId = "string", PrimaryRegion = "string", PrimaryReplicationGroupId = "string" )