Amazon Config · JSON Structure

Config Describe Compliance By Resource Response Structure

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

DescribeComplianceByResourceResponse is a JSON Structure definition published by Amazon Config, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ComplianceByResources NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-describe-compliance-by-resource-response-structure.json",
  "name": "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."
        }
      ]
    }
  }
}