Amazon Config · JSON Structure

Config Put External Evaluation Request Structure

PutExternalEvaluationRequest schema

Type: object Properties: 2 Required: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

PutExternalEvaluationRequest is a JSON Structure definition published by Amazon Config, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ConfigRuleName ExternalEvaluation

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-put-external-evaluation-request-structure.json",
  "name": "PutExternalEvaluationRequest",
  "description": "PutExternalEvaluationRequest schema",
  "type": "object",
  "properties": {
    "ConfigRuleName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigRuleName"
        },
        {
          "description": "The name of the Config rule."
        }
      ]
    },
    "ExternalEvaluation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExternalEvaluation"
        },
        {
          "description": "An <code>ExternalEvaluation</code> object that provides details about compliance."
        }
      ]
    }
  },
  "required": [
    "ConfigRuleName",
    "ExternalEvaluation"
  ]
}