Amazon Config · Schema

StartConfigRulesEvaluationRequest

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
ConfigRuleNames object
View JSON Schema on GitHub

JSON Schema

config-start-config-rules-evaluation-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-start-config-rules-evaluation-request-schema.json",
  "title": "StartConfigRulesEvaluationRequest",
  "description": "<p/>",
  "type": "object",
  "properties": {
    "ConfigRuleNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReevaluateConfigRuleNames"
        },
        {
          "description": "The list of names of Config rules that you want to run evaluations for."
        }
      ]
    }
  }
}