Amazon Control Tower · JSON Structure

Control Operation Summary Structure

Summary of a control operation.

Type: object Properties: 5
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

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

Properties

controlIdentifier 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/control-operation-summary-structure.json",
  "name": "ControlOperationSummary",
  "description": "Summary of a control operation.",
  "type": "object",
  "properties": {
    "controlIdentifier": {
      "type": "string"
    },
    "operationIdentifier": {
      "type": "string"
    },
    "operationType": {
      "type": "string"
    },
    "startTime": {
      "type": "datetime"
    },
    "status": {
      "type": "string"
    }
  }
}