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

GetSqlInjectionMatchSetRequest

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

A request to get a "SqlInjectionMatchSet".

interface GetSqlInjectionMatchSetRequest {
SqlInjectionMatchSetId: string;
}

§Properties

§
SqlInjectionMatchSetId: string
[src]

The SqlInjectionMatchSetId of the "SqlInjectionMatchSet" that you want to get. SqlInjectionMatchSetId is returned by "CreateSqlInjectionMatchSet" and by "ListSqlInjectionMatchSets".