startCluster

Restarts the stopped elastic cluster that is specified by clusterARN.

Samples


fun main() { 
   //sampleStart 
   // update applied
val resp = docDbElasticClient.startCluster {
    clusterArn = "arn:aws:docdb-elastic:us-east-1:$AWS_ACCOUNT_ID:cluster/$CLUSTER_ID"
} 
   //sampleEnd
}