Returns the web ACL for the specified resource, either an application load balancer or Amazon API Gateway stage.
wafregional_get_web_acl_for_resource(ResourceArn)
[required] The ARN (Amazon Resource Name) of the resource for which to get the web ACL, either an application load balancer or Amazon API Gateway stage.
The ARN should be in one of the following formats:
For an Application Load Balancer:
arn:aws:elasticloadbalancing:<i>region</i>:<i>account-id</i>:loadbalancer/app/<i>load-balancer-name</i>/<i>load-balancer-id</i>
For an Amazon API Gateway stage:
arn:aws:apigateway:<i>region</i>::/restapis/<i>api-id</i>/stages/<i>stage-name</i>
svc$get_web_acl_for_resource( ResourceArn = "string" )