Amazon Control Tower · JSON Structure

Update Landing Zone Request Structure

UpdateLandingZoneRequest schema from AWS Control Tower API

Type: object Properties: 3 Required: 3
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

UpdateLandingZoneRequest is a JSON Structure definition published by Amazon Control Tower, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

landingZoneIdentifier manifest version

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/update-landing-zone-request-structure.json",
  "name": "UpdateLandingZoneRequest",
  "description": "UpdateLandingZoneRequest schema from AWS Control Tower API",
  "type": "object",
  "properties": {
    "landingZoneIdentifier": {
      "type": "string",
      "description": "The identifier of the landing zone.",
      "example": "arn:aws:controltower:us-east-1:123456789012:landingzone/a1b2c3d4EXAMPLE"
    },
    "manifest": {
      "type": "object",
      "description": "The landing zone manifest document."
    },
    "version": {
      "type": "string",
      "description": "The target landing zone version.",
      "example": "3.3"
    }
  },
  "required": [
    "landingZoneIdentifier",
    "manifest",
    "version"
  ]
}