Skip to content

Commit

Permalink
Add Regions to Route53 HealthCheckConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Mar 10, 2018
1 parent 020be44 commit 67a76dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/route53.py
Expand Up @@ -97,6 +97,7 @@ class HealthCheckConfiguration(AWSProperty):
'IPAddress': (basestring, False),
'MeasureLatency': (boolean, False),
'Port': (network_port, False),
'Regions': ([basestring], False),
'RequestInterval': (positive_integer, False),
'ResourcePath': (basestring, False),
'SearchString': (basestring, False),
Expand Down

0 comments on commit 67a76dc

Please sign in to comment.