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

ListAccessPreviewFindingsRequest

import type { ListAccessPreviewFindingsRequest } from "https://aws-api.deno.dev/v0.3/services/accessanalyzer.ts?docs=full";
interface ListAccessPreviewFindingsRequest {
accessPreviewId: string;
analyzerArn: string;
filter?: {
[key: string]: Criterion | null | undefined;
}
| null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
accessPreviewId: string
[src]

The unique ID for the access preview.

§
analyzerArn: string
[src]

The ARN of the analyzer used to generate the access.

§
filter?: {
[key: string]: Criterion | null | undefined;
}
| null
[src]

Criteria to filter the returned findings.

§
maxResults?: number | null
[src]

The maximum number of results to return in the response.

§
nextToken?: string | null
[src]

A token used for pagination of results returned.