Learn R Programming

paws.database (version 0.1.5)

rds_promote_read_replica_db_cluster: Promotes a Read Replica DB cluster to a standalone DB cluster

Description

Promotes a Read Replica DB cluster to a standalone DB cluster.

Usage

rds_promote_read_replica_db_cluster(DBClusterIdentifier)

Arguments

DBClusterIdentifier

[required] The identifier of the DB cluster Read Replica to promote. This parameter is not case-sensitive.

Constraints:

  • Must match the identifier of an existing DBCluster Read Replica.

Example: my-cluster-replica1

Request syntax

svc$promote_read_replica_db_cluster(
  DBClusterIdentifier = "string"
)

Details

This action only applies to Aurora DB clusters.