Amazon Config · Schema

ControlsList

ControlsList schema

AuditingComplianceConfiguration ManagementGovernanceSecurity
View JSON Schema on GitHub

JSON Schema

config-controls-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-controls-list-schema.json",
  "title": "ControlsList",
  "description": "ControlsList schema",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/StringWithCharLimit128"
  },
  "minItems": 0,
  "maxItems": 20
}