Get Landing Zone Result
data class GetLandingZoneResult(val arn: String? = null, val driftStatus: LandingZoneDriftStatus? = null, val landingZoneIdentifier: String? = null, val latestAvailableVersion: String? = null, val manifest: Any? = null, val status: LandingZoneStatus? = null, val tags: List<Tag>? = null, val version: String? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, driftStatus: LandingZoneDriftStatus? = null, landingZoneIdentifier: String? = null, latestAvailableVersion: String? = null, manifest: Any? = null, status: LandingZoneStatus? = null, tags: List<Tag>? = null, version: String? = null)
Properties
Link copied to clipboard
The drift status of the landing zone.
Link copied to clipboard
The unique identifier of the landing zone.
Link copied to clipboard
The latest available version of the landing zone.
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.
Link copied to clipboard
The landing zone deployment status. One of ACTIVE
, PROCESSING
, FAILED
.