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

StatefulRuleGroupReference

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

Identifier for a single stateful rule group, used in a firewall policy to refer to a rule group.

interface StatefulRuleGroupReference {
Override?: StatefulRuleGroupOverride | null;
Priority?: number | null;
ResourceArn: string;
}

§Properties

§

The action that allows the policy owner to override the behavior of the rule group within a policy.

§
Priority?: number | null
[src]

An integer setting that indicates the order in which to run the stateful rule groups in a single "FirewallPolicy". This setting only applies to firewall policies that specify the STRICT_ORDER rule order in the stateful engine options settings.

Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.

You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there's a wide range in between, for example use 100, 200, and so on.

§
ResourceArn: string
[src]

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