Skip to content

Commit

Permalink
Change HeartbeatTimeout type to integer (cloudtools#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lou Ferrand committed Jun 18, 2019
1 parent cd0d621 commit 27a533b
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 27a533b

Please sign in to comment.