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

StatefulRuleGroupOverride

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

The setting that allows the policy owner to change the behavior of the rule group within a policy.

interface StatefulRuleGroupOverride {
Action?: OverrideAction | null;
}

§Properties

§
Action?: OverrideAction | null
[src]

The action that changes the rule group from DROP to ALERT. This only applies to managed rule groups.