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

ExcludedRule

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

Specifies a single rule in a rule group whose action you want to override to Count.

Note: Instead of this option, use RuleActionOverrides. It accepts any valid action setting, including Count.

interface ExcludedRule {
Name: string;
}

§Properties

§
Name: string
[src]

The name of the rule whose action you want to override to Count.