AWS::ControlTower::EnabledBaseline - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ControlTower::EnabledBaseline

The AWS::ControlTower::EnabledBaseline resource Property description not available. for ControlTower.

Syntax

To declare this entity in your 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

Shows the parameters that are applied when enabling this Baseline.

Required: No

Type: Array of Parameter

Update requires: No interruption

Tags

Property description not available.

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

Property description not available.