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

CreateArchiveRuleRequest

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

Creates an archive rule.

interface CreateArchiveRuleRequest {
analyzerName: string;
clientToken?: string | null;
filter: {
[key: string]: Criterion | null | undefined;
}
;
ruleName: string;
}

§Properties

§
analyzerName: string
[src]

The name of the created analyzer.

§
clientToken?: string | null
[src]

A client token.

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

The criteria for the rule.

§
ruleName: string
[src]

The name of the rule to create.