@@ -980,6 +980,17 @@ class IPAMResourceDiscoveryAssociation(AWSObject):
980980 }
981981
982982
983+ class IpamScopeExternalAuthorityConfiguration (AWSProperty ):
984+ """
985+ `IpamScopeExternalAuthorityConfiguration <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipamscope-ipamscopeexternalauthorityconfiguration.html>`__
986+ """
987+
988+ props : PropsDictType = {
989+ "ExternalResourceIdentifier" : (str , True ),
990+ "IpamScopeExternalAuthorityType" : (str , True ),
991+ }
992+
993+
983994class IPAMScope (AWSObject ):
984995 """
985996 `IPAMScope <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamscope.html>`__
@@ -989,6 +1000,10 @@ class IPAMScope(AWSObject):
9891000
9901001 props : PropsDictType = {
9911002 "Description" : (str , False ),
1003+ "ExternalAuthorityConfiguration" : (
1004+ IpamScopeExternalAuthorityConfiguration ,
1005+ False ,
1006+ ),
9921007 "IpamId" : (str , True ),
9931008 "Tags" : (Tags , False ),
9941009 }
@@ -2780,6 +2795,7 @@ class TransitGateway(AWSObject):
27802795 "DefaultRouteTablePropagation" : (str , False ),
27812796 "Description" : (str , False ),
27822797 "DnsSupport" : (str , False ),
2798+ "EncryptionSupport" : (str , False ),
27832799 "MulticastSupport" : (str , False ),
27842800 "PropagationDefaultRouteTableId" : (str , False ),
27852801 "SecurityGroupReferencingSupport" : (str , False ),
@@ -3713,14 +3729,16 @@ class Volume(AWSObject):
37133729
37143730 props : PropsDictType = {
37153731 "AutoEnableIO" : (boolean , False ),
3716- "AvailabilityZone" : (str , True ),
3732+ "AvailabilityZone" : (str , False ),
3733+ "AvailabilityZoneId" : (str , False ),
37173734 "Encrypted" : (boolean , False ),
37183735 "Iops" : (integer , False ),
37193736 "KmsKeyId" : (str , False ),
37203737 "MultiAttachEnabled" : (boolean , False ),
37213738 "OutpostArn" : (str , False ),
37223739 "Size" : (integer , False ),
37233740 "SnapshotId" : (str , False ),
3741+ "SourceVolumeId" : (str , False ),
37243742 "Tags" : (validate_tags_or_list , False ),
37253743 "Throughput" : (integer , False ),
37263744 "VolumeInitializationRate" : (integer , False ),
0 commit comments