paws.security.identity (version 0.1.0)

wafregional_list_resources_for_web_acl: Returns an array of resources associated with the specified web ACL

Description

Returns an array of resources associated with the specified web ACL.

Usage

wafregional_list_resources_for_web_acl(WebACLId, ResourceType)

Arguments

WebACLId

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

ResourceType

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

Request syntax

svc$list_resources_for_web_acl(
  WebACLId = "string",
  ResourceType = "APPLICATION_LOAD_BALANCER"|"API_GATEWAY"
)