Amazon Config · Schema

DescribeComplianceByResourceResponse

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
ComplianceByResources object
NextToken object
View JSON Schema on GitHub

JSON Schema

config-describe-compliance-by-resource-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-describe-compliance-by-resource-response-schema.json",
  "title": "DescribeComplianceByResourceResponse",
  "description": "<p/>",
  "type": "object",
  "properties": {
    "ComplianceByResources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComplianceByResources"
        },
        {
          "description": "Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The string that you use in a subsequent request to get the next page of results in a paginated response."
        }
      ]
    }
  }
}