Skip to content

Commit

Permalink
adding missing X-ray activation property for AWS::ApiGateway::Stage (c…
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpavageau authored and Dave Masino committed Oct 17, 2019
1 parent d06c36f commit 9490c3d
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 @@ -371,6 +371,7 @@ class Stage(AWSObject):
"RestApiId": (basestring, True),
"StageName": (basestring, True),
"Tags": ((Tags, list), False),
"TracingEnabled": (bool, False),
"Variables": (dict, False),
}

Expand Down

0 comments on commit 9490c3d

Please sign in to comment.