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

ActionCondition

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

A single action condition for a "Condition" in a logging filter.

interface ActionCondition {
Action: ActionValue;
}

§Properties

§

The action setting that a log record must contain in order to meet the condition. This is the action that WAF applied to the web request.

For rule groups, this is either the configured rule action setting, or if you've applied a rule action override to the rule, it's the override action. The value EXCLUDED_AS_COUNT matches on excluded rules and also on rules that have a rule action override of Count.