Amazon Control Tower · JSON Structure

Disable Control Response Structure

DisableControlResponse schema from AWS Control Tower API

Type: object Properties: 1
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

DisableControlResponse 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

operationIdentifier

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/disable-control-response-structure.json",
  "name": "DisableControlResponse",
  "description": "DisableControlResponse schema from AWS Control Tower API",
  "type": "object",
  "properties": {
    "operationIdentifier": {
      "type": "string",
      "description": "The identifier of the asynchronous operation.",
      "example": "a1b2c3d4-5678-90ab-cdef-EXAMPLE66666"
    }
  }
}