LandingZoneArgs

data class LandingZoneArgs(val manifest: Output<Any>? = null, val tags: Output<List<TagArgs>>? = null, val version: Output<String>? = null) : ConvertibleToJava<LandingZoneArgs>

Definition of AWS::ControlTower::LandingZone Resource Type

Constructors

Link copied to clipboard
constructor(manifest: Output<Any>? = null, tags: Output<List<TagArgs>>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val manifest: Output<Any>? = null

The landing zone manifest JSON text file that specifies the landing zone configurations. Search the CloudFormation User Guide for AWS::ControlTower::LandingZone for more information about the expected schema for this property.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Tags to be applied to the landing zone.

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

The landing zone's current deployed version.

Functions

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