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

LoggingFilter

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

Filtering that specifies which web requests are kept in the logs and which are dropped, defined for a web ACL's "LoggingConfiguration".

You can filter on the rule action and on the web request labels that were applied by matching rules during web ACL evaluation.

interface LoggingFilter {
DefaultBehavior: FilterBehavior;
Filters: Filter[];
}

§Properties

§
DefaultBehavior: FilterBehavior
[src]

Default handling for logs that don't match any of the specified filtering conditions.

§
Filters: Filter[]
[src]

The filters that you want to apply to the logs.