Amazon EC2 Image Builder · JSON Structure

Ec2 Image Builder Remediation Structure

Information about how to remediate a finding.

Type: object Properties: 1
Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine Images

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

Properties

recommendation

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-ec2-image-builder/refs/heads/main/json-structure/ec2-image-builder-remediation-structure.json",
  "name": "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."
        }
      ]
    }
  }
}