Skip to content

Commit

Permalink
Update ApiGateway per 2021-04-15 changes (Fixes #1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Jul 4, 2021
1 parent d724a43 commit 3af149c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/apigateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ class RestApi(AWSObject):
"EndpointConfiguration": (EndpointConfiguration, False),
"FailOnWarnings": (boolean, False),
"MinimumCompressionSize": (positive_integer, False),
"Mode": (str, False),
"Name": (str, False),
"Parameters": (dict, False),
"Policy": (dict, False),
Expand Down

0 comments on commit 3af149c

Please # to comment.