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

DescribeImageScanFindingsResponse

import type { DescribeImageScanFindingsResponse } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface DescribeImageScanFindingsResponse {
imageId?: ImageIdentifier | null;
imageScanFindings?: ImageScanFindings | null;
imageScanStatus?: ImageScanStatus | null;
nextToken?: string | null;
registryId?: string | null;
repositoryName?: string | null;
}

§Properties

§
imageId?: ImageIdentifier | null
[src]
§
imageScanFindings?: ImageScanFindings | null
[src]

The information contained in the image scan findings.

§
imageScanStatus?: ImageScanStatus | null
[src]

The current state of the scan.

§
nextToken?: string | null
[src]

The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

§
registryId?: string | null
[src]

The registry ID associated with the request.

§
repositoryName?: string | null
[src]

The repository name associated with the request.