Learn R Programming

paws.database (version 0.1.5)

rds_stop_db_cluster: Stops an Amazon Aurora DB cluster

Description

Stops an Amazon Aurora DB cluster. When you stop a DB cluster, Aurora retains the DB cluster's metadata, including its endpoints and DB parameter groups. Aurora also retains the transaction logs so you can do a point-in-time restore if necessary.

Usage

rds_stop_db_cluster(DBClusterIdentifier)

Arguments

DBClusterIdentifier

[required] The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a lowercase string.

Request syntax

svc$stop_db_cluster(
  DBClusterIdentifier = "string"
)

Details

For more information, see Stopping and Starting an Aurora Cluster in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.