Skip to content

Commit

Permalink
Add CACertificateIdentifier to DBInstance (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbridts authored and markpeek committed Jan 18, 2020
1 parent c873ed2 commit a28753d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/rds.py
Expand Up @@ -172,6 +172,7 @@ class DBInstance(AWSObject):
'AutoMinorVersionUpgrade': (boolean, False),
'AvailabilityZone': (basestring, False),
'BackupRetentionPeriod': (validate_backup_retention_period, False),
'CACertificateIdentifier': (basestring, False),
'CharacterSetName': (basestring, False),
'CopyTagsToSnapshot': (boolean, False),
'DBClusterIdentifier': (basestring, False),
Expand Down

0 comments on commit a28753d

Please sign in to comment.