docdb_stop_db_cluster {paws.database} | R Documentation |
Stops the running cluster that is specified by DBClusterIdentifier
Description
Stops the running cluster that is specified by DBClusterIdentifier
. The cluster must be in the available state. For more information, see Stopping and Starting an Amazon DocumentDB Cluster.
See https://www.paws-r-sdk.com/docs/docdb_stop_db_cluster/ for full documentation.
Usage
docdb_stop_db_cluster(DBClusterIdentifier)
Arguments
DBClusterIdentifier |
[required] The identifier of the cluster to stop. Example:
|
[Package paws.database version 0.7.0 Index]