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

ImageLayerAggregation

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

The details that define an aggregation based on container image layers.

interface ImageLayerAggregation {
layerHashes?: StringFilter[] | null;
repositories?: StringFilter[] | null;
resourceIds?: StringFilter[] | null;
sortBy?: ImageLayerSortBy | null;
sortOrder?: SortOrder | null;
}

§Properties

§
layerHashes?: StringFilter[] | null
[src]

The hashes associated with the layers.

§
repositories?: StringFilter[] | null
[src]

The repository associated with the container image hosting the layers.

§
resourceIds?: StringFilter[] | null
[src]

The ID of the container image layer.

§
sortBy?: ImageLayerSortBy | null
[src]

The value to sort results by.

§
sortOrder?: SortOrder | null
[src]

The order to sort results by.