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

RegexPatternSet

import type { RegexPatternSet } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/wafv2.ts";
interface RegexPatternSet {
ARN?: string | null;
Description?: string | null;
Id?: string | null;
Name?: string | null;
RegularExpressionList?: Regex[] | null;
}

§Properties

§
ARN?: string | null
[src]
§
Description?: string | null
[src]
§
Id?: string | null
[src]
§
Name?: string | null
[src]
§
RegularExpressionList?: Regex[] | null
[src]