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.deno.dev/v0.3/services/fms.ts?docs=full";

The definition of the Network Firewall firewall policy.

interface NetworkFirewallPolicyDescription {
StatefulRuleGroups?: StatefulRuleGroup[] | null;
StatelessCustomActions?: string[] | null;
StatelessDefaultActions?: string[] | null;
StatelessFragmentDefaultActions?: string[] | null;
StatelessRuleGroups?: StatelessRuleGroup[] | null;
}

§Properties

§
StatefulRuleGroups?: StatefulRuleGroup[] | null
[src]

The stateful rule groups that are used in the Network Firewall firewall policy.

§
StatelessCustomActions?: string[] | null
[src]

Names of custom actions that are available for use in the stateless default actions settings.

§
StatelessDefaultActions?: string[] | null
[src]

The actions to take on packets that don't match any of the stateless rule groups.

§
StatelessFragmentDefaultActions?: string[] | null
[src]

The actions to take on packet fragments that don't match any of the stateless rule groups.

§
StatelessRuleGroups?: StatelessRuleGroup[] | null
[src]

The stateless rule groups that are used in the Network Firewall firewall policy.