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

GetAccessPreviewRequest

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

§Properties

§
accessPreviewId: string
[src]

The unique ID for the access preview.

§
analyzerArn: string
[src]

The ARN of the analyzer used to generate the access preview.