UpdateEnabledControlResponse

UpdateEnabledControlResponse schema from AWS Control Tower API

ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

Properties

Name Type Description
operationIdentifier string The identifier of the operation.
View JSON Schema on GitHub

JSON Schema

update-enabled-control-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/update-enabled-control-response-schema.json",
  "title": "UpdateEnabledControlResponse",
  "description": "UpdateEnabledControlResponse schema from AWS Control Tower API",
  "type": "object",
  "properties": {
    "operationIdentifier": {
      "type": "string",
      "description": "The identifier of the operation.",
      "example": "a1b2c3d4-5678-90ab-cdef-EXAMPLE77777"
    }
  }
}