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

StatefulRuleOptions

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

Additional options governing how Network Firewall handles the rule group. You can only use these for stateful rule groups.

interface StatefulRuleOptions {
RuleOrder?: RuleOrder | null;
}

§Properties

§
RuleOrder?: RuleOrder | null
[src]

Indicates how to manage the order of the rule evaluation for the rule group. DEFAULT_ACTION_ORDER is the default behavior. Stateful rules are provided to the rule engine as Suricata compatible strings, and Suricata evaluates them based on certain settings. For more information, see Evaluation order for stateful rules in the Network Firewall Developer Guide.