Landing Zone Args
data class LandingZoneArgs(val manifestJson: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val version: Output<String>? = null) : ConvertibleToJava<LandingZoneArgs>
Creates a new landing zone using Control Tower. For more information on usage, please see the AWS Control Tower Landing Zone User Guide.
Import
Using pulumi import
, import a Control Tower Landing Zone using the id
. For example:
$ pulumi import aws:controltower/landingZone:LandingZone example 1A2B3C4D5E6F7G8H
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
The manifest JSON file is a text file that describes your AWS resources. For examples, review Launch your landing zone.