ControlTower / Client / update_landing_zone

update_landing_zone#

ControlTower.Client.update_landing_zone(**kwargs)#

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.

See also: AWS API Documentation

Request Syntax

response = client.update_landing_zone(
    landingZoneIdentifier='string',
    manifest={...}|[...]|123|123.4|'string'|True|None,
    version='string'
)
Parameters:
  • landingZoneIdentifier (string) –

    [REQUIRED]

    The unique identifier of the landing zone.

  • manifest (document) –

    [REQUIRED]

    The manifest file (JSON) is a text file that describes your Amazon Web Services resources. For an example, review Launch your landing zone. 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.

  • version (string) –

    [REQUIRED]

    The landing zone version, for example, 3.2.

Return type:

dict

Returns:

Response Syntax

{
    'operationIdentifier': 'string'
}

Response Structure

  • (dict) –

    • operationIdentifier (string) –

      A unique identifier assigned to a UpdateLandingZone operation. You can use this identifier as an input of GetLandingZoneOperation to check the operation’s status.

Exceptions