GetLandingZoneResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the landing zone.

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
val manifest: 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

The landing zone deployment status. One of ACTIVE , PROCESSING , FAILED .

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

Tags to be applied to the landing zone.

Link copied to clipboard
val version: String? = null

The landing zone's current deployed version.