CreateLandingZoneResponse

CreateLandingZoneResponse schema from AWS Control Tower API

ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

Properties

Name Type Description
arn string The ARN of the landing zone resource.
operationIdentifier string A unique identifier assigned to a CreateLandingZone operation.
View JSON Schema on GitHub

JSON Schema

create-landing-zone-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-control-tower/refs/heads/main/json-schema/create-landing-zone-response-schema.json",
  "title": "CreateLandingZoneResponse",
  "description": "CreateLandingZoneResponse schema from AWS Control Tower API",
  "type": "object",
  "properties": {
    "arn": {
      "type": "string",
      "description": "The ARN of the landing zone resource.",
      "example": "arn:aws:controltower:us-east-1:123456789012:landingzone/a1b2c3d4EXAMPLE"
    },
    "operationIdentifier": {
      "type": "string",
      "description": "A unique identifier assigned to a CreateLandingZone operation.",
      "example": "a1b2c3d4-5678-90ab-cdef-EXAMPLE11111"
    }
  }
}