aws-cdk.aws-ec2-alpha 2.189.1a0__tar.gz → 2.190.0a0__tar.gz

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.

Files changed (18) hide show
  1. {aws_cdk_aws_ec2_alpha-2.189.1a0/src/aws_cdk.aws_ec2_alpha.egg-info → aws_cdk_aws_ec2_alpha-2.190.0a0}/PKG-INFO +2 -2
  2. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0}/setup.py +3 -3
  3. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0}/src/aws_cdk/aws_ec2_alpha/__init__.py +12 -0
  4. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0}/src/aws_cdk/aws_ec2_alpha/_jsii/__init__.py +2 -2
  5. aws_cdk_aws_ec2_alpha-2.190.0a0/src/aws_cdk/aws_ec2_alpha/_jsii/aws-ec2-alpha@2.190.0-alpha.0.jsii.tgz +0 -0
  6. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0/src/aws_cdk.aws_ec2_alpha.egg-info}/PKG-INFO +2 -2
  7. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0}/src/aws_cdk.aws_ec2_alpha.egg-info/SOURCES.txt +1 -1
  8. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0}/src/aws_cdk.aws_ec2_alpha.egg-info/requires.txt +1 -1
  9. aws_cdk_aws_ec2_alpha-2.189.1a0/src/aws_cdk/aws_ec2_alpha/_jsii/aws-ec2-alpha@2.189.1-alpha.0.jsii.tgz +0 -0
  10. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0}/LICENSE +0 -0
  11. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0}/MANIFEST.in +0 -0
  12. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0}/NOTICE +0 -0
  13. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0}/README.md +0 -0
  14. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0}/pyproject.toml +0 -0
  15. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0}/setup.cfg +0 -0
  16. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0}/src/aws_cdk/aws_ec2_alpha/py.typed +0 -0
  17. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0}/src/aws_cdk.aws_ec2_alpha.egg-info/dependency_links.txt +0 -0
  18. {aws_cdk_aws_ec2_alpha-2.189.1a0 → aws_cdk_aws_ec2_alpha-2.190.0a0}/src/aws_cdk.aws_ec2_alpha.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk.aws-ec2-alpha
3
- Version: 2.189.1a0
3
+ Version: 2.190.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,7 +22,7 @@ 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.189.1
25
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.190.0
26
26
  Requires-Dist: constructs<11.0.0,>=10.0.0
27
27
  Requires-Dist: jsii<2.0.0,>=1.110.0
28
28
  Requires-Dist: publication>=0.0.3
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-cdk.aws-ec2-alpha",
8
- "version": "2.189.1.a0",
8
+ "version": "2.190.0.a0",
9
9
  "description": "The CDK construct library for VPC V2",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/aws/aws-cdk",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "aws_cdk.aws_ec2_alpha._jsii": [
29
- "aws-ec2-alpha@2.189.1-alpha.0.jsii.tgz"
29
+ "aws-ec2-alpha@2.190.0-alpha.0.jsii.tgz"
30
30
  ],
31
31
  "aws_cdk.aws_ec2_alpha": [
32
32
  "py.typed"
@@ -34,7 +34,7 @@ kwargs = json.loads(
34
34
  },
35
35
  "python_requires": "~=3.9",
36
36
  "install_requires": [
37
- "aws-cdk-lib>=2.189.1, <3.0.0",
37
+ "aws-cdk-lib>=2.190.0, <3.0.0",
38
38
  "constructs>=10.0.0, <11.0.0",
39
39
  "jsii>=1.110.0, <2.0.0",
40
40
  "publication>=0.0.3",
@@ -9805,9 +9805,12 @@ class VpcV2Base(
9805
9805
  id: builtins.str,
9806
9806
  *,
9807
9807
  service: _aws_cdk_aws_ec2_ceddda9d.IInterfaceVpcEndpointService,
9808
+ dns_record_ip_type: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.VpcEndpointDnsRecordIpType] = None,
9809
+ ip_address_type: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.VpcEndpointIpAddressType] = None,
9808
9810
  lookup_supported_azs: typing.Optional[builtins.bool] = None,
9809
9811
  open: typing.Optional[builtins.bool] = None,
9810
9812
  private_dns_enabled: typing.Optional[builtins.bool] = None,
9813
+ private_dns_only_for_inbound_resolver_endpoint: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.VpcEndpointPrivateDnsOnlyForInboundResolverEndpoint] = None,
9811
9814
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
9812
9815
  subnets: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
9813
9816
  ) -> _aws_cdk_aws_ec2_ceddda9d.InterfaceVpcEndpoint:
