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

AwsEcrContainerAggregationResponse

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

An aggregation of information about Amazon ECR containers.

interface AwsEcrContainerAggregationResponse {
accountId?: string | null;
architecture?: string | null;
imageSha?: string | null;
imageTags?: string[] | null;
repository?: string | null;
resourceId: string;
severityCounts?: SeverityCounts | null;
}

§Properties

§
accountId?: string | null
[src]

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

§
architecture?: string | null
[src]

The architecture of the container.

§
imageSha?: string | null
[src]

The SHA value of the container image.

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

The container image stags.

§
repository?: string | null
[src]

The container repository.

§
resourceId: string
[src]

The resource ID of the container.

§
severityCounts?: SeverityCounts | null
[src]

The number of finding by severity.