rds_switchover_global_cluster: Switches over the specified secondary DB cluster to be the...

View source: R/rds_operations.R

rds_switchover_global_clusterR 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:

  • Must match the identifier of an existing global database cluster (Aurora global database).

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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.