v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428161141.0 KB

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.

post/create-landingzone

Request body

versionstring required

The landing zone version, for example, 3.0.

remediationTypesRemediationType[]

Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement.

tagsobject

Tags to be applied to the landing zone.

manifestobject

The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch">Launch your landing zone</a>.

Response

Success

arnstring required

The ARN of the landing zone resource.

operationIdentifierstring required

A unique identifier assigned to a <code>CreateLandingZone</code> operation. You can use this identifier as an input of <code>GetLandingZoneOperation</code> to check the operation's status.

All 28 operations