Remove Route53 rules
This commit is contained in:
@ -17,7 +17,6 @@ from . import (
|
||||
iam,
|
||||
_lambda,
|
||||
tags,
|
||||
route53,
|
||||
s3,
|
||||
secrets_manager,
|
||||
security_hub,
|
||||
|
@ -1,11 +0,0 @@
|
||||
from models import RuleCheckResult
|
||||
import boto3
|
||||
|
||||
|
||||
# client = boto3.client("")
|
||||
|
||||
|
||||
def route53_query_logging_enabled():
|
||||
return RuleCheckResult(
|
||||
passed=False, compliant_resources=[], non_compliant_resources=[]
|
||||
)
|
Reference in New Issue
Block a user