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

ListResourcesForWebACLRequest

import type { ListResourcesForWebACLRequest } from "https://aws-api.deno.dev/v0.4/services/wafregional.ts?docs=full";
interface ListResourcesForWebACLRequest {
ResourceType?: ResourceType | null;
WebACLId: string;
}

§Properties

§
ResourceType?: ResourceType | null
[src]

The type of resource to list, either an application load balancer or Amazon API Gateway.

§
WebACLId: string
[src]

The unique identifier (ID) of the web ACL for which to list the associated resources.