AWS::ControlTower::LandingZoneCreates a new landing zone. This API call starts an asynchronous operation that creates and configures a landing zone, based on the parameters specified in the manifest JSON file.
import { CfnLandingZone } from 'aws-cdk-lib/aws-controltower';Or use the module namespace:
import * as controltower from 'aws-cdk-lib/aws-controltower';
// controltower.CfnLandingZoneConfiguration passed to the constructor as CfnLandingZoneProps.
manifestRequiredanyThe landing zone manifest JSON text file that specifies the landing zone configurations.
versionRequiredstringThe landing zone's current deployed version.
remediationTypesOptionalstring[]The types of remediation actions configured for the landing zone, such as automatic drift correction or compliance enforcement.
tagsOptionalCfnTag[]Tags to be applied to the landing zone.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-controltowerAWS::ControlTower::LandingZone