View source: R/docdb_operations.R
docdb_failover_db_cluster | R Documentation |
Forces a failover for a cluster.
See https://www.paws-r-sdk.com/docs/docdb_failover_db_cluster/ for full documentation.
docdb_failover_db_cluster(
DBClusterIdentifier = NULL,
TargetDBInstanceIdentifier = NULL
)
DBClusterIdentifier |
A cluster identifier to force a failover for. This parameter is not case sensitive. Constraints:
|
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, |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.