Amazon Config · JSON Structure

Config Get Aggregate Compliance Details By Config Rule Response Structure

GetAggregateComplianceDetailsByConfigRuleResponse schema

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

GetAggregateComplianceDetailsByConfigRuleResponse 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

AggregateEvaluationResults 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-aggregate-compliance-details-by-config-rule-response-structure.json",
  "name": "GetAggregateComplianceDetailsByConfigRuleResponse",
  "description": "GetAggregateComplianceDetailsByConfigRuleResponse schema",
  "type": "object",
  "properties": {
    "AggregateEvaluationResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AggregateEvaluationResultList"
        },
        {
          "description": "Returns an AggregateEvaluationResults object."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response."
        }
      ]
    }
  }
}