Amazon DataZone · Arazzo Workflow
Amazon DataZone Provision Domain
Version 1.0.0
Create a DataZone domain and poll until it becomes AVAILABLE.
View Spec
View on GitHub
Data CatalogData GovernanceData ManagementData SharingAnalyticsArazzoWorkflows
Provider
Workflows
provision-domain
Create a DataZone domain and wait for it to reach AVAILABLE status.
Creates a domain with the supplied name and execution role, then repeatedly reads the domain until its status is AVAILABLE before returning its identifier and portal URL.
1
createDomain
createDomain
Submit the request to create the DataZone domain. The domain is created asynchronously and starts in the CREATING state.
2
pollDomain
getDomain
Read the domain detail until provisioning completes. Repeats while the status is still CREATING and proceeds once it reaches AVAILABLE.