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.4/services/wafv2.ts?docs=full";
interface GetWebACLForResourceResponse {
WebACL?: WebACL | null;
}

§Properties

§
WebACL?: WebACL | null
[src]

The web ACL that is associated with the resource. If there is no associated resource, WAF returns a null web ACL.