Learn R Programming

paws.database (version 0.7.0)

neptune_failover_db_cluster: Forces a failover for a DB cluster

Description

Forces a failover for a DB cluster.

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

Usage

neptune_failover_db_cluster(
  DBClusterIdentifier = NULL,
  TargetDBInstanceIdentifier = NULL
)

Arguments

DBClusterIdentifier

A DB 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 Read Replica in the DB cluster. For example, mydbcluster-replica1.