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

Label

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

A single label container. This is used as an element of a label array in multiple contexts, for example, in RuleLabels inside a "Rule" and in Labels inside a "SampledHTTPRequest".

interface Label {
Name: string;
}

§Properties

§
Name: string
[src]

The label string.