Panther high experimental python

AWS Config Status

This policy ensures that the config recorder is operational and capturing changes to your account.

View Source

Detection Logic

from panther_base_helpers import deep_get


def policy(resource):
    return deep_get(resource, "Status", "Recording", default=False)

Field Validations

Loading…

Comments (0)

Loading comments...