Skip to content

Commit

Permalink
AWS::Glue::Trigger.Condition.State AllowedValues expansion (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron committed Sep 5, 2020
1 parent 3412485 commit e2d64a2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@
"path": "/ValueTypes/AWS::Glue::Trigger.Condition.State",
"value": {
"AllowedValues": [
"SUCCEEDED"
"SUCCEEDED",
"STOPPED",
"TIMEOUT",
"FAILED"
]
}
},
Expand Down

0 comments on commit e2d64a2

Please sign in to comment.