LandingZoneArgs

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

Constructors

Link copied to clipboard
constructor(manifestJson: Output<String>? = null, tags: Output<Map<String, String>>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val manifestJson: Output<String>? = null

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 tags: Output<Map<String, String>>? = null

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 version: Output<String>? = null

The landing zone version.

Functions

Link copied to clipboard
open override fun toJava(): LandingZoneArgs