Skip to content

Commit

Permalink
Update typo on EnableCloudwatchLogsExports (cloudtools#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
champs authored and Dave Masino committed Oct 17, 2019
1 parent 5980654 commit 23b0eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions troposphere/rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class DBInstance(AWSObject):
'DeletionProtection': (boolean, False),
'Domain': (basestring, False),
'DomainIAMRoleName': (basestring, False),
'EnableCloudwatchLogExports': ([basestring], False),
'EnableCloudwatchLogsExports': ([basestring], False),
'EnableIAMDatabaseAuthentication': (boolean, False),
'EnablePerformanceInsights': (boolean, False),
'Engine': (validate_engine, False),
Expand Down Expand Up @@ -408,7 +408,7 @@ class DBCluster(AWSObject):
'DBClusterParameterGroupName': (basestring, False),
'DBSubnetGroupName': (basestring, False),
'DeletionProtection': (boolean, False),
'EnableCloudwatchLogExports': ([basestring], False),
'EnableCloudwatchLogsExports': ([basestring], False),
'EnableIAMDatabaseAuthentication': (boolean, False),
'Engine': (validate_engine, True),
'EngineMode': (validate_engine_mode, False),
Expand Down

0 comments on commit 23b0eea

Please sign in to comment.