Learn R Programming

paws.database (version 0.1.5)

docdb_start_db_cluster: Restarts the stopped cluster that is specified by DBClusterIdentifier

Description

Restarts the stopped cluster that is specified by DBClusterIdentifier. For more information, see Stopping and Starting an Amazon DocumentDB Cluster.

Usage

docdb_start_db_cluster(DBClusterIdentifier)

Arguments

DBClusterIdentifier

[required] The identifier of the cluster to restart. Example: docdb-2019-05-28-15-24-52

Request syntax

svc$start_db_cluster(
  DBClusterIdentifier = "string"
)