Panther low experimental python
AWS Config Records All Resource Types
This policy ensurers that you have a comprehensive configuration audit in place for all resource types in AWS.
Detection Logic
from panther_base_helpers import deep_get
def policy(resource):
return bool(deep_get(resource, "RecordingGroup", "AllSupported")) Field Validations
Loading…
Comments (0)
Loading comments...