Amazon Control Tower · JSON Structure

Landing Zone Summary Structure

Summary information about a landing zone.

Type: object Properties: 1
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

LandingZoneSummary is a JSON Structure definition published by Amazon Control Tower, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

arn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-control-tower/refs/heads/main/json-structure/landing-zone-summary-structure.json",
  "name": "LandingZoneSummary",
  "description": "Summary information about a landing zone.",
  "type": "object",
  "properties": {
    "arn": {
      "type": "string",
      "description": "The ARN of the landing zone.",
      "example": "arn:aws:controltower:us-east-1:123456789012:landingzone/a1b2c3d4EXAMPLE"
    }
  }
}