我在 AWS 账户中有 1 个要删除的 Web ACL。
(list-acls output)
WEBACLS foo1acl abcd123-ghij-klmnop
(get-acls output)
{
"WebACL": {
"WebACLId": "abcd123-ghij-klmnop",
"Rules": [
{
"Priority": 1,
"Action": {
"Type": "ALLOW"
},
"Type": "REGULAR",
"RuleId": "abcd1234-5678-9123-b53e-abcdefghj78"
}
],
"DefaultAction": {
"Type": "BLOCK"
},
"Name": "foo",
"WebACLArn": "arn:aws:waf::foo",
"MetricName": "foo"
}
}
如何判断此 Web ACL 是否实际使用?