Amazon Config · JSON Structure

Config Describe Compliance By Config Rule Request Structure

Type: object Properties: 3
AuditingComplianceConfiguration ManagementGovernanceSecurity

DescribeComplianceByConfigRuleRequest is a JSON Structure definition published by Amazon Config, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ConfigRuleNames ComplianceTypes 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-compliance-by-config-rule-request-structure.json",
  "name": "DescribeComplianceByConfigRuleRequest",
  "description": "<p/>",
  "type": "object",
  "properties": {
    "ConfigRuleNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigRuleNames"
        },
        {
          "description": "Specify one or more Config rule names to filter the results by rule."
        }
      ]
    },
    "ComplianceTypes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComplianceTypes"
        },
        {
          "description": "Filters the results by compliance."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "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."
        }
      ]
    }
  }
}