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

StatefulRuleGroup

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

Network Firewall stateful rule group, used in a "NetworkFirewallPolicyDescription".

interface StatefulRuleGroup {
ResourceId?: string | null;
RuleGroupName?: string | null;
}

§Properties

§
ResourceId?: string | null
[src]

The resource ID of the rule group.

§
RuleGroupName?: string | null
[src]

The name of the rule group.