Panther medium experimental python

AWS Redshift Cluster Logging

This policy validates that Redshift Cluster have logging enabled. This includes audit logs.

View Source

Detection Logic

from panther_base_helpers import deep_get


def policy(resource):
    return deep_get(resource, "LoggingStatus", "LoggingEnabled", default=False)

Field Validations

Loading…

Comments (0)

Loading comments...