View source: R/rds_operations.R
rds_switchover_global_cluster | R Documentation |
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.
rds_switchover_global_cluster(
GlobalClusterIdentifier,
TargetDbClusterIdentifier
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.