v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428161141.0 KB

This API call updates the landing zone. It starts an asynchronous operation that updates the landing zone based on the new landing zone version, or on the changed parameters specified in the updated manifest file.

post/update-landingzone

Request body

versionstring required

The landing zone version, for example, 3.2.

remediationTypesRemediationType[]

Specifies the types of remediation actions to apply when updating the landing zone configuration.

landingZoneIdentifierstring required

The unique identifier of the landing zone.

manifestobject

The manifest file (JSON) is a text file that describes your Amazon Web Services resources. For an example, review <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch">Launch your landing zone</a>. The example manifest file contains each of the available parameters. The schema for the landing zone's JSON manifest file is not published, by design.

Response

Success

operationIdentifierstring required

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