Panther low experimental python
AWS Resource Minimum Tags
This policy ensures that applicable resources have a minimum number of tags set.
Detection Logic
MINIMUM_TAGS = 1
def policy(resource):
if resource["Tags"] is None:
return False
return len(resource["Tags"]) >= MINIMUM_TAGS Field Validations
Loading…
Comments (0)
Loading comments...