From 23b0eea7ee92db2c2759b97bcf3a3306c19d509b Mon Sep 17 00:00:00 2001 From: Peerakit Champ Somsuk Date: Sun, 23 Dec 2018 16:58:58 -0800 Subject: [PATCH] Update typo on EnableCloudwatchLogsExports (#1253) --- troposphere/rds.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/troposphere/rds.py b/troposphere/rds.py index 221191c80..125cb5f9c 100644 --- a/troposphere/rds.py +++ b/troposphere/rds.py @@ -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), @@ -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),