Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::ControlTower::EnabledBaseline

Focus mode
AWS::ControlTower::EnabledBaseline - AWS CloudFormation
Filter View

This resource represents a Baseline that has been applied to a target.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::ControlTower::EnabledBaseline", "Properties" : { "BaselineIdentifier" : String, "BaselineVersion" : String, "Parameters" : [ Parameter, ... ], "Tags" : [ Tag, ... ], "TargetIdentifier" : String } }

YAML

Type: AWS::ControlTower::EnabledBaseline Properties: BaselineIdentifier: String BaselineVersion: String Parameters: - Parameter Tags: - Tag TargetIdentifier: String

Properties

BaselineIdentifier

The specific Baseline enabled as part of the EnabledBaseline resource.

Required: Yes

Type: String

Pattern: ^arn:aws[0-9a-zA-Z_\-:\/]+$

Minimum: 20

Maximum: 2048

Update requires: Replacement

BaselineVersion

The enabled version of the Baseline.

Required: Yes

Type: String

Pattern: ^\d+(?:\.\d+){0,2}$

Update requires: No interruption

Parameters

Parameters that are applied when enabling this Baseline. These parameters configure the behavior of the baseline.

Required: No

Type: Array of Parameter

Update requires: No interruption

Tags

Tags associated with input to EnableBaseline.

Required: No

Type: Array of Tag

Update requires: No interruption

TargetIdentifier

The target on which to enable the Baseline.

Required: Yes

Type: String

Pattern: ^arn:aws[0-9a-zA-Z_\-:\/]+$

Minimum: 20

Maximum: 2048

Update requires: Replacement

Return values

Ref

Fn::GetAtt

EnabledBaselineIdentifier

The ARN of the EnabledBaseline resource.

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.