Amazon Config · JSON Structure

Config Describe Config Rule Evaluation Status Response Structure

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

DescribeConfigRuleEvaluationStatusResponse 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

ConfigRulesEvaluationStatus 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-config-rule-evaluation-status-response-structure.json",
  "name": "DescribeConfigRuleEvaluationStatusResponse",
  "description": "<p/>",
  "type": "object",
  "properties": {
    "ConfigRulesEvaluationStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigRuleEvaluationStatusList"
        },
        {
          "description": "Status information about your Config managed rules."
        }
      ]
    },
    "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."
        }
      ]
    }
  }
}