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

ListResourcesForWebACLResponse

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

§Properties

§
ResourceArns?: string[] | null
[src]

An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL. An array with zero elements is returned if there are no resources associated with the web ACL.