Amazon Control Tower · Example Payload

Control Operation Example

ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

Control Operation Example is an example object payload from Amazon Control Tower, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

controlIdentifierenabledControlIdentifierendTimeoperationIdentifieroperationTypestartTimestatusstatusMessagetargetIdentifier

Example Payload

Raw ↑
{
  "controlIdentifier": "example-value",
  "enabledControlIdentifier": "example-value",
  "endTime": "2025-03-15T14:30:00Z",
  "operationIdentifier": "a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
  "operationType": "ENABLE_CONTROL",
  "startTime": "2025-03-15T14:30:00Z",
  "status": "SUCCEEDED",
  "statusMessage": "SUCCEEDED",
  "targetIdentifier": "example-value"
}