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

FirewallPolicyDetails

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

Defines the behavior of the firewall.

interface FirewallPolicyDetails {
StatefulRuleGroupReferences?: FirewallPolicyStatefulRuleGroupReferencesDetails[] | null;
StatelessCustomActions?: FirewallPolicyStatelessCustomActionsDetails[] | null;
StatelessDefaultActions?: string[] | null;
StatelessFragmentDefaultActions?: string[] | null;
StatelessRuleGroupReferences?: FirewallPolicyStatelessRuleGroupReferencesDetails[] | null;
}

§Properties

§
StatefulRuleGroupReferences?: FirewallPolicyStatefulRuleGroupReferencesDetails[] | null
[src]

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

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

The custom action definitions that are available to use in the firewall policy's StatelessDefaultActions setting.

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

The actions to take on a packet if it doesn't match any of the stateless rules in the policy.

You must specify a standard action (aws:pass, aws:drop, aws:forward_to_sfe), and can optionally include a custom action from StatelessCustomActions.

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

The actions to take on a fragmented UDP packet if it doesn't match any of the stateless rules in the policy.

You must specify a standard action (aws:pass, aws:drop, aws:forward_to_sfe), and can optionally include a custom action from StatelessCustomActions.

§
StatelessRuleGroupReferences?: FirewallPolicyStatelessRuleGroupReferencesDetails[] | null
[src]

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