WAF Web ACL
Web Application Firewall (WAF) Web Access Control List (ACL)
Last updated
Web Application Firewall (WAF) Web Access Control List (ACL)
Last updated
AWS.WAF.WebACL
, AWS.WAF.Regional.WebACL
For WAF Web ACLs, the resource ID is the ARN.
arn:aws:waf::123456789012:webacl/1
arn:aws:waf-regional:us-west-2:123456789012:webacl/1
A web access control list (web ACL) gives you fine-grained control over the web requests that your Amazon API Gateway API, Amazon CloudFront distribution or Application Load Balancer responds to. Global Web ACLs apply to CloudFront and API Gateway. Regional Web ACLs apply to load balancers.
WAF Regional and Global ACLs are represented in the same fashion, the distinction is made to assist in writing rules for the correct scope.
Field
Type
Description
Rules
List
Lists each rule being applied by the WebACL, its priority (ordering), and the action taken, among other things.
DefaultAction
Map
The default action for AWS WAF to allow web requests or to block web requests.
MetricName
String
A friendly name or description for the metrics for this WebACL.