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
updateEnabledControl
Start the asynchronous update of the enabled control's parameters and capture the operation identifier used for polling.
2
pollControlOperation
getControlOperation
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
getEnabledControl
Retrieve the enabled control's refreshed details, including its status summary, now that the update operation has completed.