Amazon Config · Schema

GetComplianceSummaryByResourceTypeResponse

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
ComplianceSummariesByResourceType object
View JSON Schema on GitHub

JSON Schema

config-get-compliance-summary-by-resource-type-response-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-get-compliance-summary-by-resource-type-response-schema.json",
  "title": "GetComplianceSummaryByResourceTypeResponse",
  "description": "<p/>",
  "type": "object",
  "properties": {
    "ComplianceSummariesByResourceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComplianceSummariesByResourceType"
        },
        {
          "description": "The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100."
        }
      ]
    }
  }
}