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

LabelSummary

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

List of labels used by one or more of the rules of a "RuleGroup". This summary object is used for the following rule group lists:

  • AvailableLabels - Labels that rules add to matching requests. These labels are defined in the RuleLabels for a "Rule".
  • ConsumedLabels - Labels that rules match against. These labels are defined in a LabelMatchStatement specification, in the "Statement" definition of a rule.
interface LabelSummary {
Name?: string | null;
}

§Properties

§
Name?: string | null
[src]

An individual label specification.