Learn R Programming

paws.database (version 0.1.9)

neptune_start_db_cluster: Starts an Amazon Neptune DB cluster that was stopped using the AWS console, the AWS CLI stop-db-cluster command, or the StopDBCluster API

Description

Starts an Amazon Neptune DB cluster that was stopped using the AWS console, the AWS CLI stop-db-cluster command, or the StopDBCluster API.

Usage

neptune_start_db_cluster(DBClusterIdentifier)

Arguments

DBClusterIdentifier

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

Request syntax

svc$start_db_cluster(
  DBClusterIdentifier = "string"
)