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

GetRegexMatchSetRequest

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

§Properties

§
RegexMatchSetId: string
[src]

The RegexMatchSetId of the "RegexMatchSet" that you want to get. RegexMatchSetId is returned by "CreateRegexMatchSet" and by "ListRegexMatchSets".