Amazon EC2 Image Builder · JSON Structure

Ec2 Image Builder Image Scan Finding Aggregation Structure

This returns exactly one type of aggregation, based on the filter that Image Builder applies in its API action.

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

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

Properties

accountAggregation imageAggregation imagePipelineAggregation vulnerabilityIdAggregation

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-image-scan-finding-aggregation-structure.json",
  "name": "ImageScanFindingAggregation",
  "description": "This returns exactly one type of aggregation, based on the filter that Image Builder applies in its API action.",
  "type": "object",
  "properties": {
    "accountAggregation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountAggregation"
        },
        {
          "description": "Returns an object that contains severity counts based on an account ID."
        }
      ]
    },
    "imageAggregation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImageAggregation"
        },
        {
          "description": "Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image."
        }
      ]
    },
    "imagePipelineAggregation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImagePipelineAggregation"
        },
        {
          "description": "Returns an object that contains severity counts based on an image pipeline ARN."
        }
      ]
    },
    "vulnerabilityIdAggregation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VulnerabilityIdAggregation"
        },
        {
          "description": "Returns an object that contains severity counts based on vulnerability ID."
        }
      ]
    }
  }
}