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

CreateAnalyzerRequest

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

Creates an analyzer.

interface CreateAnalyzerRequest {
analyzerName: string;
archiveRules?: InlineArchiveRule[] | null;
clientToken?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
type: Type;
}

§Properties

§
analyzerName: string
[src]

The name of the analyzer to create.

§
archiveRules?: InlineArchiveRule[] | null
[src]

Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that meet the criteria you define for the rule.

§
clientToken?: string | null
[src]

A client token.

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

The tags to apply to the analyzer.

§
type: Type
[src]

The type of analyzer to create. Only ACCOUNT and ORGANIZATION analyzers are supported. You can create only one analyzer per account per Region. You can create up to 5 analyzers per organization per Region.