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

CreateAccessPreviewRequest

import type { CreateAccessPreviewRequest } from "https://aws-api.deno.dev/v0.3/services/accessanalyzer.ts?docs=full";
interface CreateAccessPreviewRequest {
analyzerArn: string;
clientToken?: string | null;
configurations: {
[key: string]: Configuration | null | undefined;
}
;
}

§Properties

§
analyzerArn: string
[src]

The ARN of the account analyzer used to generate the access preview. You can only create an access preview for analyzers with an Account type and Active status.

§
clientToken?: string | null
[src]

A client token.

§
configurations: {
[key: string]: Configuration | null | undefined;
}
[src]

Access control configuration for your resource that is used to generate the access preview. The access preview includes findings for external access allowed to the resource with the proposed access control configuration. The configuration must contain exactly one element.