WAF 웹 ACL
Web Application Firewall (WAF) 웹 접근 제어 목록(ACL)
마지막 업데이트
도움이 되었나요?
Web Application Firewall (WAF) 웹 접근 제어 목록(ACL)
마지막 업데이트
도움이 되었나요?
도움이 되었나요?
{
"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
}