View source: R/controltower_operations.R
controltower_update_landing_zone | R Documentation |
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 https://www.paws-r-sdk.com/docs/controltower_update_landing_zone/ for full documentation.
controltower_update_landing_zone(landingZoneIdentifier, manifest, version)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.