AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ControlTower::LandingZone

CfnLandingZone

Creates 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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnLandingZoneProps.

manifestRequired
any

The landing zone manifest JSON text file that specifies the landing zone configurations.

versionRequired
string

The landing zone's current deployed version.

remediationTypesOptional
string[]

The types of remediation actions configured for the landing zone, such as automatic drift correction or compliance enforcement.

tagsOptional
CfnTag[]

Tags to be applied to the landing zone.

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::LandingZone
Properties4

External Links