Skip to content

Commit

Permalink
AWS::Glue::Connection.ConnectionInput.ConnectionType AllowedValues ex…
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored Jan 24, 2021
1 parent c0bce2d commit 6397ff9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions troposphere/glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ class PhysicalConnectionRequirements(AWSProperty):

def connection_type_validator(type):
valid_types = [
'CUSTOM',
'JDBC',
'KAFKA',
'MARKETPLACE',
'MONGODB',
'NETWORK',
'SFTP',
Expand Down

0 comments on commit 6397ff9

Please sign in to comment.