ImageScanFindingsFilter

A name value pair that Image Builder applies to streamline results from the vulnerability scan findings list action.

Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine Images

Properties

Name Type Description
name object
values object
View JSON Schema on GitHub

JSON Schema

ec2-image-builder-image-scan-findings-filter-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-image-scan-findings-filter-schema.json",
  "title": "ImageScanFindingsFilter",
  "description": "A name value pair that Image Builder applies to streamline results from the vulnerability scan findings list action.",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FilterName"
        },
        {
          "description": "The name of the image scan finding filter. Filter names are case-sensitive."
        }
      ]
    },
    "values": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImageScanFindingsFilterValues"
        },
        {
          "description": "The filter values. Filter values are case-sensitive."
        }
      ]
    }
  }
}