Amazon Config · JSON Structure

Config Get Compliance Details By Config Rule Response Structure

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

GetComplianceDetailsByConfigRuleResponse 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

EvaluationResults 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-get-compliance-details-by-config-rule-response-structure.json",
  "name": "GetComplianceDetailsByConfigRuleResponse",
  "description": "<p/>",
  "type": "object",
  "properties": {
    "EvaluationResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EvaluationResults"
        },
        {
          "description": "Indicates whether the Amazon Web Services resource complies with the specified Config rule."
        }
      ]
    },
    "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."
        }
      ]
    }
  }
}