aws-cdk.aws-ec2-alpha 2.202.0a0__tar.gz → 2.203.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.202.0a0/src/aws_cdk.aws_ec2_alpha.egg-info → aws_cdk_aws_ec2_alpha-2.203.0a0}/PKG-INFO +2 -2
  2. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.0a0}/setup.py +3 -3
  3. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.0a0}/src/aws_cdk/aws_ec2_alpha/__init__.py +4 -0
  4. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.0a0}/src/aws_cdk/aws_ec2_alpha/_jsii/__init__.py +2 -2
  5. aws_cdk_aws_ec2_alpha-2.203.0a0/src/aws_cdk/aws_ec2_alpha/_jsii/aws-ec2-alpha@2.203.0-alpha.0.jsii.tgz +0 -0
  6. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.0a0/src/aws_cdk.aws_ec2_alpha.egg-info}/PKG-INFO +2 -2
  7. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.0a0}/src/aws_cdk.aws_ec2_alpha.egg-info/SOURCES.txt +1 -1
  8. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.0a0}/src/aws_cdk.aws_ec2_alpha.egg-info/requires.txt +1 -1
  9. aws_cdk_aws_ec2_alpha-2.202.0a0/src/aws_cdk/aws_ec2_alpha/_jsii/aws-ec2-alpha@2.202.0-alpha.0.jsii.tgz +0 -0
  10. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.0a0}/LICENSE +0 -0
  11. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.0a0}/MANIFEST.in +0 -0
  12. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.0a0}/NOTICE +0 -0
  13. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.0a0}/README.md +0 -0
  14. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.0a0}/pyproject.toml +0 -0
  15. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.0a0}/setup.cfg +0 -0
  16. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.0a0}/src/aws_cdk/aws_ec2_alpha/py.typed +0 -0
  17. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.0a0}/src/aws_cdk.aws_ec2_alpha.egg-info/dependency_links.txt +0 -0
  18. {aws_cdk_aws_ec2_alpha-2.202.0a0 → aws_cdk_aws_ec2_alpha-2.203.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.202.0a0
3
+ Version: 2.203.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.202.0
25
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.203.0
26
26
  Requires-Dist: constructs<11.0.0,>=10.0.0
27
27
  Requires-Dist: jsii<2.0.0,>=1.112.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.202.0.a0",
8
+ "version": "2.203.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.202.0-alpha.0.jsii.tgz"
29
+ "aws-ec2-alpha@2.203.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.202.0, <3.0.0",
37
+ "aws-cdk-lib>=2.203.0, <3.0.0",
38
38
  "constructs>=10.0.0, <11.0.0",
39
39
  "jsii>=1.112.0, <2.0.0",
40
40
  "publication>=0.0.3",
@@ -9814,6 +9814,7 @@ class VpcV2Base(
9814
9814
  client_certificate_arn: typing.Optional[builtins.str] = None,
9815
9815
  client_connection_handler: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IClientVpnConnectionHandler] = None,
9816
9816
  client_login_banner: typing.Optional[builtins.str] = None,
9817
+ client_route_enforcement_options: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.ClientRouteEnforcementOptions, typing.Dict[builtins.str, typing.Any]]] = None,
9817
9818
  description: typing.Optional[builtins.str] = None,
9818
9819
  dns_servers: typing.Optional[typing.Sequence[builtins.str]] = None,
9819
9820
  logging: typing.Optional[builtins.bool] = None,
@@ -9837,6 +9838,7 @@ class VpcV2Base(
9837
9838
  :param client_certificate_arn: The ARN of the client certificate for mutual authentication. The certificate must be signed by a certificate authority (CA) and it must be provisioned in AWS Certificate Manager (ACM). Default: - use user-based authentication
9838
9839
  :param client_connection_handler: The AWS Lambda function used for connection authorization. The name of the Lambda function must begin with the ``AWSClientVPN-`` prefix Default: - no connection handler
9839
9840
  :param client_login_banner: Customizable text that will be displayed in a banner on AWS provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters. Default: - no banner is presented to the client
9841
+ :param client_route_enforcement_options: Options for Client Route Enforcement. Client Route Enforcement is a feature of Client VPN that helps enforce administrator defined routes on devices connected through the VPN. This feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel. Default: undefined - AWS Client VPN default setting is disable client route enforcement
9840
9842
  :param description: A brief description of the Client VPN endpoint. Default: - no description
9841
9843
  :param dns_servers: Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. Default: - use the DNS address configured on the device
9842
9844
  :param logging: Whether to enable connections logging. Default: true
@@ -9863,6 +9865,7 @@ class VpcV2Base(
9863
9865
  client_certificate_arn=client_certificate_arn,
9864
9866
  client_connection_handler=client_connection_handler,
9865
9867
  client_login_banner=client_login_banner,
9868
+ client_route_enforcement_options=client_route_enforcement_options,
9866
9869
  description=description,
9867
9870
  dns_servers=dns_servers,
9868
9871
  logging=logging,
@@ -12082,6 +12085,7 @@ def _typecheckingstub__c8e22ab92bf67ef2717b155efcdb6ba2134d3e9bdc0a53f7c0965eca6
12082
12085
  client_certificate_arn: typing.Optional[builtins.str] = None,
12083
12086
  client_connection_handler: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IClientVpnConnectionHandler] = None,
12084
12087
  client_login_banner: typing.Optional[builtins.str] = None,
12088
+ client_route_enforcement_options: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.ClientRouteEnforcementOptions, typing.Dict[builtins.str, typing.Any]]] = None,
12085
12089
  description: typing.Optional[builtins.str] = None,
12086
12090
  dns_servers: typing.Optional[typing.Sequence[builtins.str]] = None,
12087
12091
  logging: typing.Optional[builtins.bool] = 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.202.0-alpha.0",
36
+ "2.203.0-alpha.0",
37
37
  __name__[0:-6],
38
- "aws-ec2-alpha@2.202.0-alpha.0.jsii.tgz",
38
+ "aws-ec2-alpha@2.203.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.202.0a0
3
+ Version: 2.203.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.202.0
25
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.203.0
26
26
  Requires-Dist: constructs<11.0.0,>=10.0.0
27
27
  Requires-Dist: jsii<2.0.0,>=1.112.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.202.0-alpha.0.jsii.tgz
15
+ src/aws_cdk/aws_ec2_alpha/_jsii/aws-ec2-alpha@2.203.0-alpha.0.jsii.tgz
@@ -1,4 +1,4 @@
1
- aws-cdk-lib<3.0.0,>=2.202.0
1
+ aws-cdk-lib<3.0.0,>=2.203.0
2
2
  constructs<11.0.0,>=10.0.0
3
3
  jsii<2.0.0,>=1.112.0
4
4
  publication>=0.0.3