Landing Zone Args
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
Properties
Link copied to clipboard
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.