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

ListAnalyzedResourcesRequest

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

Retrieves a list of resources that have been analyzed.

interface ListAnalyzedResourcesRequest {
analyzerArn: string;
maxResults?: number | null;
nextToken?: string | null;
resourceType?: ResourceType | null;
}

§Properties

§
analyzerArn: string
[src]

The ARN of the analyzer to retrieve a list of analyzed resources from.

§
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.

§
resourceType?: ResourceType | null
[src]

The type of resource.