Amazon Control Tower · Arazzo Workflow
AWS Control Tower Enable Baseline and Confirm
Version 1.0.0
Apply a baseline to a target, poll the async operation to completion, then read back the enabled baseline.
View Spec
View on GitHub
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControlsArazzoWorkflows
Provider
Workflows
enable-baseline
Enable a baseline on a target and wait for the operation to succeed.
Calls enableBaseline, then repeatedly checks getBaselineOperation until the operation status is no longer IN_PROGRESS, branching to getEnabledBaseline on success.
1
enableBaseline
Start the asynchronous enable-baseline operation against the target and capture the operation identifier and the new enabled baseline ARN.
2
pollBaselineOperation
Check the status of the enable-baseline operation. Repeats while the operation is still IN_PROGRESS, and proceeds to read the enabled baseline once it has SUCCEEDED.
3
getEnabledBaseline
Retrieve the enabled baseline's details, including its status summary and applied baseline version, now that the 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.