v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428161141.0 KB

Enable (apply) a <code>Baseline</code> to a Target. This API starts an asynchronous operation to deploy resources specified by the <code>Baseline</code> to the specified Target. For usage examples, see <a href="https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html"> <i>the Amazon Web Services Control Tower User Guide</i> </a>.

post/enable-baseline

Request body

baselineVersionstring required

The specific version to be enabled of the specified baseline.

baselineIdentifierstring required

The ARN of the baseline to be enabled.

targetIdentifierstring required

The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.

tagsobject

Tags associated with input to <code>EnableBaseline</code>.

Response

Success

operationIdentifierstring required

The ID (in UUID format) of the asynchronous <code>EnableBaseline</code> operation. This <code>operationIdentifier</code> is used to track status through calls to the <code>GetBaselineOperation</code> API.

arnstring required

The ARN of the <code>EnabledBaseline</code> resource.