This API call updates the landing zone
Source:R/controltower_operations.R
controltower_update_landing_zone.RdThis 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.
Usage
controltower_update_landing_zone(
version,
remediationTypes = NULL,
landingZoneIdentifier,
manifest = NULL
)Arguments
- version
[required] The landing zone version, for example, 3.2.
- remediationTypes
Specifies the types of remediation actions to apply when updating the landing zone configuration.
- landingZoneIdentifier
[required] The unique identifier of the landing zone.
- manifest
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.