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

RuleGroupMetadata

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

High-level information about a rule group, returned by "ListRuleGroups". You can use the information provided in the metadata to retrieve and manage a rule group.

interface RuleGroupMetadata {
Arn?: string | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the rule group.

§
Name?: string | null
[src]

The descriptive name of the rule group. You can't change the name of a rule group after you create it.