rds_switchover_global_cluster {paws.database} | R Documentation |
Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster
Description
Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster. Switchover operations were previously called "managed planned failovers."
See https://www.paws-r-sdk.com/docs/rds_switchover_global_cluster/ for full documentation.
Usage
rds_switchover_global_cluster(
GlobalClusterIdentifier,
TargetDbClusterIdentifier
)
Arguments
GlobalClusterIdentifier |
[required] The identifier of the global database cluster to switch over. This parameter isn't case-sensitive. Constraints:
|
TargetDbClusterIdentifier |
[required] The identifier of the secondary Aurora DB cluster to promote to the new primary for the global database cluster. Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region. |
[Package paws.database version 0.7.0 Index]