Amazon Config · Schema

DescribeConfigRulesResponse

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

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

JSON Schema

config-describe-config-rules-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-describe-config-rules-response-schema.json",
  "title": "DescribeConfigRulesResponse",
  "description": "<p/>",
  "type": "object",
  "properties": {
    "ConfigRules": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigRules"
        },
        {
          "description": "The details about your Config 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."
        }
      ]
    }
  }
}