EnabledControlSummary

Summary information about an enabled control.

ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

Properties

Name Type Description
arn string The ARN of the enabled control.
controlIdentifier string The control identifier.
statusSummary object
targetIdentifier string
View JSON Schema on GitHub

JSON Schema

enabled-control-summary-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/enabled-control-summary-schema.json",
  "title": "EnabledControlSummary",
  "description": "Summary information about an enabled control.",
  "type": "object",
  "properties": {
    "arn": {
      "type": "string",
      "description": "The ARN of the enabled control."
    },
    "controlIdentifier": {
      "type": "string",
      "description": "The control identifier."
    },
    "statusSummary": {
      "type": "object",
      "properties": {
        "status": {
          "type": "string"
        }
      }
    },
    "targetIdentifier": {
      "type": "string"
    }
  }
}