aws-cdk.aws-eks-v2-alpha 2.181.1a0__tar.gz → 2.182.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-eks-v2-alpha might be problematic. Click here for more details.
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0/src/aws_cdk.aws_eks_v2_alpha.egg-info → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/PKG-INFO +2 -2
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/setup.py +3 -3
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/src/aws_cdk/aws_eks_v2_alpha/__init__.py +70 -3
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/src/aws_cdk/aws_eks_v2_alpha/_jsii/__init__.py +2 -2
- aws_cdk_aws_eks_v2_alpha-2.182.0a0/src/aws_cdk/aws_eks_v2_alpha/_jsii/aws-eks-v2-alpha@2.182.0-alpha.0.jsii.tgz +0 -0
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0/src/aws_cdk.aws_eks_v2_alpha.egg-info}/PKG-INFO +2 -2
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/src/aws_cdk.aws_eks_v2_alpha.egg-info/SOURCES.txt +1 -1
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/src/aws_cdk.aws_eks_v2_alpha.egg-info/requires.txt +1 -1
- aws_cdk_aws_eks_v2_alpha-2.181.1a0/src/aws_cdk/aws_eks_v2_alpha/_jsii/aws-eks-v2-alpha@2.181.1-alpha.0.jsii.tgz +0 -0
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/LICENSE +0 -0
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/MANIFEST.in +0 -0
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/NOTICE +0 -0
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/README.md +0 -0
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/pyproject.toml +0 -0
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/setup.cfg +0 -0
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/src/aws_cdk/aws_eks_v2_alpha/py.typed +0 -0
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/src/aws_cdk.aws_eks_v2_alpha.egg-info/dependency_links.txt +0 -0
- {aws_cdk_aws_eks_v2_alpha-2.181.1a0 → aws_cdk_aws_eks_v2_alpha-2.182.0a0}/src/aws_cdk.aws_eks_v2_alpha.egg-info/top_level.txt +0 -0
|
@@ -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.182.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
|
|
@@ -23,7 +23,7 @@ Requires-Python: ~=3.8
|
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE
|
|
25
25
|
License-File: NOTICE
|
|
26
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
26
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.182.0
|
|
27
27
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
28
28
|
Requires-Dist: jsii<2.0.0,>=1.106.0
|
|
29
29
|
Requires-Dist: publication>=0.0.3
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk.aws-eks-v2-alpha",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.182.0.a0",
|
|
9
9
|
"description": "The CDK Construct Library for AWS::EKS",
|
|
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_eks_v2_alpha._jsii": [
|
|
29
|
-
"aws-eks-v2-alpha@2.
|
|
29
|
+
"aws-eks-v2-alpha@2.182.0-alpha.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_cdk.aws_eks_v2_alpha": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,7 +34,7 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.8",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
37
|
+
"aws-cdk-lib>=2.182.0, <3.0.0",
|
|
38
38
|
"constructs>=10.0.0, <11.0.0",
|
|
39
39
|
"jsii>=1.106.0, <2.0.0",
|
|
40
40
|
"publication>=0.0.3",
|
|
@@ -2764,6 +2764,7 @@ class AlbScheme(enum.Enum):
|
|
|
2764
2764
|
"desired_capacity": "desiredCapacity",
|
|
2765
2765
|
"group_metrics": "groupMetrics",
|
|
2766
2766
|
"health_check": "healthCheck",
|
|
2767
|
+
"health_checks": "healthChecks",
|
|
2767
2768
|
"ignore_unmodified_size_properties": "ignoreUnmodifiedSizeProperties",
|
|
2768
2769
|
"instance_monitoring": "instanceMonitoring",
|
|
2769
2770
|
"key_name": "keyName",
|
|
@@ -2803,6 +2804,7 @@ class AutoScalingGroupCapacityOptions(
|
|
|
2803
2804
|
desired_capacity: typing.Optional[jsii.Number] = None,
|
|
2804
2805
|
group_metrics: typing.Optional[typing.Sequence[_aws_cdk_aws_autoscaling_ceddda9d.GroupMetrics]] = None,
|
|
2805
2806
|
health_check: typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.HealthCheck] = None,
|
|
2807
|
+
health_checks: typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.HealthChecks] = None,
|
|
2806
2808
|
ignore_unmodified_size_properties: typing.Optional[builtins.bool] = None,
|
|
2807
2809
|
instance_monitoring: typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.Monitoring] = None,
|
|
2808
2810
|
key_name: typing.Optional[builtins.str] = None,
|
|
@@ -2836,7 +2838,8 @@ class AutoScalingGroupCapacityOptions(
|
|
|
2836
2838
|
:param default_instance_warmup: The amount of time, in seconds, until a newly launched instance can contribute to the Amazon CloudWatch metrics. This delay lets an instance finish initializing before Amazon EC2 Auto Scaling aggregates instance metrics, resulting in more reliable usage data. Set this value equal to the amount of time that it takes for resource consumption to become stable after an instance reaches the InService state. To optimize the performance of scaling policies that scale continuously, such as target tracking and step scaling policies, we strongly recommend that you enable the default instance warmup, even if its value is set to 0 seconds Default instance warmup will not be added if no value is specified Default: None
|
|
2837
2839
|
:param desired_capacity: Initial amount of instances in the fleet. If this is set to a number, every deployment will reset the amount of instances to this number. It is recommended to leave this value blank. Default: minCapacity, and leave unchanged during deployment
|
|
2838
2840
|
:param group_metrics: Enable monitoring for group metrics, these metrics describe the group rather than any of its instances. To report all group metrics use ``GroupMetrics.all()`` Group metrics are reported in a granularity of 1 minute at no additional charge. Default: - no group metrics will be reported
|
|
2839
|
-
:param health_check: Configuration for health checks. Default: - HealthCheck.ec2 with no grace period
|
|
2841
|
+
:param health_check: (deprecated) Configuration for health checks. Default: - HealthCheck.ec2 with no grace period
|
|
2842
|
+
:param health_checks: Configuration for EC2 or additional health checks. Even when using ``HealthChecks.withAdditionalChecks()``, the EC2 type is implicitly included. Default: - EC2 type with no grace period
|
|
2840
2843
|
:param ignore_unmodified_size_properties: If the ASG has scheduled actions, don't reset unchanged group sizes. Only used if the ASG has scheduled actions (which may scale your ASG up or down regardless of cdk deployments). If true, the size of the group will only be reset if it has been changed in the CDK app. If false, the sizes will always be changed back to what they were in the CDK app on deployment. Default: true
|
|
2841
2844
|
:param instance_monitoring: Controls whether instances in this group are launched with detailed or basic monitoring. When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, CloudWatch generates metrics every 5 minutes. ``launchTemplate`` and ``mixedInstancesPolicy`` must not be specified when this property is specified Default: - Monitoring.DETAILED
|
|
2842
2845
|
: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.
|
|
@@ -2888,6 +2891,7 @@ class AutoScalingGroupCapacityOptions(
|
|
|
2888
2891
|
check_type(argname="argument desired_capacity", value=desired_capacity, expected_type=type_hints["desired_capacity"])
|
|
2889
2892
|
check_type(argname="argument group_metrics", value=group_metrics, expected_type=type_hints["group_metrics"])
|
|
2890
2893
|
check_type(argname="argument health_check", value=health_check, expected_type=type_hints["health_check"])
|
|
2894
|
+
check_type(argname="argument health_checks", value=health_checks, expected_type=type_hints["health_checks"])
|
|
2891
2895
|
check_type(argname="argument ignore_unmodified_size_properties", value=ignore_unmodified_size_properties, expected_type=type_hints["ignore_unmodified_size_properties"])
|
|
2892
2896
|
check_type(argname="argument instance_monitoring", value=instance_monitoring, expected_type=type_hints["instance_monitoring"])
|
|
2893
2897
|
check_type(argname="argument key_name", value=key_name, expected_type=type_hints["key_name"])
|
|
@@ -2933,6 +2937,8 @@ class AutoScalingGroupCapacityOptions(
|
|
|
2933
2937
|
self._values["group_metrics"] = group_metrics
|
|
2934
2938
|
if health_check is not None:
|
|
2935
2939
|
self._values["health_check"] = health_check
|
|
2940
|
+
if health_checks is not None:
|
|
2941
|
+
self._values["health_checks"] = health_checks
|
|
2936
2942
|
if ignore_unmodified_size_properties is not None:
|
|
2937
2943
|
self._values["ignore_unmodified_size_properties"] = ignore_unmodified_size_properties
|
|
2938
2944
|
if instance_monitoring is not None:
|
|
@@ -3110,13 +3116,32 @@ class AutoScalingGroupCapacityOptions(
|
|
|
3110
3116
|
def health_check(
|
|
3111
3117
|
self,
|
|
3112
3118
|
) -> typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.HealthCheck]:
|
|
3113
|
-
'''Configuration for health checks.
|
|
3119
|
+
'''(deprecated) Configuration for health checks.
|
|
3114
3120
|
|
|
3115
3121
|
:default: - HealthCheck.ec2 with no grace period
|
|
3122
|
+
|
|
3123
|
+
:deprecated: Use ``healthChecks`` instead
|
|
3124
|
+
|
|
3125
|
+
:stability: deprecated
|
|
3116
3126
|
'''
|
|
3117
3127
|
result = self._values.get("health_check")
|
|
3118
3128
|
return typing.cast(typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.HealthCheck], result)
|
|
3119
3129
|
|
|
3130
|
+
@builtins.property
|
|
3131
|
+
def health_checks(
|
|
3132
|
+
self,
|
|
3133
|
+
) -> typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.HealthChecks]:
|
|
3134
|
+
'''Configuration for EC2 or additional health checks.
|
|
3135
|
+
|
|
3136
|
+
Even when using ``HealthChecks.withAdditionalChecks()``, the EC2 type is implicitly included.
|
|
3137
|
+
|
|
3138
|
+
:default: - EC2 type with no grace period
|
|
3139
|
+
|
|
3140
|
+
:see: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html
|
|
3141
|
+
'''
|
|
3142
|
+
result = self._values.get("health_checks")
|
|
3143
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.HealthChecks], result)
|
|
3144
|
+
|
|
3120
3145
|
@builtins.property
|
|
3121
3146
|
def ignore_unmodified_size_properties(self) -> typing.Optional[builtins.bool]:
|
|
3122
3147
|
'''If the ASG has scheduled actions, don't reset unchanged group sizes.
|
|
@@ -3722,6 +3747,11 @@ class CapacityType(enum.Enum):
|
|
|
3722
3747
|
|
|
3723
3748
|
:stability: experimental
|
|
3724
3749
|
'''
|
|
3750
|
+
CAPACITY_BLOCK = "CAPACITY_BLOCK"
|
|
3751
|
+
'''(experimental) capacity block instances.
|
|
3752
|
+
|
|
3753
|
+
:stability: experimental
|
|
3754
|
+
'''
|
|
3725
3755
|
|
|
3726
3756
|
|
|
3727
3757
|
@jsii.data_type(
|
|
@@ -12494,6 +12524,7 @@ class Cluster(
|
|
|
12494
12524
|
desired_capacity: typing.Optional[jsii.Number] = None,
|
|
12495
12525
|
group_metrics: typing.Optional[typing.Sequence[_aws_cdk_aws_autoscaling_ceddda9d.GroupMetrics]] = None,
|
|
12496
12526
|
health_check: typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.HealthCheck] = None,
|
|
12527
|
+
health_checks: typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.HealthChecks] = None,
|
|
12497
12528
|
ignore_unmodified_size_properties: typing.Optional[builtins.bool] = None,
|
|
12498
12529
|
instance_monitoring: typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.Monitoring] = None,
|
|
12499
12530
|
key_name: typing.Optional[builtins.str] = None,
|
|
@@ -12540,7 +12571,8 @@ class Cluster(
|
|
|
12540
12571
|
:param default_instance_warmup: The amount of time, in seconds, until a newly launched instance can contribute to the Amazon CloudWatch metrics. This delay lets an instance finish initializing before Amazon EC2 Auto Scaling aggregates instance metrics, resulting in more reliable usage data. Set this value equal to the amount of time that it takes for resource consumption to become stable after an instance reaches the InService state. To optimize the performance of scaling policies that scale continuously, such as target tracking and step scaling policies, we strongly recommend that you enable the default instance warmup, even if its value is set to 0 seconds Default instance warmup will not be added if no value is specified Default: None
|
|
12541
12572
|
:param desired_capacity: Initial amount of instances in the fleet. If this is set to a number, every deployment will reset the amount of instances to this number. It is recommended to leave this value blank. Default: minCapacity, and leave unchanged during deployment
|
|
12542
12573
|
:param group_metrics: Enable monitoring for group metrics, these metrics describe the group rather than any of its instances. To report all group metrics use ``GroupMetrics.all()`` Group metrics are reported in a granularity of 1 minute at no additional charge. Default: - no group metrics will be reported
|
|
12543
|
-
:param health_check: Configuration for health checks. Default: - HealthCheck.ec2 with no grace period
|
|
12574
|
+
:param health_check: (deprecated) Configuration for health checks. Default: - HealthCheck.ec2 with no grace period
|
|
12575
|
+
:param health_checks: Configuration for EC2 or additional health checks. Even when using ``HealthChecks.withAdditionalChecks()``, the EC2 type is implicitly included. Default: - EC2 type with no grace period
|
|
12544
12576
|
:param ignore_unmodified_size_properties: If the ASG has scheduled actions, don't reset unchanged group sizes. Only used if the ASG has scheduled actions (which may scale your ASG up or down regardless of cdk deployments). If true, the size of the group will only be reset if it has been changed in the CDK app. If false, the sizes will always be changed back to what they were in the CDK app on deployment. Default: true
|
|
12545
12577
|
:param instance_monitoring: Controls whether instances in this group are launched with detailed or basic monitoring. When detailed monitoring is enabled, Amazon CloudWatch generates metrics every minute and your account is charged a fee. When you disable detailed monitoring, CloudWatch generates metrics every 5 minutes. ``launchTemplate`` and ``mixedInstancesPolicy`` must not be specified when this property is specified Default: - Monitoring.DETAILED
|
|
12546
12578
|
: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.
|
|
@@ -12579,6 +12611,7 @@ class Cluster(
|
|
|
12579
12611
|
desired_capacity=desired_capacity,
|
|
12580
12612
|
group_metrics=group_metrics,
|
|
12581
12613
|
health_check=health_check,
|
|
12614
|
+
health_checks=health_checks,
|
|
12582
12615
|
ignore_unmodified_size_properties=ignore_unmodified_size_properties,
|
|
12583
12616
|
instance_monitoring=instance_monitoring,
|
|
12584
12617
|
key_name=key_name,
|
|
@@ -12990,6 +13023,31 @@ class Cluster(
|
|
|
12990
13023
|
check_type(argname="argument access_policies", value=access_policies, expected_type=type_hints["access_policies"])
|
|
12991
13024
|
return typing.cast(None, jsii.invoke(self, "grantAccess", [id, principal, access_policies]))
|
|
12992
13025
|
|
|
13026
|
+
@jsii.member(jsii_name="grantClusterAdmin")
|
|
13027
|
+
def grant_cluster_admin(
|
|
13028
|
+
self,
|
|
13029
|
+
id: builtins.str,
|
|
13030
|
+
principal: builtins.str,
|
|
13031
|
+
) -> AccessEntry:
|
|
13032
|
+
'''(experimental) Grants the specified IAM principal cluster admin access to the EKS cluster.
|
|
13033
|
+
|
|
13034
|
+
This method creates an ``AccessEntry`` construct that grants the specified IAM principal the cluster admin
|
|
13035
|
+
access permissions. This allows the IAM principal to perform the actions permitted
|
|
13036
|
+
by the cluster admin acces.
|
|
13037
|
+
|
|
13038
|
+
:param id: - The ID of the ``AccessEntry`` construct to be created.
|
|
13039
|
+
:param principal: - The IAM principal (role or user) to be granted access to the EKS cluster.
|
|
13040
|
+
|
|
13041
|
+
:return: the access entry construct
|
|
13042
|
+
|
|
13043
|
+
:stability: experimental
|
|
13044
|
+
'''
|
|
13045
|
+
if __debug__:
|
|
13046
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e1d4f786977ba522de732fe537d5732729fd14835a49d9c2277539b21b2eddc1)
|
|
13047
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13048
|
+
check_type(argname="argument principal", value=principal, expected_type=type_hints["principal"])
|
|
13049
|
+
return typing.cast(AccessEntry, jsii.invoke(self, "grantClusterAdmin", [id, principal]))
|
|
13050
|
+
|
|
12993
13051
|
@builtins.property
|
|
12994
13052
|
@jsii.member(jsii_name="clusterArn")
|
|
12995
13053
|
def cluster_arn(self) -> builtins.str:
|
|
@@ -13598,6 +13656,7 @@ def _typecheckingstub__eb99c268be8192566d7bfb495648a3dadbee5b1ea942e5f4d69e1a579
|
|
|
13598
13656
|
desired_capacity: typing.Optional[jsii.Number] = None,
|
|
13599
13657
|
group_metrics: typing.Optional[typing.Sequence[_aws_cdk_aws_autoscaling_ceddda9d.GroupMetrics]] = None,
|
|
13600
13658
|
health_check: typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.HealthCheck] = None,
|
|
13659
|
+
health_checks: typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.HealthChecks] = None,
|
|
13601
13660
|
ignore_unmodified_size_properties: typing.Optional[builtins.bool] = None,
|
|
13602
13661
|
instance_monitoring: typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.Monitoring] = None,
|
|
13603
13662
|
key_name: typing.Optional[builtins.str] = None,
|
|
@@ -14419,6 +14478,7 @@ def _typecheckingstub__9693df090efed8f99d9380bbafdd596bd520fbaf6c8708b00b81560ee
|
|
|
14419
14478
|
desired_capacity: typing.Optional[jsii.Number] = None,
|
|
14420
14479
|
group_metrics: typing.Optional[typing.Sequence[_aws_cdk_aws_autoscaling_ceddda9d.GroupMetrics]] = None,
|
|
14421
14480
|
health_check: typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.HealthCheck] = None,
|
|
14481
|
+
health_checks: typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.HealthChecks] = None,
|
|
14422
14482
|
ignore_unmodified_size_properties: typing.Optional[builtins.bool] = None,
|
|
14423
14483
|
instance_monitoring: typing.Optional[_aws_cdk_aws_autoscaling_ceddda9d.Monitoring] = None,
|
|
14424
14484
|
key_name: typing.Optional[builtins.str] = None,
|
|
@@ -14564,6 +14624,13 @@ def _typecheckingstub__90b4483311d0a7d87252ed390a8138277fb3ae083bf9d3d36921f72d3
|
|
|
14564
14624
|
"""Type checking stubs"""
|
|
14565
14625
|
pass
|
|
14566
14626
|
|
|
14627
|
+
def _typecheckingstub__e1d4f786977ba522de732fe537d5732729fd14835a49d9c2277539b21b2eddc1(
|
|
14628
|
+
id: builtins.str,
|
|
14629
|
+
principal: builtins.str,
|
|
14630
|
+
) -> None:
|
|
14631
|
+
"""Type checking stubs"""
|
|
14632
|
+
pass
|
|
14633
|
+
|
|
14567
14634
|
def _typecheckingstub__673db9ae76799e064c85ea6382670fd3efa0ca3c8a72239cc0723fff0872a344(
|
|
14568
14635
|
scope: _constructs_77d1e7e8.Construct,
|
|
14569
14636
|
id: builtins.str,
|
|
@@ -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.182.0-alpha.0",
|
|
37
37
|
__name__[0:-6],
|
|
38
|
-
"aws-eks-v2-alpha@2.
|
|
38
|
+
"aws-eks-v2-alpha@2.182.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.182.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
|
|
@@ -23,7 +23,7 @@ Requires-Python: ~=3.8
|
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE
|
|
25
25
|
License-File: NOTICE
|
|
26
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
26
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.182.0
|
|
27
27
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
28
28
|
Requires-Dist: jsii<2.0.0,>=1.106.0
|
|
29
29
|
Requires-Dist: publication>=0.0.3
|
|
@@ -12,4 +12,4 @@ src/aws_cdk.aws_eks_v2_alpha.egg-info/top_level.txt
|
|
|
12
12
|
src/aws_cdk/aws_eks_v2_alpha/__init__.py
|
|
13
13
|
src/aws_cdk/aws_eks_v2_alpha/py.typed
|
|
14
14
|
src/aws_cdk/aws_eks_v2_alpha/_jsii/__init__.py
|
|
15
|
-
src/aws_cdk/aws_eks_v2_alpha/_jsii/aws-eks-v2-alpha@2.
|
|
15
|
+
src/aws_cdk/aws_eks_v2_alpha/_jsii/aws-eks-v2-alpha@2.182.0-alpha.0.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|