LandingZoneDetail

Information about the landing zone.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the landing zone.

Link copied to clipboard

The drift status of the landing zone.

Link copied to clipboard

The latest available version of the landing zone.

Link copied to clipboard

The landing zone manifest.yaml text file that specifies the landing zone configurations.

Link copied to clipboard

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

Link copied to clipboard

The landing zone's current deployed version.

Functions

Link copied to clipboard
inline fun copy(block: LandingZoneDetail.Builder.() -> Unit = {}): LandingZoneDetail
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String