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

InlineArchiveRule

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

An criterion statement in an archive rule. Each archive rule may have multiple criteria.

interface InlineArchiveRule {
filter: {
[key: string]: Criterion | null | undefined;
}
;
ruleName: string;
}

§Properties

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

The condition and values for a criterion.

§
ruleName: string
[src]

The name of the rule.