Amazon Config · Schema

DescribeComplianceByConfigRuleRequest

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
ConfigRuleNames object
ComplianceTypes object
NextToken object
View JSON Schema on GitHub

JSON Schema

config-describe-compliance-by-config-rule-request-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-compliance-by-config-rule-request-schema.json",
  "title": "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."
        }
      ]
    }
  }
}