rds_promote_read_replica_db_cluster: Promotes a read replica DB cluster to a standalone DB cluster

View source: R/rds_operations.R

rds_promote_read_replica_db_clusterR Documentation

Promotes a read replica DB cluster to a standalone DB cluster

Description

Promotes a read replica DB cluster to a standalone DB cluster.

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

Usage

rds_promote_read_replica_db_cluster(DBClusterIdentifier)

Arguments

DBClusterIdentifier

[required] The identifier of the DB cluster read replica to promote. This parameter isn't case-sensitive.

Constraints:

  • Must match the identifier of an existing DB cluster read replica.

Example: my-cluster-replica1


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