WAF Web ACL
Web Application Firewall (WAF) Web Access Control List (ACL)
Last updated
Was this helpful?
Web Application Firewall (WAF) Web Access Control List (ACL)
Last updated
Was this helpful?
Was this helpful?
{
"AccountId": "123456789012",
"Arn": "arn:aws:waf-regional:us-west-2:123456789012:webacl/1",
"DefaultAction": {
"Type": "ALLOW"
},
"Id": "1",
"MetricName": "metric-1",
"Name": "example-web-acl",
"Region": "us-west-2",
"ResourceId": "arn:aws:waf-regional:us-west-2:123456789012:webacl/1",
"ResourceType": "AWS.WAF.Regional.WebACL",
"Rules": [
{
"Action": {
"Type": "BLOCK"
},
"ExcludedRules": null,
"MetricName": "metric-1",
"Name": "rule-1",
"OverrideAction": null,
"Predicates": [
{
"DataId": "1",
"Negated": false,
"Type": "XssMatch"
}
],
"Priority": 2,
"RuleId": "1",
"Type": "REGULAR"
},
{
"Action": {
"Type": "COUNT"
},
"ExcludedRules": null,
"MetricName": "metric-2",
"Name": "rule-2",
"OverrideAction": null,
"Predicates": [
{
"DataId": "2",
"Negated": false,
"Type": "XssMatch"
}
],
"Priority": 1,
"RuleId": "2",
"Type": "REGULAR"
}
],
"Tags": null,
"TimeCreated": null
}