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

NetworkFirewallPolicyDescription

import type { NetworkFirewallPolicyDescription } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/fms.ts";
interface NetworkFirewallPolicyDescription {
StatefulRuleGroups?: StatefulRuleGroup[] | null;
StatelessCustomActions?: string[] | null;
StatelessDefaultActions?: string[] | null;
StatelessFragmentDefaultActions?: string[] | null;
StatelessRuleGroups?: StatelessRuleGroup[] | null;
}

§Properties

§
StatefulRuleGroups?: StatefulRuleGroup[] | null
[src]
§
StatelessCustomActions?: string[] | null
[src]
§
StatelessDefaultActions?: string[] | null
[src]
§
StatelessFragmentDefaultActions?: string[] | null
[src]
§
StatelessRuleGroups?: StatelessRuleGroup[] | null
[src]