{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-evaluation-mode-configuration-structure.json", "name": "EvaluationModeConfiguration", "description": "The configuration object for Config rule evaluation mode. The Supported valid values are Detective or Proactive.", "type": "object", "properties": { "Mode": { "allOf": [ { "$ref": "#/components/schemas/EvaluationMode" }, { "description": "The mode of an evaluation. The valid values are Detective or Proactive." } ] } } }