LandingZone

class LandingZone : KotlinCustomResource

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

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the landing zone.

Link copied to clipboard

The drift status summary of the landing zone.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The latest available version of the landing zone.

Link copied to clipboard
val manifestJson: Output<String>

The manifest JSON file is a text file that describes your AWS resources. For examples, review Launch your landing zone.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Map<String, String>>?

Tags to apply to the landing zone. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard
val tagsAll: Output<Map<String, String>>

A map of tags assigned to the landing zone, including those inherited from the provider default_tags configuration block.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>

The landing zone version.