Amazon Config · Schema
DescribeConfigRulesRequest
AuditingComplianceConfiguration ManagementGovernanceSecurity
Properties
| Name | Type | Description |
|---|---|---|
| ConfigRuleNames | object | |
| NextToken | object | |
| Filters | object |
JSON Schema
{
"$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-request-schema.json",
"title": "DescribeConfigRulesRequest",
"description": "<p/>",
"type": "object",
"properties": {
"ConfigRuleNames": {
"allOf": [
{
"$ref": "#/components/schemas/ConfigRuleNames"
},
{
"description": "The names of the Config rules for which you want details. If you do not specify any names, Config returns details for all your rules."
}
]
},
"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."
}
]
},
"Filters": {
"allOf": [
{
"$ref": "#/components/schemas/DescribeConfigRulesFilters"
},
{
"description": "Returns a list of Detective or Proactive Config rules. By default, this API returns an unfiltered list. For more information on Detective or Proactive Config rules, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config-rules.html\"> <b>Evaluation Mode</b> </a> in the <i>Config Developer Guide</i>."
}
]
}
}
}