Amazon DataZone · Arazzo Workflow
Amazon DataZone Teardown Project
Version 1.0.0
Confirm a project exists, delete it, then verify the delete via a 404 read-back.
View Spec
View on GitHub
Data CatalogData GovernanceData ManagementData SharingAnalyticsArazzoWorkflows
Provider
Workflows
teardown-project
Verify, delete, and confirm removal of a DataZone project.
Reads the project to confirm it exists, deletes it, and reads it again expecting a 404 Not Found to confirm the deletion completed.
1
confirmProject
getProject
Read the project to confirm it exists before deleting it.
2
deleteProject
deleteProject
Delete the confirmed project. A 204 indicates successful deletion.
3
verifyGone
getProject
Read the project again expecting a 404 Not Found to confirm the project was fully removed.