Amazon Config · Schema

GetComplianceDetailsByResourceResponse

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

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

JSON Schema

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