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

GetRegexPatternSetRequest

import type { GetRegexPatternSetRequest } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface GetRegexPatternSetRequest {
RegexPatternSetId: string;
}

§Properties

§
RegexPatternSetId: string
[src]

The RegexPatternSetId of the "RegexPatternSet" that you want to get. RegexPatternSetId is returned by "CreateRegexPatternSet" and by "ListRegexPatternSets".