Panther medium experimental python

AWS Enforces SSL Policies

This policy validates that ELBV2 load balancer listeners are using an SSL policy.

View Source

Detection Logic

def policy(resource):

    # Casting to Bool as this may be None and we cannot return a NoneType
    return bool(resource["SSLPolicies"])

Field Validations

Loading…

Comments (0)

Loading comments...