Skip to content

Commit

Permalink
Adding enhanced monitoring to rds.DBInstance (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesroutley authored and markpeek committed Sep 22, 2016
1 parent 5d57d2f commit e76aac1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions troposphere/rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ class DBInstance(AWSObject):
'MasterUsername': (basestring, False),
'MasterUserPassword': (basestring, False),
'MultiAZ': (boolean, False),
'MonitoringInterval': (positive_integer, False),
'MonitoringRoleArn': (basestring, False),
'OptionGroupName': (basestring, False),
'Port': (network_port, False),
'PreferredBackupWindow': (validate_backup_window, False),
Expand Down

0 comments on commit e76aac1

Please sign in to comment.