Skip to content

Update Landing Zone

controltower_update_landing_zone R Documentation

This API call updates the landing zone

Description

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.

Usage

controltower_update_landing_zone(landingZoneIdentifier, manifest,
  version)

Arguments

landingZoneIdentifier

[required] The unique identifier of the landing zone.

manifest

[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

[required] The landing zone version, for example, 3.2.

Value

A list with the following syntax:

list(
  operationIdentifier = "string"
)

Request syntax

svc$update_landing_zone(
  landingZoneIdentifier = "string",
  manifest = list(),
  version = "string"
)