aws-cdk.aws-ec2-alpha 2.195.0a0__py3-none-any.whl → 2.196.0a0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk.aws-ec2-alpha might be problematic. Click here for more details.
- aws_cdk/aws_ec2_alpha/__init__.py +184 -0
- aws_cdk/aws_ec2_alpha/_jsii/__init__.py +2 -2
- aws_cdk/aws_ec2_alpha/_jsii/aws-ec2-alpha@2.196.0-alpha.0.jsii.tgz +0 -0
- {aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info → aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info}/METADATA +3 -3
- aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info/RECORD +10 -0
- aws_cdk/aws_ec2_alpha/_jsii/aws-ec2-alpha@2.195.0-alpha.0.jsii.tgz +0 -0
- aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info/RECORD +0 -10
- {aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info → aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info}/LICENSE +0 -0
- {aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info → aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info}/NOTICE +0 -0
- {aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info → aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info}/WHEEL +0 -0
- {aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info → aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info}/top_level.txt +0 -0
|
@@ -3446,6 +3446,15 @@ class InternetGateway(
|
|
|
3446
3446
|
|
|
3447
3447
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3448
3448
|
|
|
3449
|
+
@jsii.python.classproperty
|
|
3450
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
3451
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
3452
|
+
'''(experimental) Uniquely identifies this class.
|
|
3453
|
+
|
|
3454
|
+
:stability: experimental
|
|
3455
|
+
'''
|
|
3456
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
3457
|
+
|
|
3449
3458
|
@builtins.property
|
|
3450
3459
|
@jsii.member(jsii_name="resource")
|
|
3451
3460
|
def resource(self) -> _aws_cdk_aws_ec2_ceddda9d.CfnInternetGateway:
|
|
@@ -3975,6 +3984,15 @@ class Ipam(
|
|
|
3975
3984
|
|
|
3976
3985
|
return typing.cast(IIpamScopeBase, jsii.invoke(self, "addScope", [scope, id, options]))
|
|
3977
3986
|
|
|
3987
|
+
@jsii.python.classproperty
|
|
3988
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
3989
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
3990
|
+
'''(experimental) Uniquely identifies this class.
|
|
3991
|
+
|
|
3992
|
+
:stability: experimental
|
|
3993
|
+
'''
|
|
3994
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
3995
|
+
|
|
3978
3996
|
@builtins.property
|
|
3979
3997
|
@jsii.member(jsii_name="ipamId")
|
|
3980
3998
|
def ipam_id(self) -> builtins.str:
|
|
@@ -4641,6 +4659,15 @@ class NatGateway(
|
|
|
4641
4659
|
|
|
4642
4660
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4643
4661
|
|
|
4662
|
+
@jsii.python.classproperty
|
|
4663
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
4664
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
4665
|
+
'''(experimental) Uniquely identifies this class.
|
|
4666
|
+
|
|
4667
|
+
:stability: experimental
|
|
4668
|
+
'''
|
|
4669
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
4670
|
+
|
|
4644
4671
|
@builtins.property
|
|
4645
4672
|
@jsii.member(jsii_name="natGatewayId")
|
|
4646
4673
|
def nat_gateway_id(self) -> builtins.str:
|
|
@@ -4689,6 +4716,15 @@ class NatGateway(
|
|
|
4689
4716
|
'''
|
|
4690
4717
|
return typing.cast(typing.Optional[NatConnectivityType], jsii.get(self, "connectivityType"))
|
|
4691
4718
|
|
|
4719
|
+
@builtins.property
|
|
4720
|
+
@jsii.member(jsii_name="eip")
|
|
4721
|
+
def eip(self) -> typing.Optional[_aws_cdk_aws_ec2_ceddda9d.CfnEIP]:
|
|
4722
|
+
'''(experimental) Elastic IP created for allocation.
|
|
4723
|
+
|
|
4724
|
+
:stability: experimental
|
|
4725
|
+
'''
|
|
4726
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_ec2_ceddda9d.CfnEIP], jsii.get(self, "eip"))
|
|
4727
|
+
|
|
4692
4728
|
@builtins.property
|
|
4693
4729
|
@jsii.member(jsii_name="maxDrainDuration")
|
|
4694
4730
|
def max_drain_duration(self) -> typing.Optional[_aws_cdk_ceddda9d.Duration]:
|
|
@@ -5421,6 +5457,15 @@ class Route(
|
|
|
5421
5457
|
|
|
5422
5458
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5423
5459
|
|
|
5460
|
+
@jsii.python.classproperty
|
|
5461
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
5462
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
5463
|
+
'''(experimental) Uniquely identifies this class.
|
|
5464
|
+
|
|
5465
|
+
:stability: experimental
|
|
5466
|
+
'''
|
|
5467
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
5468
|
+
|
|
5424
5469
|
@builtins.property
|
|
5425
5470
|
@jsii.member(jsii_name="destination")
|
|
5426
5471
|
def destination(self) -> builtins.str:
|
|
@@ -5675,6 +5720,15 @@ class RouteTable(
|
|
|
5675
5720
|
check_type(argname="argument route_name", value=route_name, expected_type=type_hints["route_name"])
|
|
5676
5721
|
return typing.cast(None, jsii.invoke(self, "addRoute", [id, destination, target, route_name]))
|
|
5677
5722
|
|
|
5723
|
+
@jsii.python.classproperty
|
|
5724
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
5725
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
5726
|
+
'''(experimental) Uniquely identifies this class.
|
|
5727
|
+
|
|
5728
|
+
:stability: experimental
|
|
5729
|
+
'''
|
|
5730
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
5731
|
+
|
|
5678
5732
|
@builtins.property
|
|
5679
5733
|
@jsii.member(jsii_name="resource")
|
|
5680
5734
|
def resource(self) -> _aws_cdk_aws_ec2_ceddda9d.CfnRouteTable:
|
|
@@ -6056,6 +6110,7 @@ class SubnetV2(
|
|
|
6056
6110
|
subnet_type: _aws_cdk_aws_ec2_ceddda9d.SubnetType,
|
|
6057
6111
|
vpc: IVpcV2,
|
|
6058
6112
|
assign_ipv6_address_on_creation: typing.Optional[builtins.bool] = None,
|
|
6113
|
+
default_route_table_name: typing.Optional[builtins.str] = None,
|
|
6059
6114
|
ipv6_cidr_block: typing.Optional[IpCidr] = None,
|
|
6060
6115
|
map_public_ip_on_launch: typing.Optional[builtins.bool] = None,
|
|
6061
6116
|
route_table: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IRouteTable] = None,
|
|
@@ -6070,6 +6125,7 @@ class SubnetV2(
|
|
|
6070
6125
|
:param subnet_type: (experimental) The type of Subnet to configure. The Subnet type will control the ability to route and connect to the Internet. TODO: Add validation check ``subnetType`` when adding resources (e.g. cannot add NatGateway to private)
|
|
6071
6126
|
:param vpc: (experimental) VPC Prop.
|
|
6072
6127
|
:param assign_ipv6_address_on_creation: (experimental) Indicates whether a network interface created in this subnet receives an IPv6 address. If you specify AssignIpv6AddressOnCreation, you must also specify Ipv6CidrBlock. Default: - undefined in case not provided as an input
|
|
6128
|
+
:param default_route_table_name: (experimental) Name of the default RouteTable created by CDK to be used for tagging. Default: - default route table name created by CDK as 'DefaultCDKRouteTable'
|
|
6073
6129
|
:param ipv6_cidr_block: (experimental) Ipv6 CIDR Range for subnet. Default: - No Ipv6 address
|
|
6074
6130
|
:param map_public_ip_on_launch: (experimental) Controls if instances launched into the subnet should be assigned a public IP address. This property can only be set for public subnets. Default: - undefined in case not provided as an input
|
|
6075
6131
|
:param route_table: (experimental) Custom Route for subnet. Default: - a default route table created
|
|
@@ -6087,6 +6143,7 @@ class SubnetV2(
|
|
|
6087
6143
|
subnet_type=subnet_type,
|
|
6088
6144
|
vpc=vpc,
|
|
6089
6145
|
assign_ipv6_address_on_creation=assign_ipv6_address_on_creation,
|
|
6146
|
+
default_route_table_name=default_route_table_name,
|
|
6090
6147
|
ipv6_cidr_block=ipv6_cidr_block,
|
|
6091
6148
|
map_public_ip_on_launch=map_public_ip_on_launch,
|
|
6092
6149
|
route_table=route_table,
|
|
@@ -6159,6 +6216,15 @@ class SubnetV2(
|
|
|
6159
6216
|
check_type(argname="argument network_acl", value=network_acl, expected_type=type_hints["network_acl"])
|
|
6160
6217
|
return typing.cast(None, jsii.invoke(self, "associateNetworkAcl", [id, network_acl]))
|
|
6161
6218
|
|
|
6219
|
+
@jsii.python.classproperty
|
|
6220
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
6221
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
6222
|
+
'''(experimental) Uniquely identifies this class.
|
|
6223
|
+
|
|
6224
|
+
:stability: experimental
|
|
6225
|
+
'''
|
|
6226
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
6227
|
+
|
|
6162
6228
|
@builtins.property
|
|
6163
6229
|
@jsii.member(jsii_name="availabilityZone")
|
|
6164
6230
|
def availability_zone(self) -> builtins.str:
|
|
@@ -6402,6 +6468,7 @@ class SubnetV2Attributes:
|
|
|
6402
6468
|
"subnet_type": "subnetType",
|
|
6403
6469
|
"vpc": "vpc",
|
|
6404
6470
|
"assign_ipv6_address_on_creation": "assignIpv6AddressOnCreation",
|
|
6471
|
+
"default_route_table_name": "defaultRouteTableName",
|
|
6405
6472
|
"ipv6_cidr_block": "ipv6CidrBlock",
|
|
6406
6473
|
"map_public_ip_on_launch": "mapPublicIpOnLaunch",
|
|
6407
6474
|
"route_table": "routeTable",
|
|
@@ -6417,6 +6484,7 @@ class SubnetV2Props:
|
|
|
6417
6484
|
subnet_type: _aws_cdk_aws_ec2_ceddda9d.SubnetType,
|
|
6418
6485
|
vpc: IVpcV2,
|
|
6419
6486
|
assign_ipv6_address_on_creation: typing.Optional[builtins.bool] = None,
|
|
6487
|
+
default_route_table_name: typing.Optional[builtins.str] = None,
|
|
6420
6488
|
ipv6_cidr_block: typing.Optional[IpCidr] = None,
|
|
6421
6489
|
map_public_ip_on_launch: typing.Optional[builtins.bool] = None,
|
|
6422
6490
|
route_table: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IRouteTable] = None,
|
|
@@ -6429,6 +6497,7 @@ class SubnetV2Props:
|
|
|
6429
6497
|
:param subnet_type: (experimental) The type of Subnet to configure. The Subnet type will control the ability to route and connect to the Internet. TODO: Add validation check ``subnetType`` when adding resources (e.g. cannot add NatGateway to private)
|
|
6430
6498
|
:param vpc: (experimental) VPC Prop.
|
|
6431
6499
|
:param assign_ipv6_address_on_creation: (experimental) Indicates whether a network interface created in this subnet receives an IPv6 address. If you specify AssignIpv6AddressOnCreation, you must also specify Ipv6CidrBlock. Default: - undefined in case not provided as an input
|
|
6500
|
+
:param default_route_table_name: (experimental) Name of the default RouteTable created by CDK to be used for tagging. Default: - default route table name created by CDK as 'DefaultCDKRouteTable'
|
|
6432
6501
|
:param ipv6_cidr_block: (experimental) Ipv6 CIDR Range for subnet. Default: - No Ipv6 address
|
|
6433
6502
|
:param map_public_ip_on_launch: (experimental) Controls if instances launched into the subnet should be assigned a public IP address. This property can only be set for public subnets. Default: - undefined in case not provided as an input
|
|
6434
6503
|
:param route_table: (experimental) Custom Route for subnet. Default: - a default route table created
|
|
@@ -6469,6 +6538,7 @@ class SubnetV2Props:
|
|
|
6469
6538
|
check_type(argname="argument subnet_type", value=subnet_type, expected_type=type_hints["subnet_type"])
|
|
6470
6539
|
check_type(argname="argument vpc", value=vpc, expected_type=type_hints["vpc"])
|
|
6471
6540
|
check_type(argname="argument assign_ipv6_address_on_creation", value=assign_ipv6_address_on_creation, expected_type=type_hints["assign_ipv6_address_on_creation"])
|
|
6541
|
+
check_type(argname="argument default_route_table_name", value=default_route_table_name, expected_type=type_hints["default_route_table_name"])
|
|
6472
6542
|
check_type(argname="argument ipv6_cidr_block", value=ipv6_cidr_block, expected_type=type_hints["ipv6_cidr_block"])
|
|
6473
6543
|
check_type(argname="argument map_public_ip_on_launch", value=map_public_ip_on_launch, expected_type=type_hints["map_public_ip_on_launch"])
|
|
6474
6544
|
check_type(argname="argument route_table", value=route_table, expected_type=type_hints["route_table"])
|
|
@@ -6481,6 +6551,8 @@ class SubnetV2Props:
|
|
|
6481
6551
|
}
|
|
6482
6552
|
if assign_ipv6_address_on_creation is not None:
|
|
6483
6553
|
self._values["assign_ipv6_address_on_creation"] = assign_ipv6_address_on_creation
|
|
6554
|
+
if default_route_table_name is not None:
|
|
6555
|
+
self._values["default_route_table_name"] = default_route_table_name
|
|
6484
6556
|
if ipv6_cidr_block is not None:
|
|
6485
6557
|
self._values["ipv6_cidr_block"] = ipv6_cidr_block
|
|
6486
6558
|
if map_public_ip_on_launch is not None:
|
|
@@ -6550,6 +6622,17 @@ class SubnetV2Props:
|
|
|
6550
6622
|
result = self._values.get("assign_ipv6_address_on_creation")
|
|
6551
6623
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
6552
6624
|
|
|
6625
|
+
@builtins.property
|
|
6626
|
+
def default_route_table_name(self) -> typing.Optional[builtins.str]:
|
|
6627
|
+
'''(experimental) Name of the default RouteTable created by CDK to be used for tagging.
|
|
6628
|
+
|
|
6629
|
+
:default: - default route table name created by CDK as 'DefaultCDKRouteTable'
|
|
6630
|
+
|
|
6631
|
+
:stability: experimental
|
|
6632
|
+
'''
|
|
6633
|
+
result = self._values.get("default_route_table_name")
|
|
6634
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6635
|
+
|
|
6553
6636
|
@builtins.property
|
|
6554
6637
|
def ipv6_cidr_block(self) -> typing.Optional[IpCidr]:
|
|
6555
6638
|
'''(experimental) Ipv6 CIDR Range for subnet.
|
|
@@ -6746,6 +6829,15 @@ class TransitGateway(
|
|
|
6746
6829
|
|
|
6747
6830
|
return typing.cast(ITransitGatewayVpcAttachment, jsii.invoke(self, "attachVpc", [id, options]))
|
|
6748
6831
|
|
|
6832
|
+
@jsii.python.classproperty
|
|
6833
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
6834
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
6835
|
+
'''(experimental) Uniquely identifies this class.
|
|
6836
|
+
|
|
6837
|
+
:stability: experimental
|
|
6838
|
+
'''
|
|
6839
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
6840
|
+
|
|
6749
6841
|
@builtins.property
|
|
6750
6842
|
@jsii.member(jsii_name="defaultRouteTable")
|
|
6751
6843
|
def default_route_table(self) -> ITransitGatewayRouteTable:
|
|
@@ -6902,6 +6994,15 @@ class TransitGatewayBlackholeRoute(
|
|
|
6902
6994
|
|
|
6903
6995
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6904
6996
|
|
|
6997
|
+
@jsii.python.classproperty
|
|
6998
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
6999
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
7000
|
+
'''(experimental) Uniquely identifies this class.
|
|
7001
|
+
|
|
7002
|
+
:stability: experimental
|
|
7003
|
+
'''
|
|
7004
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
7005
|
+
|
|
6905
7006
|
@builtins.property
|
|
6906
7007
|
@jsii.member(jsii_name="destinationCidrBlock")
|
|
6907
7008
|
def destination_cidr_block(self) -> builtins.str:
|
|
@@ -7289,6 +7390,15 @@ class TransitGatewayRoute(
|
|
|
7289
7390
|
|
|
7290
7391
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7291
7392
|
|
|
7393
|
+
@jsii.python.classproperty
|
|
7394
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
7395
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
7396
|
+
'''(experimental) Uniquely identifies this class.
|
|
7397
|
+
|
|
7398
|
+
:stability: experimental
|
|
7399
|
+
'''
|
|
7400
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
7401
|
+
|
|
7292
7402
|
@builtins.property
|
|
7293
7403
|
@jsii.member(jsii_name="destinationCidrBlock")
|
|
7294
7404
|
def destination_cidr_block(self) -> builtins.str:
|
|
@@ -7571,6 +7681,15 @@ class TransitGatewayRouteTable(
|
|
|
7571
7681
|
check_type(argname="argument transit_gateway_attachment", value=transit_gateway_attachment, expected_type=type_hints["transit_gateway_attachment"])
|
|
7572
7682
|
return typing.cast(ITransitGatewayRouteTablePropagation, jsii.invoke(self, "enablePropagation", [id, transit_gateway_attachment]))
|
|
7573
7683
|
|
|
7684
|
+
@jsii.python.classproperty
|
|
7685
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
7686
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
7687
|
+
'''(experimental) Uniquely identifies this class.
|
|
7688
|
+
|
|
7689
|
+
:stability: experimental
|
|
7690
|
+
'''
|
|
7691
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
7692
|
+
|
|
7574
7693
|
@builtins.property
|
|
7575
7694
|
@jsii.member(jsii_name="routeTableId")
|
|
7576
7695
|
def route_table_id(self) -> builtins.str:
|
|
@@ -7650,6 +7769,15 @@ class TransitGatewayRouteTableAssociation(
|
|
|
7650
7769
|
|
|
7651
7770
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7652
7771
|
|
|
7772
|
+
@jsii.python.classproperty
|
|
7773
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
7774
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
7775
|
+
'''(experimental) Uniquely identifies this class.
|
|
7776
|
+
|
|
7777
|
+
:stability: experimental
|
|
7778
|
+
'''
|
|
7779
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
7780
|
+
|
|
7653
7781
|
@builtins.property
|
|
7654
7782
|
@jsii.member(jsii_name="transitGatewayAssociationId")
|
|
7655
7783
|
def transit_gateway_association_id(self) -> builtins.str:
|
|
@@ -7820,6 +7948,15 @@ class TransitGatewayRouteTablePropagation(
|
|
|
7820
7948
|
|
|
7821
7949
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7822
7950
|
|
|
7951
|
+
@jsii.python.classproperty
|
|
7952
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
7953
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
7954
|
+
'''(experimental) Uniquely identifies this class.
|
|
7955
|
+
|
|
7956
|
+
:stability: experimental
|
|
7957
|
+
'''
|
|
7958
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
7959
|
+
|
|
7823
7960
|
@builtins.property
|
|
7824
7961
|
@jsii.member(jsii_name="transitGatewayRouteTablePropagationId")
|
|
7825
7962
|
def transit_gateway_route_table_propagation_id(self) -> builtins.str:
|
|
@@ -8114,6 +8251,15 @@ class TransitGatewayVpcAttachment(
|
|
|
8114
8251
|
check_type(argname="argument subnets", value=subnets, expected_type=type_hints["subnets"])
|
|
8115
8252
|
return typing.cast(None, jsii.invoke(self, "removeSubnets", [subnets]))
|
|
8116
8253
|
|
|
8254
|
+
@jsii.python.classproperty
|
|
8255
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
8256
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
8257
|
+
'''(experimental) Uniquely identifies this class.
|
|
8258
|
+
|
|
8259
|
+
:stability: experimental
|
|
8260
|
+
'''
|
|
8261
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
8262
|
+
|
|
8117
8263
|
@builtins.property
|
|
8118
8264
|
@jsii.member(jsii_name="transitGatewayAttachmentId")
|
|
8119
8265
|
def transit_gateway_attachment_id(self) -> builtins.str:
|
|
@@ -8555,6 +8701,15 @@ class VPCPeeringConnection(
|
|
|
8555
8701
|
|
|
8556
8702
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8557
8703
|
|
|
8704
|
+
@jsii.python.classproperty
|
|
8705
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
8706
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
8707
|
+
'''(experimental) Uniquely identifies this class.
|
|
8708
|
+
|
|
8709
|
+
:stability: experimental
|
|
8710
|
+
'''
|
|
8711
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
8712
|
+
|
|
8558
8713
|
@builtins.property
|
|
8559
8714
|
@jsii.member(jsii_name="resource")
|
|
8560
8715
|
def resource(self) -> _aws_cdk_aws_ec2_ceddda9d.CfnVPCPeeringConnection:
|
|
@@ -8871,6 +9026,15 @@ class VPNGatewayV2(
|
|
|
8871
9026
|
|
|
8872
9027
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8873
9028
|
|
|
9029
|
+
@jsii.python.classproperty
|
|
9030
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
9031
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
9032
|
+
'''(experimental) Uniquely identifies this class.
|
|
9033
|
+
|
|
9034
|
+
:stability: experimental
|
|
9035
|
+
'''
|
|
9036
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
9037
|
+
|
|
8874
9038
|
@builtins.property
|
|
8875
9039
|
@jsii.member(jsii_name="resource")
|
|
8876
9040
|
def resource(self) -> _aws_cdk_aws_ec2_ceddda9d.CfnVPNGateway:
|
|
@@ -10636,6 +10800,15 @@ class EgressOnlyInternetGateway(
|
|
|
10636
10800
|
|
|
10637
10801
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
10638
10802
|
|
|
10803
|
+
@jsii.python.classproperty
|
|
10804
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
10805
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
10806
|
+
'''(experimental) Uniquely identifies this class.
|
|
10807
|
+
|
|
10808
|
+
:stability: experimental
|
|
10809
|
+
'''
|
|
10810
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
10811
|
+
|
|
10639
10812
|
@builtins.property
|
|
10640
10813
|
@jsii.member(jsii_name="resource")
|
|
10641
10814
|
def resource(self) -> _aws_cdk_aws_ec2_ceddda9d.CfnEgressOnlyInternetGateway:
|
|
@@ -10882,6 +11055,15 @@ class VpcV2(
|
|
|
10882
11055
|
|
|
10883
11056
|
return typing.cast(IVpcV2, jsii.sinvoke(cls, "fromVpcV2Attributes", [scope, id, attrs]))
|
|
10884
11057
|
|
|
11058
|
+
@jsii.python.classproperty
|
|
11059
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
11060
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
11061
|
+
'''(experimental) Uniquely identifies this class.
|
|
11062
|
+
|
|
11063
|
+
:stability: experimental
|
|
11064
|
+
'''
|
|
11065
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
11066
|
+
|
|
10885
11067
|
@builtins.property
|
|
10886
11068
|
@jsii.member(jsii_name="dnsHostnamesEnabled")
|
|
10887
11069
|
def dns_hostnames_enabled(self) -> builtins.bool:
|
|
@@ -11492,6 +11674,7 @@ def _typecheckingstub__df9294d0dd8fd099bad5e4bd408f0f8b8bffbcdc6e4f624de6a1bf541
|
|
|
11492
11674
|
subnet_type: _aws_cdk_aws_ec2_ceddda9d.SubnetType,
|
|
11493
11675
|
vpc: IVpcV2,
|
|
11494
11676
|
assign_ipv6_address_on_creation: typing.Optional[builtins.bool] = None,
|
|
11677
|
+
default_route_table_name: typing.Optional[builtins.str] = None,
|
|
11495
11678
|
ipv6_cidr_block: typing.Optional[IpCidr] = None,
|
|
11496
11679
|
map_public_ip_on_launch: typing.Optional[builtins.bool] = None,
|
|
11497
11680
|
route_table: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IRouteTable] = None,
|
|
@@ -11542,6 +11725,7 @@ def _typecheckingstub__95ce99f8025433ac8b79825abef6ff91da4dfd0693fd24dadedcee63e
|
|
|
11542
11725
|
subnet_type: _aws_cdk_aws_ec2_ceddda9d.SubnetType,
|
|
11543
11726
|
vpc: IVpcV2,
|
|
11544
11727
|
assign_ipv6_address_on_creation: typing.Optional[builtins.bool] = None,
|
|
11728
|
+
default_route_table_name: typing.Optional[builtins.str] = None,
|
|
11545
11729
|
ipv6_cidr_block: typing.Optional[IpCidr] = None,
|
|
11546
11730
|
map_public_ip_on_launch: typing.Optional[builtins.bool] = None,
|
|
11547
11731
|
route_table: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IRouteTable] = None,
|
|
@@ -33,9 +33,9 @@ import constructs._jsii
|
|
|
33
33
|
|
|
34
34
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
35
35
|
"@aws-cdk/aws-ec2-alpha",
|
|
36
|
-
"2.
|
|
36
|
+
"2.196.0-alpha.0",
|
|
37
37
|
__name__[0:-6],
|
|
38
|
-
"aws-ec2-alpha@2.
|
|
38
|
+
"aws-ec2-alpha@2.196.0-alpha.0.jsii.tgz",
|
|
39
39
|
)
|
|
40
40
|
|
|
41
41
|
__all__ = [
|
|
Binary file
|
{aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info → aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.aws-ec2-alpha
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.196.0a0
|
|
4
4
|
Summary: The CDK construct library for VPC V2
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -22,9 +22,9 @@ Requires-Python: ~=3.9
|
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: NOTICE
|
|
25
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
25
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.196.0
|
|
26
26
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
27
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
27
|
+
Requires-Dist: jsii<2.0.0,>=1.112.0
|
|
28
28
|
Requires-Dist: publication>=0.0.3
|
|
29
29
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
30
30
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
aws_cdk/aws_ec2_alpha/__init__.py,sha256=onsBKuWv8tI_fxqcRFOxZfSbFzNGEUoK91aehDvbo7E,532940
|
|
2
|
+
aws_cdk/aws_ec2_alpha/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
aws_cdk/aws_ec2_alpha/_jsii/__init__.py,sha256=famHQiGMi1YU8qg0x4V7Pveyug5qlytalmDvVuBY-gA,1479
|
|
4
|
+
aws_cdk/aws_ec2_alpha/_jsii/aws-ec2-alpha@2.196.0-alpha.0.jsii.tgz,sha256=085FseKgtqjUx5sajxi6dd88HmbVauNiMNzYGIr1YNk,239495
|
|
5
|
+
aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info/LICENSE,sha256=y47tc38H0C4DpGljYUZDl8XxidQjNxxGLq-K4jwv6Xc,11391
|
|
6
|
+
aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info/METADATA,sha256=AG2RPUByXVwlM5GfpoNKb1uYFxAydbFyokbcEs7cr8A,36668
|
|
7
|
+
aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info/NOTICE,sha256=ZDV6_xBfMvhFtjjBh_f6lJjhZ2AEWWAGGkx2kLKHiuc,113
|
|
8
|
+
aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
9
|
+
aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
+
aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
aws_cdk/aws_ec2_alpha/__init__.py,sha256=ZIkfGx96xuHRw53xY90pwsbJUB5RKc6MV84JDX4alRI,525581
|
|
2
|
-
aws_cdk/aws_ec2_alpha/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
aws_cdk/aws_ec2_alpha/_jsii/__init__.py,sha256=itpowBIUwrVBj109IPbzXbdaYQKnLErLDdj0LG84cog,1479
|
|
4
|
-
aws_cdk/aws_ec2_alpha/_jsii/aws-ec2-alpha@2.195.0-alpha.0.jsii.tgz,sha256=GUaDsGOymIJzWbNHVaphHEdM35flFWxtio2ipinRSOE,233196
|
|
5
|
-
aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info/LICENSE,sha256=y47tc38H0C4DpGljYUZDl8XxidQjNxxGLq-K4jwv6Xc,11391
|
|
6
|
-
aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info/METADATA,sha256=xDX-YbBwK3aVCtJcr21BKOx5T6TNhfi2mDNyHl9bb9c,36668
|
|
7
|
-
aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info/NOTICE,sha256=ZDV6_xBfMvhFtjjBh_f6lJjhZ2AEWWAGGkx2kLKHiuc,113
|
|
8
|
-
aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
9
|
-
aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
-
aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info/RECORD,,
|
{aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info → aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info}/LICENSE
RENAMED
|
File without changes
|
{aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info → aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info}/NOTICE
RENAMED
|
File without changes
|
{aws_cdk_aws_ec2_alpha-2.195.0a0.dist-info → aws_cdk_aws_ec2_alpha-2.196.0a0.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|