@@ -9815,9 +9818,12 @@ class VpcV2Base(
9815
9818
 
9816
9819
  :param id: -
9817
9820
  :param service: The service to use for this interface VPC endpoint.
9821
+ :param dns_record_ip_type: Type of DNS records created for the VPC endpoint. Default: not specified
9822
+ :param ip_address_type: The IP address type for the endpoint. Default: not specified
9818
9823
  :param lookup_supported_azs: Limit to only those availability zones where the endpoint service can be created. Setting this to 'true' requires a lookup to be performed at synthesis time. Account and region must be set on the containing stack for this to work. Default: false
9819
9824
  :param open: Whether to automatically allow VPC traffic to the endpoint. If enabled, all traffic to the endpoint from within the VPC will be automatically allowed. This is done based on the VPC's CIDR range. Default: true
9820
9825
  :param private_dns_enabled: Whether to associate a private hosted zone with the specified VPC. This allows you to make requests to the service using its default DNS hostname. Default: set by the instance of IInterfaceVpcEndpointService, or true if not defined by the instance of IInterfaceVpcEndpointService
9826
+ :param private_dns_only_for_inbound_resolver_endpoint: Whether to enable private DNS only for inbound endpoints. Default: not specified
9821
9827
  :param security_groups: The security groups to associate with this interface VPC endpoint. Default: - a new security group is created
9822
9828
  :param subnets: The subnets in which to create an endpoint network interface. At most one per availability zone. Default: - private subnets
9823
9829
 
@@ -9828,9 +9834,12 @@ class VpcV2Base(
9828
9834
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9829
9835
  options = _aws_cdk_aws_ec2_ceddda9d.InterfaceVpcEndpointOptions(
9830
9836
  service=service,
9837
+ dns_record_ip_type=dns_record_ip_type,
9838
+ ip_address_type=ip_address_type,
9831
9839
  lookup_supported_azs=lookup_supported_azs,
9832
9840
  open=open,
9833
9841
  private_dns_enabled=private_dns_enabled,
9842
+ private_dns_only_for_inbound_resolver_endpoint=private_dns_only_for_inbound_resolver_endpoint,
9834
9843
  security_groups=security_groups,
9835
9844
  subnets=subnets,
9836
9845
  )
@@ -11930,9 +11939,12 @@ def _typecheckingstub__8cbad96bdbea562df222ed5faebcc6f505e346aac5ded2fa222b915b6
11930
11939
  id: builtins.str,
11931
11940
  *,
11932
11941
  service: _aws_cdk_aws_ec2_ceddda9d.IInterfaceVpcEndpointService,
11942
+ dns_record_ip_type: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.VpcEndpointDnsRecordIpType] = None,
11943
+ ip_address_type: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.VpcEndpointIpAddressType] = None,
11933
11944
  lookup_supported_azs: typing.Optional[builtins.bool] = None,
11934
11945
  open: typing.Optional[builtins.bool] = None,
11935
11946
  private_dns_enabled: typing.Optional[builtins.bool] = None,
11947
+ private_dns_only_for_inbound_resolver_endpoint: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.VpcEndpointPrivateDnsOnlyForInboundResolverEndpoint] = None,
11936
11948
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
11937
11949
  subnets: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
11938
11950
  ) -> 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.189.1-alpha.0",
36
+ "2.190.0-alpha.0",
37
37
  __name__[0:-6],
38
- "aws-ec2-alpha@2.189.1-alpha.0.jsii.tgz",
38
+ "aws-ec2-alpha@2.190.0-alpha.0.jsii.tgz",
39
39
  )
40
40
 
41
41
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk.aws-ec2-alpha
3
- Version: 2.189.1a0
3
+ Version: 2.190.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,7 +22,7 @@ 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.189.1
25
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.190.0
26
26
  Requires-Dist: constructs<11.0.0,>=10.0.0
27
27
  Requires-Dist: jsii<2.0.0,>=1.110.0
28
28
  Requires-Dist: publication>=0.0.3
@@ -12,4 +12,4 @@ src/aws_cdk.aws_ec2_alpha.egg-info/top_level.txt
12
12
  src/aws_cdk/aws_ec2_alpha/__init__.py
13
13
  src/aws_cdk/aws_ec2_alpha/py.typed
14
14
  src/aws_cdk/aws_ec2_alpha/_jsii/__init__.py
15
- src/aws_cdk/aws_ec2_alpha/_jsii/aws-ec2-alpha@2.189.1-alpha.0.jsii.tgz
15
+ src/aws_cdk/aws_ec2_alpha/_jsii/aws-ec2-alpha@2.190.0-alpha.0.jsii.tgz
@@ -1,4 +1,4 @@
1
- aws-cdk-lib<3.0.0,>=2.189.1
1
+ aws-cdk-lib<3.0.0,>=2.190.0
2
2
  constructs<11.0.0,>=10.0.0
3
3
  jsii<2.0.0,>=1.110.0
4
4
  publication>=0.0.3