Skip to content

Commit

Permalink
Updates from spec version 140.0.0 (#2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 14, 2023
1 parent 8b2f9ca commit b5ddf8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/customerprofiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ class ObjectType(AWSObject):
"Fields": ([FieldMap], False),
"Keys": ([KeyMap], False),
"ObjectTypeName": (str, False),
"SourceLastUpdatedTimestampFormat": (str, False),
"Tags": (Tags, False),
"TemplateId": (str, False),
}
Expand Down
1 change: 1 addition & 0 deletions troposphere/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1445,6 +1445,7 @@ class NetworkInterfaces(AWSProperty):
"Ipv6Prefixes": ([Ipv6PrefixSpecification], False),
"NetworkCardIndex": (integer, False),
"NetworkInterfaceId": (str, False),
"PrimaryIpv6": (boolean, False),
"PrivateIpAddress": (str, False),
"PrivateIpAddresses": ([PrivateIpAddressSpecification], False),
"SecondaryPrivateIpAddressCount": (integer, False),
Expand Down
4 changes: 4 additions & 0 deletions troposphere/rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,11 @@ class DBInstance(AWSObject):
"DeleteAutomatedBackups": (boolean, False),
"DeletionProtection": (boolean, False),
"Domain": (str, False),
"DomainAuthSecretArn": (str, False),
"DomainDnsIps": ([str], False),
"DomainFqdn": (str, False),
"DomainIAMRoleName": (str, False),
"DomainOu": (str, False),
"EnableCloudwatchLogsExports": ([str], False),
"EnableIAMDatabaseAuthentication": (boolean, False),
"EnablePerformanceInsights": (boolean, False),
Expand Down

0 comments on commit b5ddf8a

Please sign in to comment.