AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ControlTower::EnabledBaseline

CfnEnabledBaseline

Definition of AWS::ControlTower::EnabledBaseline Resource Type.

Import

import { CfnEnabledBaseline } from 'aws-cdk-lib/aws-controltower';

Or use the module namespace:

import * as controltower from 'aws-cdk-lib/aws-controltower';
// controltower.CfnEnabledBaseline

Properties

Configuration passed to the constructor as CfnEnabledBaselineProps.

baselineIdentifierRequired
string

The specific `Baseline` enabled as part of the `EnabledBaseline` resource.

baselineVersionRequired
string

The enabled version of the `Baseline` .

targetIdentifierRequired
string

The target on which to enable the `Baseline` .

parametersOptional
IResolvable | IResolvable | ParameterProperty[]

Shows the parameters that are applied when enabling this `Baseline` .

tagsOptional
CfnTag[]

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-controltower
CFN TypeAWS::ControlTower::EnabledBaseline
Properties5

Related Constructs

External Links