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

ApplyArchiveRuleRequest

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

Retroactively applies an archive rule.

interface ApplyArchiveRuleRequest {
analyzerArn: string;
clientToken?: string | null;
ruleName: string;
}

§Properties

§
analyzerArn: string
[src]

The Amazon resource name (ARN) of the analyzer.

§
clientToken?: string | null
[src]

A client token.

§
ruleName: string
[src]

The name of the rule to apply.