Add featrue : WAFv2 bp check
This commit is contained in:
parent
153a386774
commit
626a4b825a
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user