Add featrue : WAFv2 bp check

This commit is contained in:
Juwon 2024-08-07 15:21:30 +09:00 committed by skyuecx0630
parent 153a386774
commit 626a4b825a

View File

@ -4,7 +4,7 @@ import boto3
client = boto3.client("wafv2", region_name="us-east-1")
cloudfront_client = boto3.client("cloudfront")
cloudfront_client = boto3.client("cloudfront", "us-east-1")
def wafv2_logging_enabled():