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/wafv2.ts?docs=full";
interface ListResourcesForWebACLRequest {
ResourceType?: ResourceType | null;
WebACLArn: string;
}

§Properties

§
ResourceType?: ResourceType | null
[src]

Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service.

Note: If you don't provide a resource type, the call uses the resource type APPLICATION_LOAD_BALANCER.

Default: APPLICATION_LOAD_BALANCER

§
WebACLArn: string
[src]

The Amazon Resource Name (ARN) of the web ACL.