Amazon DataZone · Arazzo Workflow
Amazon DataZone Bootstrap Domain and Project
Version 1.0.0
Create a domain, wait for it to be AVAILABLE, then create a project inside it.
View Spec
View on GitHub
Data CatalogData GovernanceData ManagementData SharingAnalyticsArazzoWorkflows
Provider
Workflows
bootstrap-domain-and-project
Provision a domain and create a first project within it once ready.
Creates a domain, waits for it to become AVAILABLE, creates a project under the new domain, and reads the project back to confirm creation.
1
createDomain
createDomain
Create the DataZone domain that will contain the project.
2
waitForDomain
getDomain
Poll the domain until it reaches AVAILABLE so the project create call has a ready domain to attach to.
3
createProject
createProject
Create a project inside the newly provisioned domain.
4
confirmProject
getProject
Read the created project back to confirm it was registered.