7 lines
175 B
Python
7 lines
175 B
Python
from services.wafv2 import *
|
|
|
|
print(wafv2_logging_enabled())
|
|
# print(wafv2_webacl_not_empty())
|
|
# print(wafv2_rulegroup_logging_enabled())
|
|
# print(wafv2_rulegroup_not_empty())
|