Amazon Config · JSON Structure

Config Resource Evaluation Structure

Returns details of a resource evaluation.

Type: object Properties: 3
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

ResourceEvaluationId EvaluationMode EvaluationStartTimestamp

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-resource-evaluation-structure.json",
  "name": "ResourceEvaluation",
  "description": "Returns details of a resource evaluation.",
  "type": "object",
  "properties": {
    "ResourceEvaluationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceEvaluationId"
        },
        {
          "description": "The ResourceEvaluationId of a evaluation."
        }
      ]
    },
    "EvaluationMode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EvaluationMode"
        },
        {
          "description": "The mode of an evaluation. The valid values are Detective or Proactive."
        }
      ]
    },
    "EvaluationStartTimestamp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Date"
        },
        {
          "description": "The starting time of an execution."
        }
      ]
    }
  }
}