Amazon Control Tower · JSON Structure

Landing Zone Operation Summary Structure

Summary of a landing zone operation.

Type: object Properties: 4
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

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

Properties

operationIdentifier operationType startTime status

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-operation-summary-structure.json",
  "name": "LandingZoneOperationSummary",
  "description": "Summary of a landing zone operation.",
  "type": "object",
  "properties": {
    "operationIdentifier": {
      "type": "string",
      "description": "The unique identifier of the operation."
    },
    "operationType": {
      "type": "string",
      "description": "The type of the operation."
    },
    "startTime": {
      "type": "datetime"
    },
    "status": {
      "type": "string",
      "enum": [
        "SUCCEEDED",
        "FAILED",
        "IN_PROGRESS"
      ]
    }
  }
}