docdb_failover_db_cluster: Forces a failover for a cluster

View source: R/docdb_operations.R

docdb_failover_db_clusterR Documentation

Forces a failover for a cluster

Description

Forces a failover for a cluster.

See https://www.paws-r-sdk.com/docs/docdb_failover_db_cluster/ for full documentation.

Usage

docdb_failover_db_cluster(
  DBClusterIdentifier = NULL,
  TargetDBInstanceIdentifier = NULL
)

Arguments

DBClusterIdentifier

A cluster identifier to force a failover for. This parameter is not case sensitive.

Constraints:

  • Must match the identifier of an existing DBCluster.

TargetDBInstanceIdentifier

The name of the instance to promote to the primary instance.

You must specify the instance identifier for an Amazon DocumentDB replica in the cluster. For example, mydbcluster-replica1.


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