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

GetWebACLRequest

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

§Properties

§
WebACLId: string
[src]

The WebACLId of the "WebACL" that you want to get. WebACLId is returned by "CreateWebACL" and by "ListWebACLs".