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

LabelNameCondition

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

A single label name condition for a "Condition" in a logging filter.

interface LabelNameCondition {
LabelName: string;
}

§Properties

§
LabelName: string
[src]

The label name that a log record must contain in order to meet the condition. This must be a fully qualified label name. 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.