Amazon DocumentDB · Arazzo Workflow
Amazon DocumentDB Provision Cluster and Await Available
Version 1.0.0
Create a DocumentDB cluster and poll until it reports the available status.
View Spec
View on GitHub
Amazon Web ServicesDatabaseDocument DatabaseDocumentDBManaged DatabaseMongoDBNoSQLArazzoWorkflows
Provider
Workflows
provision-cluster-await-available
Create a DocumentDB cluster and wait until it is available.
Creates a cluster with the supplied identifier, engine and master credentials, then repeatedly describes the cluster and branches back to the poll step until the reported status is available.
1
createCluster
createDBCluster
Create the DB cluster using the AWS query protocol with the cluster identifier, engine and master credentials in the form body.
2
pollCluster
describeDBClusters
Describe the cluster and capture its status. Branch back to this step while the cluster is still being created, and end when it is available.