Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImageLayerAggregationResponse

import type { ImageLayerAggregationResponse } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";

A response that contains the results of a finding aggregation by image layer.

interface ImageLayerAggregationResponse {
accountId: string;
layerHash: string;
repository: string;
resourceId: string;
severityCounts?: SeverityCounts | null;
}

§Properties

§
accountId: string
[src]

The ID of the Amazon Web Services account that owns the container image hosting the layer image.

§
layerHash: string
[src]

The layer hash.

§
repository: string
[src]

The repository the layer resides in.

§
resourceId: string
[src]

The resource ID of the container image layer.

§
severityCounts?: SeverityCounts | null
[src]

An object that represents the count of matched findings per severity.