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

WafOverrideAction

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

Details about an override action for a rule.

interface WafOverrideAction {
Type?: string | null;
}

§Properties

§
Type?: string | null
[src]

COUNT overrides the action specified by the individual rule within a RuleGroup .

If set to NONE, the rule's action takes place.