Amazon Config · JSON Structure

Config Evaluation Mode Configuration Structure

The configuration object for Config rule evaluation mode. The Supported valid values are Detective or Proactive.

Type: object Properties: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

Mode

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-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."
        }
      ]
    }
  }
}