aws-cdk.aws-eks-v2-alpha 2.210.0a0__py3-none-any.whl → 2.211.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-eks-v2-alpha might be problematic. Click here for more details.
- aws_cdk/aws_eks_v2_alpha/__init__.py +3 -3
- aws_cdk/aws_eks_v2_alpha/_jsii/__init__.py +2 -2
- aws_cdk/aws_eks_v2_alpha/_jsii/aws-eks-v2-alpha@2.211.0-alpha.0.jsii.tgz +0 -0
- {aws_cdk_aws_eks_v2_alpha-2.210.0a0.dist-info → aws_cdk_aws_eks_v2_alpha-2.211.0a0.dist-info}/METADATA +6 -6
- aws_cdk_aws_eks_v2_alpha-2.211.0a0.dist-info/RECORD +10 -0
- aws_cdk/aws_eks_v2_alpha/_jsii/aws-eks-v2-alpha@2.210.0-alpha.0.jsii.tgz +0 -0
- aws_cdk_aws_eks_v2_alpha-2.210.0a0.dist-info/RECORD +0 -10
- {aws_cdk_aws_eks_v2_alpha-2.210.0a0.dist-info → aws_cdk_aws_eks_v2_alpha-2.211.0a0.dist-info}/LICENSE +0 -0
- {aws_cdk_aws_eks_v2_alpha-2.210.0a0.dist-info → aws_cdk_aws_eks_v2_alpha-2.211.0a0.dist-info}/NOTICE +0 -0
- {aws_cdk_aws_eks_v2_alpha-2.210.0a0.dist-info → aws_cdk_aws_eks_v2_alpha-2.211.0a0.dist-info}/WHEEL +0 -0
- {aws_cdk_aws_eks_v2_alpha-2.210.0a0.dist-info → aws_cdk_aws_eks_v2_alpha-2.211.0a0.dist-info}/top_level.txt +0 -0
|
@@ -2900,7 +2900,7 @@ class AutoScalingGroupCapacityOptions(
|
|
|
2900
2900
|
:param key_name: (deprecated) Name of SSH keypair to grant access to instances. ``launchTemplate`` and ``mixedInstancesPolicy`` must not be specified when this property is specified You can either specify ``keyPair`` or ``keyName``, not both. Default: - No SSH access will be possible.
|
|
2901
2901
|
:param key_pair: The SSH keypair to grant access to the instance. Feature flag ``AUTOSCALING_GENERATE_LAUNCH_TEMPLATE`` must be enabled to use this property. ``launchTemplate`` and ``mixedInstancesPolicy`` must not be specified when this property is specified. You can either specify ``keyPair`` or ``keyName``, not both. Default: - No SSH access will be possible.
|
|
2902
2902
|
:param max_capacity: Maximum number of instances in the fleet. Default: desiredCapacity
|
|
2903
|
-
:param max_instance_lifetime: The maximum amount of time that an instance can be in service. The maximum duration applies to all current and future instances in the group. As an instance approaches its maximum duration, it is terminated and replaced, and cannot be used again. You must specify a value of at least
|
|
2903
|
+
:param max_instance_lifetime: The maximum amount of time that an instance can be in service. The maximum duration applies to all current and future instances in the group. As an instance approaches its maximum duration, it is terminated and replaced, and cannot be used again. You must specify a value of at least 86,400 seconds (one day). To clear a previously set value, leave this property undefined. Default: none
|
|
2904
2904
|
:param min_capacity: Minimum number of instances in the fleet. Default: 1
|
|
2905
2905
|
:param new_instances_protected_from_scale_in: Whether newly-launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in. By default, Auto Scaling can terminate an instance at any time after launch when scaling in an Auto Scaling Group, subject to the group's termination policy. However, you may wish to protect newly-launched instances from being scaled in if they are going to run critical applications that should not be prematurely terminated. This flag must be enabled if the Auto Scaling Group will be associated with an ECS Capacity Provider with managed termination protection. Default: false
|
|
2906
2906
|
:param notifications: Configure autoscaling group to send notifications about fleet changes to an SNS topic(s). Default: - No fleet change notifications will be sent.
|
|
@@ -3279,7 +3279,7 @@ class AutoScalingGroupCapacityOptions(
|
|
|
3279
3279
|
to all current and future instances in the group. As an instance approaches its maximum duration,
|
|
3280
3280
|
it is terminated and replaced, and cannot be used again.
|
|
3281
3281
|
|
|
3282
|
-
You must specify a value of at least
|
|
3282
|
+
You must specify a value of at least 86,400 seconds (one day). To clear a previously set value,
|
|
3283
3283
|
leave this property undefined.
|
|
3284
3284
|
|
|
3285
3285
|
:default: none
|
|
@@ -12713,7 +12713,7 @@ class Cluster(
|
|
|
12713
12713
|
:param key_name: (deprecated) Name of SSH keypair to grant access to instances. ``launchTemplate`` and ``mixedInstancesPolicy`` must not be specified when this property is specified You can either specify ``keyPair`` or ``keyName``, not both. Default: - No SSH access will be possible.
|
|
12714
12714
|
:param key_pair: The SSH keypair to grant access to the instance. Feature flag ``AUTOSCALING_GENERATE_LAUNCH_TEMPLATE`` must be enabled to use this property. ``launchTemplate`` and ``mixedInstancesPolicy`` must not be specified when this property is specified. You can either specify ``keyPair`` or ``keyName``, not both. Default: - No SSH access will be possible.
|
|
12715
12715
|
:param max_capacity: Maximum number of instances in the fleet. Default: desiredCapacity
|
|
12716
|
-
:param max_instance_lifetime: The maximum amount of time that an instance can be in service. The maximum duration applies to all current and future instances in the group. As an instance approaches its maximum duration, it is terminated and replaced, and cannot be used again. You must specify a value of at least
|
|
12716
|
+
:param max_instance_lifetime: The maximum amount of time that an instance can be in service. The maximum duration applies to all current and future instances in the group. As an instance approaches its maximum duration, it is terminated and replaced, and cannot be used again. You must specify a value of at least 86,400 seconds (one day). To clear a previously set value, leave this property undefined. Default: none
|
|
12717
12717
|
:param min_capacity: Minimum number of instances in the fleet. Default: 1
|
|
12718
12718
|
:param new_instances_protected_from_scale_in: Whether newly-launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in. By default, Auto Scaling can terminate an instance at any time after launch when scaling in an Auto Scaling Group, subject to the group's termination policy. However, you may wish to protect newly-launched instances from being scaled in if they are going to run critical applications that should not be prematurely terminated. This flag must be enabled if the Auto Scaling Group will be associated with an ECS Capacity Provider with managed termination protection. Default: false
|
|
12719
12719
|
:param notifications: Configure autoscaling group to send notifications about fleet changes to an SNS topic(s). Default: - No fleet change notifications will be sent.
|
|
@@ -33,9 +33,9 @@ import constructs._jsii
|
|
|
33
33
|
|
|
34
34
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
35
35
|
"@aws-cdk/aws-eks-v2-alpha",
|
|
36
|
-
"2.
|
|
36
|
+
"2.211.0-alpha.0",
|
|
37
37
|
__name__[0:-6],
|
|
38
|
-
"aws-eks-v2-alpha@2.
|
|
38
|
+
"aws-eks-v2-alpha@2.211.0-alpha.0.jsii.tgz",
|
|
39
39
|
)
|
|
40
40
|
|
|
41
41
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.aws-eks-v2-alpha
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.211.0a0
|
|
4
4
|
Summary: The CDK Construct Library for AWS::EKS
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -22,11 +22,11 @@ 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.
|
|
26
|
-
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
27
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
28
|
-
Requires-Dist: publication>=0.0.3
|
|
29
|
-
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
25
|
+
Requires-Dist: aws-cdk-lib <3.0.0,>=2.211.0
|
|
26
|
+
Requires-Dist: constructs <11.0.0,>=10.0.0
|
|
27
|
+
Requires-Dist: jsii <2.0.0,>=1.113.0
|
|
28
|
+
Requires-Dist: publication >=0.0.3
|
|
29
|
+
Requires-Dist: typeguard <4.3.0,>=2.13.3
|
|
30
30
|
|
|
31
31
|
# Amazon EKS V2 Construct Library
|
|
32
32
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
aws_cdk/aws_eks_v2_alpha/__init__.py,sha256=Gq0B6-NuECKu9MLinHdRKyZlljocUoF-oycj5YvIyNA,702556
|
|
2
|
+
aws_cdk/aws_eks_v2_alpha/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
aws_cdk/aws_eks_v2_alpha/_jsii/__init__.py,sha256=D6bkoqhu9umfLH4VLWv0w_aTPnMaJwUXIbqsblL-xxQ,1485
|
|
4
|
+
aws_cdk/aws_eks_v2_alpha/_jsii/aws-eks-v2-alpha@2.211.0-alpha.0.jsii.tgz,sha256=hQrv06AdC-RhC4ycfcyMR-REnqDvmTN0cTm33Mr4mHc,403861
|
|
5
|
+
aws_cdk_aws_eks_v2_alpha-2.211.0a0.dist-info/LICENSE,sha256=y47tc38H0C4DpGljYUZDl8XxidQjNxxGLq-K4jwv6Xc,11391
|
|
6
|
+
aws_cdk_aws_eks_v2_alpha-2.211.0a0.dist-info/METADATA,sha256=_Qz6IiIKOSnnPIpLrDSBUO19VBCc3nihCruP7z26ivU,42855
|
|
7
|
+
aws_cdk_aws_eks_v2_alpha-2.211.0a0.dist-info/NOTICE,sha256=6Jdq-MQvHIyOFx_9SdfwJrEmcxlScjONPAJru73PESY,919
|
|
8
|
+
aws_cdk_aws_eks_v2_alpha-2.211.0a0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
9
|
+
aws_cdk_aws_eks_v2_alpha-2.211.0a0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
+
aws_cdk_aws_eks_v2_alpha-2.211.0a0.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
aws_cdk/aws_eks_v2_alpha/__init__.py,sha256=u2qM3QzOTqxgEuc28Wz12mm6tgbR2J2kMskId_4jOu4,702556
|
|
2
|
-
aws_cdk/aws_eks_v2_alpha/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
aws_cdk/aws_eks_v2_alpha/_jsii/__init__.py,sha256=ROA0W4_O6ST5JDz4uuLkbqjq0i6ySPbwz9llhM3B7lk,1485
|
|
4
|
-
aws_cdk/aws_eks_v2_alpha/_jsii/aws-eks-v2-alpha@2.210.0-alpha.0.jsii.tgz,sha256=Y4QykW3sRjlrNqK4F8RToc_vyzFBmjBEp4lTAixazlM,403815
|
|
5
|
-
aws_cdk_aws_eks_v2_alpha-2.210.0a0.dist-info/LICENSE,sha256=y47tc38H0C4DpGljYUZDl8XxidQjNxxGLq-K4jwv6Xc,11391
|
|
6
|
-
aws_cdk_aws_eks_v2_alpha-2.210.0a0.dist-info/METADATA,sha256=iSNA6V0oKyt1dR8zncd7fYTGyBOLh-ycPMeQcfokqPg,42850
|
|
7
|
-
aws_cdk_aws_eks_v2_alpha-2.210.0a0.dist-info/NOTICE,sha256=6Jdq-MQvHIyOFx_9SdfwJrEmcxlScjONPAJru73PESY,919
|
|
8
|
-
aws_cdk_aws_eks_v2_alpha-2.210.0a0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
9
|
-
aws_cdk_aws_eks_v2_alpha-2.210.0a0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
-
aws_cdk_aws_eks_v2_alpha-2.210.0a0.dist-info/RECORD,,
|
|
File without changes
|
{aws_cdk_aws_eks_v2_alpha-2.210.0a0.dist-info → aws_cdk_aws_eks_v2_alpha-2.211.0a0.dist-info}/NOTICE
RENAMED
|
File without changes
|
{aws_cdk_aws_eks_v2_alpha-2.210.0a0.dist-info → aws_cdk_aws_eks_v2_alpha-2.211.0a0.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|