Amazon Config · JSON Structure

Config Get Resource Evaluation Summary Request Structure

GetResourceEvaluationSummaryRequest schema

Type: object Properties: 1 Required: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

ResourceEvaluationId

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-get-resource-evaluation-summary-request-structure.json",
  "name": "GetResourceEvaluationSummaryRequest",
  "description": "GetResourceEvaluationSummaryRequest schema",
  "type": "object",
  "properties": {
    "ResourceEvaluationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceEvaluationId"
        },
        {
          "description": "The unique <code>ResourceEvaluationId</code> of Amazon Web Services resource execution for which you want to retrieve the evaluation summary."
        }
      ]
    }
  },
  "required": [
    "ResourceEvaluationId"
  ]
}