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

AwsEcrContainerAggregation

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

An aggregation of information about Amazon ECR containers.

interface AwsEcrContainerAggregation {
architectures?: StringFilter[] | null;
imageShas?: StringFilter[] | null;
imageTags?: StringFilter[] | null;
repositories?: StringFilter[] | null;
resourceIds?: StringFilter[] | null;
sortBy?: AwsEcrContainerSortBy | null;
sortOrder?: SortOrder | null;
}

§Properties

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

The architecture of the containers.

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

The image SHA values.

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

The image tags.

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

The container repositories.

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

The container resource IDs.

§

The value to sort by.

§
sortOrder?: SortOrder | null
[src]

The sort order (ascending or descending).