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

PositionalConstraint

import type { PositionalConstraint } from "https://aws-api.deno.dev/v0.3/services/waf.ts?docs=full";
type PositionalConstraint =
| "EXACTLY"
| "STARTS_WITH"
| "ENDS_WITH"
| "CONTAINS"
| "CONTAINS_WORD"

§Type

§
"EXACTLY" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS" | "CONTAINS_WORD" | cmnP.UnexpectedEnumValue
[src]