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

GetWebACLForResourceResponse

import type { GetWebACLForResourceResponse } from "https://aws-api.deno.dev/v0.3/services/wafregional.ts?docs=full";
interface GetWebACLForResourceResponse {
WebACLSummary?: WebACLSummary | null;
}

§Properties

§
WebACLSummary?: WebACLSummary | null
[src]

Information about the web ACL that you specified in the GetWebACLForResource request. If there is no associated resource, a null WebACLSummary is returned.