GetEnabledControlResponse

GetEnabledControlResponse schema from AWS Control Tower API

ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

Properties

Name Type Description
enabledControl object
View JSON Schema on GitHub

JSON Schema

get-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/get-enabled-control-response-schema.json",
  "title": "GetEnabledControlResponse",
  "description": "GetEnabledControlResponse schema from AWS Control Tower API",
  "type": "object",
  "properties": {
    "enabledControl": {
      "$ref": "#/components/schemas/EnabledControl"
    }
  }
}