Remediation

Information about how to remediate a finding.

Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine Images

Properties

Name Type Description
recommendation object
View JSON Schema on GitHub

JSON Schema

ec2-image-builder-remediation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-image-builder/refs/heads/main/json-schema/ec2-image-builder-remediation-schema.json",
  "title": "Remediation",
  "description": "Information about how to remediate a finding.",
  "type": "object",
  "properties": {
    "recommendation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RemediationRecommendation"
        },
        {
          "description": "An object that contains information about the recommended course of action to remediate the finding."
        }
      ]
    }
  }
}