Panther medium experimental python
AWS Config Recording Status
This policy ensures that the config recorder is operational and capturing changes to your account without error.
Detection Logic
from panther_base_helpers import deep_get
def policy(resource):
return deep_get(resource, "Status", "LastErrorCode") is None Field Validations
Loading…
Comments (0)
Loading comments...