Creates a new landing zone. This API call starts an asynchronous operation that creates and configures a landing zone, based on the parameters specified in the manifest JSON file.
See https://www.paws-r-sdk.com/docs/controltower_create_landing_zone/ for full documentation.
Usage
controltower_create_landing_zone(
version,
remediationTypes = NULL,
tags = NULL,
manifest = NULL
)Arguments
- version
[required] The landing zone version, for example, 3.0.
- remediationTypes
Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement.
Tags to be applied to the landing zone.
- manifest
The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review Launch your landing zone.