View source: R/rds_operations.R
rds_stop_db_cluster | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/rds_stop_db_cluster/ for full documentation.
rds_stop_db_cluster(DBClusterIdentifier)
DBClusterIdentifier |
[required] The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a lowercase string. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.