Amazon Control Tower · Arazzo Workflow
AWS Control Tower Update Enabled Control and Confirm
Version 1.0.0
Reconfigure an already enabled control, poll the async operation, then read back the updated control.
View Spec
View on GitHub
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControlsArazzoWorkflows
Provider
Workflows
update-enabled-control
Update an enabled control's parameters and wait for the operation to succeed.
Calls updateEnabledControl, then repeatedly checks getControlOperation until the operation status is no longer IN_PROGRESS, branching to getEnabledControl on success.
1
updateEnabledControl
Start the asynchronous update of the enabled control's parameters and capture the operation identifier used for polling.
2
pollControlOperation
Check the status of the update operation. Repeats while the operation is still IN_PROGRESS, and proceeds to read the enabled control once it has SUCCEEDED.
3
getEnabledControl
Retrieve the enabled control's refreshed details, including its status summary, now that the update operation has completed.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.