Skip to content

Commit

Permalink
Change HeartbeatTimeout type to integer (cloudtools#1415) (cloudtools…
Browse files Browse the repository at this point in the history
  • Loading branch information
flou authored and Dave Masino committed Oct 17, 2019
1 parent 0eedf0d commit 0bb16e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troposphere/autoscaling.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def to_dict(self):
class LifecycleHookSpecification(AWSProperty):
props = {
'DefaultResult': (basestring, False),
'HeartbeatTimeout': (basestring, False),
'HeartbeatTimeout': (integer, False),
'LifecycleHookName': (basestring, True),
'LifecycleTransition': (basestring, True),
'NotificationMetadata': (basestring, False),
Expand Down

0 comments on commit 0bb16e5

Please sign in to comment.