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

Condition

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

A single match condition for a "Filter".

interface Condition {
ActionCondition?: ActionCondition | null;
LabelNameCondition?: LabelNameCondition | null;
}

§Properties

§
ActionCondition?: ActionCondition | null
[src]

A single action condition. This is the action setting that a log record must contain in order to meet the condition.

§
LabelNameCondition?: LabelNameCondition | null
[src]

A single label name condition. This is the fully qualified label name that a log record must contain in order to meet the condition. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.