Amazon Control Tower · Arazzo Workflow
AWS Control Tower Update Landing Zone and Confirm
Version 1.0.0
Update a landing zone's version or manifest, poll the async operation, then read back its details.
View Spec
View on GitHub
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControlsArazzoWorkflows
Provider
Workflows
update-landing-zone
Update a landing zone and wait for the operation to succeed.
Calls updateLandingZone, then repeatedly checks getLandingZoneOperation until the operation status is no longer IN_PROGRESS, branching to getLandingZone on success.
1
updateLandingZone
updateLandingZone
Start the asynchronous update-landing-zone operation and capture the operation identifier used for polling.
2
pollLandingZoneOperation
getLandingZoneOperation
Check the status of the update operation. Repeats while the operation is still IN_PROGRESS, and proceeds to read the landing zone once it has SUCCEEDED.
3
getLandingZone
getLandingZone
Retrieve the landing zone's refreshed details, including status and version, now that the update has completed.