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

Filter

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

A single logging filter, used in "LoggingFilter".

interface Filter {
Behavior: FilterBehavior;
Conditions: Condition[];
Requirement: FilterRequirement;
}

§Properties

§

How to handle logs that satisfy the filter's conditions and requirement.

§
Conditions: Condition[]
[src]

Match conditions for the filter.

§

Logic to apply to the filtering conditions. You can specify that, in order to satisfy the filter, a log must match all conditions or must match at least one condition.