Skip to content

Commit

Permalink
Allow EVENT for Glue::Trigger.Type (Fixes #2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Jan 11, 2024
1 parent 219b491 commit f502f26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/validators/glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def trigger_type_validator(type):
"SCHEDULED",
"CONDITIONAL",
"ON_DEMAND",
"EVENT",
]
if type not in valid_types:
raise ValueError("% is not a valid value for Type" % type)
Expand Down

0 comments on commit f502f26

Please sign in to comment.