Amazon HealthImaging · Arazzo Workflow
Amazon HealthImaging Provision Data Store
Version 1.0.0
Create a data store and poll until it becomes ACTIVE before use.
Provider
Workflows
provision-datastore
Create a HealthImaging data store and wait until it is ACTIVE.
Creates a data store with the supplied name and idempotency token, then polls the data store properties until the data store reaches the ACTIVE state or fails provisioning.
1
createDatastore
CreateDatastore
Create the data store. The response returns the new data store identifier and its initial status (typically CREATING).
2
pollDatastore
GetDatastore
Read the data store properties and check whether provisioning has completed. Repeats while the data store is still CREATING.
3
provisioningFailed
GetDatastore
Terminal step reached when the data store reported CREATE_FAILED. Reads the properties one final time to surface the failed status.