aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.1__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-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.1.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +143 -130
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +15766 -3438
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +47 -33
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +99 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +914 -612
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +192 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +155 -143
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +187 -143
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +98 -98
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +490 -34
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +49 -40
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +127 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2414 -282
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +176 -105
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +289 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.1.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/top_level.txt +0 -0
aws_cdk/aws_eks/__init__.py
CHANGED
|
@@ -4669,7 +4669,7 @@ class CfnAccessEntry(
|
|
|
4669
4669
|
if __debug__:
|
|
4670
4670
|
type_hints = typing.get_type_hints(_typecheckingstub__f39f11be83c62cd1ef0b79bbec37cd76332b93db644a6f5f897a2fd1c6e4d15a)
|
|
4671
4671
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4672
|
-
jsii.set(self, "clusterName", value)
|
|
4672
|
+
jsii.set(self, "clusterName", value) # pyright: ignore[reportArgumentType]
|
|
4673
4673
|
|
|
4674
4674
|
@builtins.property
|
|
4675
4675
|
@jsii.member(jsii_name="principalArn")
|
|
@@ -4682,7 +4682,7 @@ class CfnAccessEntry(
|
|
|
4682
4682
|
if __debug__:
|
|
4683
4683
|
type_hints = typing.get_type_hints(_typecheckingstub__53028d8402e60bf71e6a724645feb7096873c998ac8df5343a3472840aba20b3)
|
|
4684
4684
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4685
|
-
jsii.set(self, "principalArn", value)
|
|
4685
|
+
jsii.set(self, "principalArn", value) # pyright: ignore[reportArgumentType]
|
|
4686
4686
|
|
|
4687
4687
|
@builtins.property
|
|
4688
4688
|
@jsii.member(jsii_name="accessPolicies")
|
|
@@ -4700,7 +4700,7 @@ class CfnAccessEntry(
|
|
|
4700
4700
|
if __debug__:
|
|
4701
4701
|
type_hints = typing.get_type_hints(_typecheckingstub__72525fb57b071712551a1a70513a19122fa4b07addc9565813f0c1ad6c531aa6)
|
|
4702
4702
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4703
|
-
jsii.set(self, "accessPolicies", value)
|
|
4703
|
+
jsii.set(self, "accessPolicies", value) # pyright: ignore[reportArgumentType]
|
|
4704
4704
|
|
|
4705
4705
|
@builtins.property
|
|
4706
4706
|
@jsii.member(jsii_name="kubernetesGroups")
|
|
@@ -4716,7 +4716,7 @@ class CfnAccessEntry(
|
|
|
4716
4716
|
if __debug__:
|
|
4717
4717
|
type_hints = typing.get_type_hints(_typecheckingstub__eeca928ef55890afb86c2a4b773e5b085ea41bbda1031d5514018ff03ea79670)
|
|
4718
4718
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4719
|
-
jsii.set(self, "kubernetesGroups", value)
|
|
4719
|
+
jsii.set(self, "kubernetesGroups", value) # pyright: ignore[reportArgumentType]
|
|
4720
4720
|
|
|
4721
4721
|
@builtins.property
|
|
4722
4722
|
@jsii.member(jsii_name="tags")
|
|
@@ -4729,7 +4729,7 @@ class CfnAccessEntry(
|
|
|
4729
4729
|
if __debug__:
|
|
4730
4730
|
type_hints = typing.get_type_hints(_typecheckingstub__343de9e1ac76cbf6a67d73d349089c21fca695294c67398109df2c6ad597bba3)
|
|
4731
4731
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4732
|
-
jsii.set(self, "tags", value)
|
|
4732
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
4733
4733
|
|
|
4734
4734
|
@builtins.property
|
|
4735
4735
|
@jsii.member(jsii_name="type")
|
|
@@ -4745,7 +4745,7 @@ class CfnAccessEntry(
|
|
|
4745
4745
|
if __debug__:
|
|
4746
4746
|
type_hints = typing.get_type_hints(_typecheckingstub__d75f74439880fd1ba12bf85f7549ef8ddce92bd3683d6d8b7818c245923ce357)
|
|
4747
4747
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4748
|
-
jsii.set(self, "type", value)
|
|
4748
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
4749
4749
|
|
|
4750
4750
|
@builtins.property
|
|
4751
4751
|
@jsii.member(jsii_name="username")
|
|
@@ -4758,7 +4758,7 @@ class CfnAccessEntry(
|
|
|
4758
4758
|
if __debug__:
|
|
4759
4759
|
type_hints = typing.get_type_hints(_typecheckingstub__de59b674f92cd0ad5088412238c3b9a96b647a258d8a75b03ffc744e43723761)
|
|
4760
4760
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4761
|
-
jsii.set(self, "username", value)
|
|
4761
|
+
jsii.set(self, "username", value) # pyright: ignore[reportArgumentType]
|
|
4762
4762
|
|
|
4763
4763
|
@jsii.data_type(
|
|
4764
4764
|
jsii_type="aws-cdk-lib.aws_eks.CfnAccessEntry.AccessPolicyProperty",
|
|
@@ -5254,7 +5254,7 @@ class CfnAddon(
|
|
|
5254
5254
|
if __debug__:
|
|
5255
5255
|
type_hints = typing.get_type_hints(_typecheckingstub__aa2f59cc2f15ceecb25c97a05918b5204a973e21e99d20f1a8d5ccaf93d479dc)
|
|
5256
5256
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5257
|
-
jsii.set(self, "addonName", value)
|
|
5257
|
+
jsii.set(self, "addonName", value) # pyright: ignore[reportArgumentType]
|
|
5258
5258
|
|
|
5259
5259
|
@builtins.property
|
|
5260
5260
|
@jsii.member(jsii_name="clusterName")
|
|
@@ -5267,7 +5267,7 @@ class CfnAddon(
|
|
|
5267
5267
|
if __debug__:
|
|
5268
5268
|
type_hints = typing.get_type_hints(_typecheckingstub__32e5d7f68b583ad28c101848b4b9915ac4edfdb52f37771404157d760548a2f0)
|
|
5269
5269
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5270
|
-
jsii.set(self, "clusterName", value)
|
|
5270
|
+
jsii.set(self, "clusterName", value) # pyright: ignore[reportArgumentType]
|
|
5271
5271
|
|
|
5272
5272
|
@builtins.property
|
|
5273
5273
|
@jsii.member(jsii_name="addonVersion")
|
|
@@ -5280,7 +5280,7 @@ class CfnAddon(
|
|
|
5280
5280
|
if __debug__:
|
|
5281
5281
|
type_hints = typing.get_type_hints(_typecheckingstub__eb85a2b34531ebb86af42e5229b0ed17a08e49a0d033880c119269f998089248)
|
|
5282
5282
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5283
|
-
jsii.set(self, "addonVersion", value)
|
|
5283
|
+
jsii.set(self, "addonVersion", value) # pyright: ignore[reportArgumentType]
|
|
5284
5284
|
|
|
5285
5285
|
@builtins.property
|
|
5286
5286
|
@jsii.member(jsii_name="configurationValues")
|
|
@@ -5293,7 +5293,7 @@ class CfnAddon(
|
|
|
5293
5293
|
if __debug__:
|
|
5294
5294
|
type_hints = typing.get_type_hints(_typecheckingstub__f2b158aed78a78d2962c2650df64f6c3880ccb508ebd6b281bda6c1a1961620a)
|
|
5295
5295
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5296
|
-
jsii.set(self, "configurationValues", value)
|
|
5296
|
+
jsii.set(self, "configurationValues", value) # pyright: ignore[reportArgumentType]
|
|
5297
5297
|
|
|
5298
5298
|
@builtins.property
|
|
5299
5299
|
@jsii.member(jsii_name="podIdentityAssociations")
|
|
@@ -5311,7 +5311,7 @@ class CfnAddon(
|
|
|
5311
5311
|
if __debug__:
|
|
5312
5312
|
type_hints = typing.get_type_hints(_typecheckingstub__04a430658e28600fba10a8c3e5edab2978904829dda6f2c70e9cca8560f7e400)
|
|
5313
5313
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5314
|
-
jsii.set(self, "podIdentityAssociations", value)
|
|
5314
|
+
jsii.set(self, "podIdentityAssociations", value) # pyright: ignore[reportArgumentType]
|
|
5315
5315
|
|
|
5316
5316
|
@builtins.property
|
|
5317
5317
|
@jsii.member(jsii_name="preserveOnDelete")
|
|
@@ -5329,7 +5329,7 @@ class CfnAddon(
|
|
|
5329
5329
|
if __debug__:
|
|
5330
5330
|
type_hints = typing.get_type_hints(_typecheckingstub__c38bc0bc32707ba96b79f5dda73d99054ea5b77577796b10a0f95ff6fe51b133)
|
|
5331
5331
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5332
|
-
jsii.set(self, "preserveOnDelete", value)
|
|
5332
|
+
jsii.set(self, "preserveOnDelete", value) # pyright: ignore[reportArgumentType]
|
|
5333
5333
|
|
|
5334
5334
|
@builtins.property
|
|
5335
5335
|
@jsii.member(jsii_name="resolveConflicts")
|
|
@@ -5342,7 +5342,7 @@ class CfnAddon(
|
|
|
5342
5342
|
if __debug__:
|
|
5343
5343
|
type_hints = typing.get_type_hints(_typecheckingstub__5ae5d99ca6a1d34e61263b73b34a1a3a9b8ec0abb558a77c4507f0d9ea472046)
|
|
5344
5344
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5345
|
-
jsii.set(self, "resolveConflicts", value)
|
|
5345
|
+
jsii.set(self, "resolveConflicts", value) # pyright: ignore[reportArgumentType]
|
|
5346
5346
|
|
|
5347
5347
|
@builtins.property
|
|
5348
5348
|
@jsii.member(jsii_name="serviceAccountRoleArn")
|
|
@@ -5355,7 +5355,7 @@ class CfnAddon(
|
|
|
5355
5355
|
if __debug__:
|
|
5356
5356
|
type_hints = typing.get_type_hints(_typecheckingstub__533ac32ef2e5bc8d5ce0313c18089cdf16b45b01e51842a29288fbe7ffec2431)
|
|
5357
5357
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5358
|
-
jsii.set(self, "serviceAccountRoleArn", value)
|
|
5358
|
+
jsii.set(self, "serviceAccountRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
5359
5359
|
|
|
5360
5360
|
@builtins.property
|
|
5361
5361
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5368,7 +5368,7 @@ class CfnAddon(
|
|
|
5368
5368
|
if __debug__:
|
|
5369
5369
|
type_hints = typing.get_type_hints(_typecheckingstub__61cfcc2cd9aba81e02df7f2a5c976044dc5e5cbf6c05b880c4944cb357ebd775)
|
|
5370
5370
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5371
|
-
jsii.set(self, "tagsRaw", value)
|
|
5371
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5372
5372
|
|
|
5373
5373
|
@jsii.data_type(
|
|
5374
5374
|
jsii_type="aws-cdk-lib.aws_eks.CfnAddon.PodIdentityAssociationProperty",
|
|
@@ -5747,6 +5747,9 @@ class CfnCluster(
|
|
|
5747
5747
|
key="key",
|
|
5748
5748
|
value="value"
|
|
5749
5749
|
)],
|
|
5750
|
+
upgrade_policy=eks.CfnCluster.UpgradePolicyProperty(
|
|
5751
|
+
support_type="supportType"
|
|
5752
|
+
),
|
|
5750
5753
|
version="version"
|
|
5751
5754
|
)
|
|
5752
5755
|
'''
|
|
@@ -5766,6 +5769,7 @@ class CfnCluster(
|
|
|
5766
5769
|
name: typing.Optional[builtins.str] = None,
|
|
5767
5770
|
outpost_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.OutpostConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5768
5771
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5772
|
+
upgrade_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.UpgradePolicyProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5769
5773
|
version: typing.Optional[builtins.str] = None,
|
|
5770
5774
|
) -> None:
|
|
5771
5775
|
'''
|
|
@@ -5781,6 +5785,7 @@ class CfnCluster(
|
|
|
5781
5785
|
:param name: The unique name to give to your cluster.
|
|
5782
5786
|
:param outpost_config: An object representing the configuration of your local Amazon EKS cluster on an AWS Outpost. This object isn't available for clusters on the AWS cloud.
|
|
5783
5787
|
:param tags: The metadata that you apply to the cluster to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Cluster tags don't propagate to any other resources associated with the cluster. .. epigraph:: You must have the ``eks:TagResource`` and ``eks:UntagResource`` permissions for your `IAM principal <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html>`_ to manage the AWS CloudFormation stack. If you don't have these permissions, there might be unexpected behavior with stack-level tags propagating to the resource during resource creation and update.
|
|
5788
|
+
:param upgrade_policy: This value indicates if extended support is enabled or disabled for the cluster. `Learn more about EKS Extended Support in the EKS User Guide. <https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html>`_
|
|
5784
5789
|
:param version: The desired Kubernetes version for your cluster. If you don't specify a value here, the default version available in Amazon EKS is used. .. epigraph:: The default version might not be the latest version available.
|
|
5785
5790
|
'''
|
|
5786
5791
|
if __debug__:
|
|
@@ -5798,6 +5803,7 @@ class CfnCluster(
|
|
|
5798
5803
|
name=name,
|
|
5799
5804
|
outpost_config=outpost_config,
|
|
5800
5805
|
tags=tags,
|
|
5806
|
+
upgrade_policy=upgrade_policy,
|
|
5801
5807
|
version=version,
|
|
5802
5808
|
)
|
|
5803
5809
|
|
|
@@ -5940,7 +5946,7 @@ class CfnCluster(
|
|
|
5940
5946
|
if __debug__:
|
|
5941
5947
|
type_hints = typing.get_type_hints(_typecheckingstub__7faae717d69e9ef08dfb05330d411b9baaf6babf8cf2b4715f8a02a4bd949f0c)
|
|
5942
5948
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5943
|
-
jsii.set(self, "resourcesVpcConfig", value)
|
|
5949
|
+
jsii.set(self, "resourcesVpcConfig", value) # pyright: ignore[reportArgumentType]
|
|
5944
5950
|
|
|
5945
5951
|
@builtins.property
|
|
5946
5952
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -5953,7 +5959,7 @@ class CfnCluster(
|
|
|
5953
5959
|
if __debug__:
|
|
5954
5960
|
type_hints = typing.get_type_hints(_typecheckingstub__206ca712455daef1d5df9029fc8d95ff1ce9b54bd3c64781c94f6e97961f0df6)
|
|
5955
5961
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5956
|
-
jsii.set(self, "roleArn", value)
|
|
5962
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
5957
5963
|
|
|
5958
5964
|
@builtins.property
|
|
5959
5965
|
@jsii.member(jsii_name="accessConfig")
|
|
@@ -5971,7 +5977,7 @@ class CfnCluster(
|
|
|
5971
5977
|
if __debug__:
|
|
5972
5978
|
type_hints = typing.get_type_hints(_typecheckingstub__249431e71bfb6d15cdb94aea4df14d4b3371f709cb261f00cb7dc77e72be7680)
|
|
5973
5979
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5974
|
-
jsii.set(self, "accessConfig", value)
|
|
5980
|
+
jsii.set(self, "accessConfig", value) # pyright: ignore[reportArgumentType]
|
|
5975
5981
|
|
|
5976
5982
|
@builtins.property
|
|
5977
5983
|
@jsii.member(jsii_name="bootstrapSelfManagedAddons")
|
|
@@ -5989,7 +5995,7 @@ class CfnCluster(
|
|
|
5989
5995
|
if __debug__:
|
|
5990
5996
|
type_hints = typing.get_type_hints(_typecheckingstub__1b3725246139251af199def1d548b17a13e8ddd4df825377563ea01cdea555c4)
|
|
5991
5997
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5992
|
-
jsii.set(self, "bootstrapSelfManagedAddons", value)
|
|
5998
|
+
jsii.set(self, "bootstrapSelfManagedAddons", value) # pyright: ignore[reportArgumentType]
|
|
5993
5999
|
|
|
5994
6000
|
@builtins.property
|
|
5995
6001
|
@jsii.member(jsii_name="encryptionConfig")
|
|
@@ -6007,7 +6013,7 @@ class CfnCluster(
|
|
|
6007
6013
|
if __debug__:
|
|
6008
6014
|
type_hints = typing.get_type_hints(_typecheckingstub__b161fda542258d1cd8a20fecd3943cacecb658f19ab16b918baf49908459644c)
|
|
6009
6015
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6010
|
-
jsii.set(self, "encryptionConfig", value)
|
|
6016
|
+
jsii.set(self, "encryptionConfig", value) # pyright: ignore[reportArgumentType]
|
|
6011
6017
|
|
|
6012
6018
|
@builtins.property
|
|
6013
6019
|
@jsii.member(jsii_name="kubernetesNetworkConfig")
|
|
@@ -6025,7 +6031,7 @@ class CfnCluster(
|
|
|
6025
6031
|
if __debug__:
|
|
6026
6032
|
type_hints = typing.get_type_hints(_typecheckingstub__1a14e543582631e80cb6fc2093270dba17f568b8779b381e3bc7398bfafb6699)
|
|
6027
6033
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6028
|
-
jsii.set(self, "kubernetesNetworkConfig", value)
|
|
6034
|
+
jsii.set(self, "kubernetesNetworkConfig", value) # pyright: ignore[reportArgumentType]
|
|
6029
6035
|
|
|
6030
6036
|
@builtins.property
|
|
6031
6037
|
@jsii.member(jsii_name="logging")
|
|
@@ -6043,7 +6049,7 @@ class CfnCluster(
|
|
|
6043
6049
|
if __debug__:
|
|
6044
6050
|
type_hints = typing.get_type_hints(_typecheckingstub__1b894c6ae9e0b1d84fb3b436c969bb8c93262be35c47c6439769089b1b511372)
|
|
6045
6051
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6046
|
-
jsii.set(self, "logging", value)
|
|
6052
|
+
jsii.set(self, "logging", value) # pyright: ignore[reportArgumentType]
|
|
6047
6053
|
|
|
6048
6054
|
@builtins.property
|
|
6049
6055
|
@jsii.member(jsii_name="name")
|
|
@@ -6056,7 +6062,7 @@ class CfnCluster(
|
|
|
6056
6062
|
if __debug__:
|
|
6057
6063
|
type_hints = typing.get_type_hints(_typecheckingstub__2abdb0223ce1a286014d3194e6bdb56dedf9d45dcf81c88f7982910040414c06)
|
|
6058
6064
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6059
|
-
jsii.set(self, "name", value)
|
|
6065
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
6060
6066
|
|
|
6061
6067
|
@builtins.property
|
|
6062
6068
|
@jsii.member(jsii_name="outpostConfig")
|
|
@@ -6074,7 +6080,7 @@ class CfnCluster(
|
|
|
6074
6080
|
if __debug__:
|
|
6075
6081
|
type_hints = typing.get_type_hints(_typecheckingstub__f8fa649bbaac6b12d9fb99e325d6fa46e4aea0d9d4d376abd8c7ac60009fc3d6)
|
|
6076
6082
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6077
|
-
jsii.set(self, "outpostConfig", value)
|
|
6083
|
+
jsii.set(self, "outpostConfig", value) # pyright: ignore[reportArgumentType]
|
|
6078
6084
|
|
|
6079
6085
|
@builtins.property
|
|
6080
6086
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -6087,7 +6093,25 @@ class CfnCluster(
|
|
|
6087
6093
|
if __debug__:
|
|
6088
6094
|
type_hints = typing.get_type_hints(_typecheckingstub__201bfcb16f7ebd474e1c66a732f38f2234c0211f4a0ed45e7caebec7a8eb318a)
|
|
6089
6095
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6090
|
-
jsii.set(self, "tagsRaw", value)
|
|
6096
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6097
|
+
|
|
6098
|
+
@builtins.property
|
|
6099
|
+
@jsii.member(jsii_name="upgradePolicy")
|
|
6100
|
+
def upgrade_policy(
|
|
6101
|
+
self,
|
|
6102
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCluster.UpgradePolicyProperty"]]:
|
|
6103
|
+
'''This value indicates if extended support is enabled or disabled for the cluster.'''
|
|
6104
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCluster.UpgradePolicyProperty"]], jsii.get(self, "upgradePolicy"))
|
|
6105
|
+
|
|
6106
|
+
@upgrade_policy.setter
|
|
6107
|
+
def upgrade_policy(
|
|
6108
|
+
self,
|
|
6109
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCluster.UpgradePolicyProperty"]],
|
|
6110
|
+
) -> None:
|
|
6111
|
+
if __debug__:
|
|
6112
|
+
type_hints = typing.get_type_hints(_typecheckingstub__877948a2bf4549e042b17570af8e5dd5d247428b7baca13d83a600f308601333)
|
|
6113
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6114
|
+
jsii.set(self, "upgradePolicy", value) # pyright: ignore[reportArgumentType]
|
|
6091
6115
|
|
|
6092
6116
|
@builtins.property
|
|
6093
6117
|
@jsii.member(jsii_name="version")
|
|
@@ -6100,7 +6124,7 @@ class CfnCluster(
|
|
|
6100
6124
|
if __debug__:
|
|
6101
6125
|
type_hints = typing.get_type_hints(_typecheckingstub__b02d8ac6f71535d635ac9b6a00c5e6c427f81f7fd71264c11d7353d212085e7a)
|
|
6102
6126
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6103
|
-
jsii.set(self, "version", value)
|
|
6127
|
+
jsii.set(self, "version", value) # pyright: ignore[reportArgumentType]
|
|
6104
6128
|
|
|
6105
6129
|
@jsii.data_type(
|
|
6106
6130
|
jsii_type="aws-cdk-lib.aws_eks.CfnCluster.AccessConfigProperty",
|
|
@@ -6906,6 +6930,61 @@ class CfnCluster(
|
|
|
6906
6930
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
6907
6931
|
)
|
|
6908
6932
|
|
|
6933
|
+
@jsii.data_type(
|
|
6934
|
+
jsii_type="aws-cdk-lib.aws_eks.CfnCluster.UpgradePolicyProperty",
|
|
6935
|
+
jsii_struct_bases=[],
|
|
6936
|
+
name_mapping={"support_type": "supportType"},
|
|
6937
|
+
)
|
|
6938
|
+
class UpgradePolicyProperty:
|
|
6939
|
+
def __init__(
|
|
6940
|
+
self,
|
|
6941
|
+
*,
|
|
6942
|
+
support_type: typing.Optional[builtins.str] = None,
|
|
6943
|
+
) -> None:
|
|
6944
|
+
'''An object representing the Upgrade Policy to use for the cluster.
|
|
6945
|
+
|
|
6946
|
+
:param support_type: Specify the support type for your cluster.
|
|
6947
|
+
|
|
6948
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-upgradepolicy.html
|
|
6949
|
+
:exampleMetadata: fixture=_generated
|
|
6950
|
+
|
|
6951
|
+
Example::
|
|
6952
|
+
|
|
6953
|
+
# The code below shows an example of how to instantiate this type.
|
|
6954
|
+
# The values are placeholders you should change.
|
|
6955
|
+
from aws_cdk import aws_eks as eks
|
|
6956
|
+
|
|
6957
|
+
upgrade_policy_property = eks.CfnCluster.UpgradePolicyProperty(
|
|
6958
|
+
support_type="supportType"
|
|
6959
|
+
)
|
|
6960
|
+
'''
|
|
6961
|
+
if __debug__:
|
|
6962
|
+
type_hints = typing.get_type_hints(_typecheckingstub__86073c3bbbda3151a59b8c04b7d831693a2bba55bb8a817197ab0618c69197b6)
|
|
6963
|
+
check_type(argname="argument support_type", value=support_type, expected_type=type_hints["support_type"])
|
|
6964
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
6965
|
+
if support_type is not None:
|
|
6966
|
+
self._values["support_type"] = support_type
|
|
6967
|
+
|
|
6968
|
+
@builtins.property
|
|
6969
|
+
def support_type(self) -> typing.Optional[builtins.str]:
|
|
6970
|
+
'''Specify the support type for your cluster.
|
|
6971
|
+
|
|
6972
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-upgradepolicy.html#cfn-eks-cluster-upgradepolicy-supporttype
|
|
6973
|
+
'''
|
|
6974
|
+
result = self._values.get("support_type")
|
|
6975
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6976
|
+
|
|
6977
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
6978
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
6979
|
+
|
|
6980
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
6981
|
+
return not (rhs == self)
|
|
6982
|
+
|
|
6983
|
+
def __repr__(self) -> str:
|
|
6984
|
+
return "UpgradePolicyProperty(%s)" % ", ".join(
|
|
6985
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
6986
|
+
)
|
|
6987
|
+
|
|
6909
6988
|
|
|
6910
6989
|
@jsii.data_type(
|
|
6911
6990
|
jsii_type="aws-cdk-lib.aws_eks.CfnClusterProps",
|
|
@@ -6921,6 +7000,7 @@ class CfnCluster(
|
|
|
6921
7000
|
"name": "name",
|
|
6922
7001
|
"outpost_config": "outpostConfig",
|
|
6923
7002
|
"tags": "tags",
|
|
7003
|
+
"upgrade_policy": "upgradePolicy",
|
|
6924
7004
|
"version": "version",
|
|
6925
7005
|
},
|
|
6926
7006
|
)
|
|
@@ -6938,6 +7018,7 @@ class CfnClusterProps:
|
|
|
6938
7018
|
name: typing.Optional[builtins.str] = None,
|
|
6939
7019
|
outpost_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.OutpostConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6940
7020
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7021
|
+
upgrade_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.UpgradePolicyProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6941
7022
|
version: typing.Optional[builtins.str] = None,
|
|
6942
7023
|
) -> None:
|
|
6943
7024
|
'''Properties for defining a ``CfnCluster``.
|
|
@@ -6952,6 +7033,7 @@ class CfnClusterProps:
|
|
|
6952
7033
|
:param name: The unique name to give to your cluster.
|
|
6953
7034
|
:param outpost_config: An object representing the configuration of your local Amazon EKS cluster on an AWS Outpost. This object isn't available for clusters on the AWS cloud.
|
|
6954
7035
|
:param tags: The metadata that you apply to the cluster to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Cluster tags don't propagate to any other resources associated with the cluster. .. epigraph:: You must have the ``eks:TagResource`` and ``eks:UntagResource`` permissions for your `IAM principal <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html>`_ to manage the AWS CloudFormation stack. If you don't have these permissions, there might be unexpected behavior with stack-level tags propagating to the resource during resource creation and update.
|
|
7036
|
+
:param upgrade_policy: This value indicates if extended support is enabled or disabled for the cluster. `Learn more about EKS Extended Support in the EKS User Guide. <https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html>`_
|
|
6955
7037
|
:param version: The desired Kubernetes version for your cluster. If you don't specify a value here, the default version available in Amazon EKS is used. .. epigraph:: The default version might not be the latest version available.
|
|
6956
7038
|
|
|
6957
7039
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html
|
|
@@ -7013,6 +7095,9 @@ class CfnClusterProps:
|
|
|
7013
7095
|
key="key",
|
|
7014
7096
|
value="value"
|
|
7015
7097
|
)],
|
|
7098
|
+
upgrade_policy=eks.CfnCluster.UpgradePolicyProperty(
|
|
7099
|
+
support_type="supportType"
|
|
7100
|
+
),
|
|
7016
7101
|
version="version"
|
|
7017
7102
|
)
|
|
7018
7103
|
'''
|
|
@@ -7028,6 +7113,7 @@ class CfnClusterProps:
|
|
|
7028
7113
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
7029
7114
|
check_type(argname="argument outpost_config", value=outpost_config, expected_type=type_hints["outpost_config"])
|
|
7030
7115
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
7116
|
+
check_type(argname="argument upgrade_policy", value=upgrade_policy, expected_type=type_hints["upgrade_policy"])
|
|
7031
7117
|
check_type(argname="argument version", value=version, expected_type=type_hints["version"])
|
|
7032
7118
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
7033
7119
|
"resources_vpc_config": resources_vpc_config,
|
|
@@ -7049,6 +7135,8 @@ class CfnClusterProps:
|
|
|
7049
7135
|
self._values["outpost_config"] = outpost_config
|
|
7050
7136
|
if tags is not None:
|
|
7051
7137
|
self._values["tags"] = tags
|
|
7138
|
+
if upgrade_policy is not None:
|
|
7139
|
+
self._values["upgrade_policy"] = upgrade_policy
|
|
7052
7140
|
if version is not None:
|
|
7053
7141
|
self._values["version"] = version
|
|
7054
7142
|
|
|
@@ -7173,6 +7261,19 @@ class CfnClusterProps:
|
|
|
7173
7261
|
result = self._values.get("tags")
|
|
7174
7262
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
7175
7263
|
|
|
7264
|
+
@builtins.property
|
|
7265
|
+
def upgrade_policy(
|
|
7266
|
+
self,
|
|
7267
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCluster.UpgradePolicyProperty]]:
|
|
7268
|
+
'''This value indicates if extended support is enabled or disabled for the cluster.
|
|
7269
|
+
|
|
7270
|
+
`Learn more about EKS Extended Support in the EKS User Guide. <https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html>`_
|
|
7271
|
+
|
|
7272
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-upgradepolicy
|
|
7273
|
+
'''
|
|
7274
|
+
result = self._values.get("upgrade_policy")
|
|
7275
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCluster.UpgradePolicyProperty]], result)
|
|
7276
|
+
|
|
7176
7277
|
@builtins.property
|
|
7177
7278
|
def version(self) -> typing.Optional[builtins.str]:
|
|
7178
7279
|
'''The desired Kubernetes version for your cluster.
|
|
@@ -7350,7 +7451,7 @@ class CfnFargateProfile(
|
|
|
7350
7451
|
if __debug__:
|
|
7351
7452
|
type_hints = typing.get_type_hints(_typecheckingstub__67c0af53421929d46be84728da3b0c110c22a4c1524b69d145f4b40578d660a1)
|
|
7352
7453
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7353
|
-
jsii.set(self, "clusterName", value)
|
|
7454
|
+
jsii.set(self, "clusterName", value) # pyright: ignore[reportArgumentType]
|
|
7354
7455
|
|
|
7355
7456
|
@builtins.property
|
|
7356
7457
|
@jsii.member(jsii_name="podExecutionRoleArn")
|
|
@@ -7363,7 +7464,7 @@ class CfnFargateProfile(
|
|
|
7363
7464
|
if __debug__:
|
|
7364
7465
|
type_hints = typing.get_type_hints(_typecheckingstub__0898914ea4216cb0612ddbbd8ae321af052b066ed58f2de99ea8cb26e78b3564)
|
|
7365
7466
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7366
|
-
jsii.set(self, "podExecutionRoleArn", value)
|
|
7467
|
+
jsii.set(self, "podExecutionRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
7367
7468
|
|
|
7368
7469
|
@builtins.property
|
|
7369
7470
|
@jsii.member(jsii_name="selectors")
|
|
@@ -7381,7 +7482,7 @@ class CfnFargateProfile(
|
|
|
7381
7482
|
if __debug__:
|
|
7382
7483
|
type_hints = typing.get_type_hints(_typecheckingstub__3467e37d13629d1721d8e96f13c9b469fdaf5eb821e204838ae461e856021d34)
|
|
7383
7484
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7384
|
-
jsii.set(self, "selectors", value)
|
|
7485
|
+
jsii.set(self, "selectors", value) # pyright: ignore[reportArgumentType]
|
|
7385
7486
|
|
|
7386
7487
|
@builtins.property
|
|
7387
7488
|
@jsii.member(jsii_name="fargateProfileName")
|
|
@@ -7394,7 +7495,7 @@ class CfnFargateProfile(
|
|
|
7394
7495
|
if __debug__:
|
|
7395
7496
|
type_hints = typing.get_type_hints(_typecheckingstub__52c64967dbf24e58f449238fa9259bd8892dadc64bcf87d5d998efb9efbf9596)
|
|
7396
7497
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7397
|
-
jsii.set(self, "fargateProfileName", value)
|
|
7498
|
+
jsii.set(self, "fargateProfileName", value) # pyright: ignore[reportArgumentType]
|
|
7398
7499
|
|
|
7399
7500
|
@builtins.property
|
|
7400
7501
|
@jsii.member(jsii_name="subnets")
|
|
@@ -7407,7 +7508,7 @@ class CfnFargateProfile(
|
|
|
7407
7508
|
if __debug__:
|
|
7408
7509
|
type_hints = typing.get_type_hints(_typecheckingstub__03bcf21600a97aafc8e6d8376599c773b37b4c36c562644eaaa8ec11bee5dab6)
|
|
7409
7510
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7410
|
-
jsii.set(self, "subnets", value)
|
|
7511
|
+
jsii.set(self, "subnets", value) # pyright: ignore[reportArgumentType]
|
|
7411
7512
|
|
|
7412
7513
|
@builtins.property
|
|
7413
7514
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -7420,7 +7521,7 @@ class CfnFargateProfile(
|
|
|
7420
7521
|
if __debug__:
|
|
7421
7522
|
type_hints = typing.get_type_hints(_typecheckingstub__93fe5db83ef1635270c7973406a7644b19576f909eda3840d06be03d3182d9aa)
|
|
7422
7523
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7423
|
-
jsii.set(self, "tagsRaw", value)
|
|
7524
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
7424
7525
|
|
|
7425
7526
|
@jsii.data_type(
|
|
7426
7527
|
jsii_type="aws-cdk-lib.aws_eks.CfnFargateProfile.LabelProperty",
|
|
@@ -7873,7 +7974,7 @@ class CfnIdentityProviderConfig(
|
|
|
7873
7974
|
if __debug__:
|
|
7874
7975
|
type_hints = typing.get_type_hints(_typecheckingstub__6f1edfdd1a019d81346000b97e8efa1ff85d5a87672d59b6da96ffe29a83bebf)
|
|
7875
7976
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7876
|
-
jsii.set(self, "clusterName", value)
|
|
7977
|
+
jsii.set(self, "clusterName", value) # pyright: ignore[reportArgumentType]
|
|
7877
7978
|
|
|
7878
7979
|
@builtins.property
|
|
7879
7980
|
@jsii.member(jsii_name="type")
|
|
@@ -7886,7 +7987,7 @@ class CfnIdentityProviderConfig(
|
|
|
7886
7987
|
if __debug__:
|
|
7887
7988
|
type_hints = typing.get_type_hints(_typecheckingstub__ee09b440e3a44fe78f165402158b981b9ea03938b33dcb754948e432f6231789)
|
|
7888
7989
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7889
|
-
jsii.set(self, "type", value)
|
|
7990
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
7890
7991
|
|
|
7891
7992
|
@builtins.property
|
|
7892
7993
|
@jsii.member(jsii_name="identityProviderConfigName")
|
|
@@ -7902,7 +8003,7 @@ class CfnIdentityProviderConfig(
|
|
|
7902
8003
|
if __debug__:
|
|
7903
8004
|
type_hints = typing.get_type_hints(_typecheckingstub__61ed3819d1ad5446bf8deef67e4587b9fb5317ad3756afebd93604eb9b6beb96)
|
|
7904
8005
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7905
|
-
jsii.set(self, "identityProviderConfigName", value)
|
|
8006
|
+
jsii.set(self, "identityProviderConfigName", value) # pyright: ignore[reportArgumentType]
|
|
7906
8007
|
|
|
7907
8008
|
@builtins.property
|
|
7908
8009
|
@jsii.member(jsii_name="oidc")
|
|
@@ -7920,7 +8021,7 @@ class CfnIdentityProviderConfig(
|
|
|
7920
8021
|
if __debug__:
|
|
7921
8022
|
type_hints = typing.get_type_hints(_typecheckingstub__b3cbe654a8630cea4fa1389f38c348cf1618c501d058aa09878d216f3bc8d816)
|
|
7922
8023
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7923
|
-
jsii.set(self, "oidc", value)
|
|
8024
|
+
jsii.set(self, "oidc", value) # pyright: ignore[reportArgumentType]
|
|
7924
8025
|
|
|
7925
8026
|
@builtins.property
|
|
7926
8027
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -7933,7 +8034,7 @@ class CfnIdentityProviderConfig(
|
|
|
7933
8034
|
if __debug__:
|
|
7934
8035
|
type_hints = typing.get_type_hints(_typecheckingstub__67379d77a7e93ae2068934f518398b760115c19c314ddb0ce7aff1f3c0dfdb24)
|
|
7935
8036
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7936
|
-
jsii.set(self, "tagsRaw", value)
|
|
8037
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
7937
8038
|
|
|
7938
8039
|
@jsii.data_type(
|
|
7939
8040
|
jsii_type="aws-cdk-lib.aws_eks.CfnIdentityProviderConfig.OidcIdentityProviderConfigProperty",
|
|
@@ -8553,7 +8654,7 @@ class CfnNodegroup(
|
|
|
8553
8654
|
if __debug__:
|
|
8554
8655
|
type_hints = typing.get_type_hints(_typecheckingstub__329bcf82464d6a9c568249464ff57d3b274cb5ad910619278bdffcc807095f6e)
|
|
8555
8656
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8556
|
-
jsii.set(self, "clusterName", value)
|
|
8657
|
+
jsii.set(self, "clusterName", value) # pyright: ignore[reportArgumentType]
|
|
8557
8658
|
|
|
8558
8659
|
@builtins.property
|
|
8559
8660
|
@jsii.member(jsii_name="nodeRole")
|
|
@@ -8566,7 +8667,7 @@ class CfnNodegroup(
|
|
|
8566
8667
|
if __debug__:
|
|
8567
8668
|
type_hints = typing.get_type_hints(_typecheckingstub__467ca0d8c05cf0da6447c7ff6f0041c9de68fa584c110ab5415ef4445f50989b)
|
|
8568
8669
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8569
|
-
jsii.set(self, "nodeRole", value)
|
|
8670
|
+
jsii.set(self, "nodeRole", value) # pyright: ignore[reportArgumentType]
|
|
8570
8671
|
|
|
8571
8672
|
@builtins.property
|
|
8572
8673
|
@jsii.member(jsii_name="subnets")
|
|
@@ -8579,7 +8680,7 @@ class CfnNodegroup(
|
|
|
8579
8680
|
if __debug__:
|
|
8580
8681
|
type_hints = typing.get_type_hints(_typecheckingstub__a1044111401adec5b1ee9395d5c43c39358192850ffc1a6609ff114e5f131dff)
|
|
8581
8682
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8582
|
-
jsii.set(self, "subnets", value)
|
|
8683
|
+
jsii.set(self, "subnets", value) # pyright: ignore[reportArgumentType]
|
|
8583
8684
|
|
|
8584
8685
|
@builtins.property
|
|
8585
8686
|
@jsii.member(jsii_name="amiType")
|
|
@@ -8592,7 +8693,7 @@ class CfnNodegroup(
|
|
|
8592
8693
|
if __debug__:
|
|
8593
8694
|
type_hints = typing.get_type_hints(_typecheckingstub__f36a5e9b2e583fba8ca22f2ea52e76686b1f69526eb390cab382cf44c0ba644b)
|
|
8594
8695
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8595
|
-
jsii.set(self, "amiType", value)
|
|
8696
|
+
jsii.set(self, "amiType", value) # pyright: ignore[reportArgumentType]
|
|
8596
8697
|
|
|
8597
8698
|
@builtins.property
|
|
8598
8699
|
@jsii.member(jsii_name="capacityType")
|
|
@@ -8605,7 +8706,7 @@ class CfnNodegroup(
|
|
|
8605
8706
|
if __debug__:
|
|
8606
8707
|
type_hints = typing.get_type_hints(_typecheckingstub__c6c720be1e59b98ec3e40b47c8f3cc04d3280bef9ba638e855a6888c777fe157)
|
|
8607
8708
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8608
|
-
jsii.set(self, "capacityType", value)
|
|
8709
|
+
jsii.set(self, "capacityType", value) # pyright: ignore[reportArgumentType]
|
|
8609
8710
|
|
|
8610
8711
|
@builtins.property
|
|
8611
8712
|
@jsii.member(jsii_name="diskSize")
|
|
@@ -8618,7 +8719,7 @@ class CfnNodegroup(
|
|
|
8618
8719
|
if __debug__:
|
|
8619
8720
|
type_hints = typing.get_type_hints(_typecheckingstub__3516f16c81673ae72899d2c96f98e95ae2e5abd57afd40b83d7a1435ed459d27)
|
|
8620
8721
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8621
|
-
jsii.set(self, "diskSize", value)
|
|
8722
|
+
jsii.set(self, "diskSize", value) # pyright: ignore[reportArgumentType]
|
|
8622
8723
|
|
|
8623
8724
|
@builtins.property
|
|
8624
8725
|
@jsii.member(jsii_name="forceUpdateEnabled")
|
|
@@ -8636,7 +8737,7 @@ class CfnNodegroup(
|
|
|
8636
8737
|
if __debug__:
|
|
8637
8738
|
type_hints = typing.get_type_hints(_typecheckingstub__7cce0ad9b5b51aaeaa6d678d457aa515ac721bcdd6f2676cca34a3fb307a858b)
|
|
8638
8739
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8639
|
-
jsii.set(self, "forceUpdateEnabled", value)
|
|
8740
|
+
jsii.set(self, "forceUpdateEnabled", value) # pyright: ignore[reportArgumentType]
|
|
8640
8741
|
|
|
8641
8742
|
@builtins.property
|
|
8642
8743
|
@jsii.member(jsii_name="instanceTypes")
|
|
@@ -8649,7 +8750,7 @@ class CfnNodegroup(
|
|
|
8649
8750
|
if __debug__:
|
|
8650
8751
|
type_hints = typing.get_type_hints(_typecheckingstub__d7945a05c2376d70b30fc28a96959abf6f7e23d90fd6e700764137f4b551604d)
|
|
8651
8752
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8652
|
-
jsii.set(self, "instanceTypes", value)
|
|
8753
|
+
jsii.set(self, "instanceTypes", value) # pyright: ignore[reportArgumentType]
|
|
8653
8754
|
|
|
8654
8755
|
@builtins.property
|
|
8655
8756
|
@jsii.member(jsii_name="labels")
|
|
@@ -8667,7 +8768,7 @@ class CfnNodegroup(
|
|
|
8667
8768
|
if __debug__:
|
|
8668
8769
|
type_hints = typing.get_type_hints(_typecheckingstub__bfdcdc90e2da680bcf24a101a162039fcfa5c8ddbf5eae9a97a45451dc10a0e1)
|
|
8669
8770
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8670
|
-
jsii.set(self, "labels", value)
|
|
8771
|
+
jsii.set(self, "labels", value) # pyright: ignore[reportArgumentType]
|
|
8671
8772
|
|
|
8672
8773
|
@builtins.property
|
|
8673
8774
|
@jsii.member(jsii_name="launchTemplate")
|
|
@@ -8685,7 +8786,7 @@ class CfnNodegroup(
|
|
|
8685
8786
|
if __debug__:
|
|
8686
8787
|
type_hints = typing.get_type_hints(_typecheckingstub__f986a2a8b814558b87814aecfa28259e5d1b52be1fde18a8f0252c4f20b20b44)
|
|
8687
8788
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8688
|
-
jsii.set(self, "launchTemplate", value)
|
|
8789
|
+
jsii.set(self, "launchTemplate", value) # pyright: ignore[reportArgumentType]
|
|
8689
8790
|
|
|
8690
8791
|
@builtins.property
|
|
8691
8792
|
@jsii.member(jsii_name="nodegroupName")
|
|
@@ -8698,7 +8799,7 @@ class CfnNodegroup(
|
|
|
8698
8799
|
if __debug__:
|
|
8699
8800
|
type_hints = typing.get_type_hints(_typecheckingstub__4f424c6e7f54a85ddc7d4750a4a59bfb7f9e1faed7e8263996db88acd70c2546)
|
|
8700
8801
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8701
|
-
jsii.set(self, "nodegroupName", value)
|
|
8802
|
+
jsii.set(self, "nodegroupName", value) # pyright: ignore[reportArgumentType]
|
|
8702
8803
|
|
|
8703
8804
|
@builtins.property
|
|
8704
8805
|
@jsii.member(jsii_name="releaseVersion")
|
|
@@ -8711,7 +8812,7 @@ class CfnNodegroup(
|
|
|
8711
8812
|
if __debug__:
|
|
8712
8813
|
type_hints = typing.get_type_hints(_typecheckingstub__8d0a201b4d5113f2762fa5568ac8994d40e377b014ef0043d75172492c9679fa)
|
|
8713
8814
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8714
|
-
jsii.set(self, "releaseVersion", value)
|
|
8815
|
+
jsii.set(self, "releaseVersion", value) # pyright: ignore[reportArgumentType]
|
|
8715
8816
|
|
|
8716
8817
|
@builtins.property
|
|
8717
8818
|
@jsii.member(jsii_name="remoteAccess")
|
|
@@ -8729,7 +8830,7 @@ class CfnNodegroup(
|
|
|
8729
8830
|
if __debug__:
|
|
8730
8831
|
type_hints = typing.get_type_hints(_typecheckingstub__2306ea427981e78be59e04448bcf0d6eacd69ff104d5df09fcb847b77a2903c8)
|
|
8731
8832
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8732
|
-
jsii.set(self, "remoteAccess", value)
|
|
8833
|
+
jsii.set(self, "remoteAccess", value) # pyright: ignore[reportArgumentType]
|
|
8733
8834
|
|
|
8734
8835
|
@builtins.property
|
|
8735
8836
|
@jsii.member(jsii_name="scalingConfig")
|
|
@@ -8747,7 +8848,7 @@ class CfnNodegroup(
|
|
|
8747
8848
|
if __debug__:
|
|
8748
8849
|
type_hints = typing.get_type_hints(_typecheckingstub__9a5e379ed1faa0fad6a31a3083279e1b70d6e65ab0aeb2918f33039ee9868e7c)
|
|
8749
8850
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8750
|
-
jsii.set(self, "scalingConfig", value)
|
|
8851
|
+
jsii.set(self, "scalingConfig", value) # pyright: ignore[reportArgumentType]
|
|
8751
8852
|
|
|
8752
8853
|
@builtins.property
|
|
8753
8854
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -8763,7 +8864,7 @@ class CfnNodegroup(
|
|
|
8763
8864
|
if __debug__:
|
|
8764
8865
|
type_hints = typing.get_type_hints(_typecheckingstub__94ec64dc986623100a074c1a0c77742b6dd8af77e4a7b1b62cafec394cf8e03e)
|
|
8765
8866
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8766
|
-
jsii.set(self, "tagsRaw", value)
|
|
8867
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
8767
8868
|
|
|
8768
8869
|
@builtins.property
|
|
8769
8870
|
@jsii.member(jsii_name="taints")
|
|
@@ -8781,7 +8882,7 @@ class CfnNodegroup(
|
|
|
8781
8882
|
if __debug__:
|
|
8782
8883
|
type_hints = typing.get_type_hints(_typecheckingstub__2a536373a8cd2abd0a608e8b4018137f75247b8cfdc1d5dd505b555e1f8679d4)
|
|
8783
8884
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8784
|
-
jsii.set(self, "taints", value)
|
|
8885
|
+
jsii.set(self, "taints", value) # pyright: ignore[reportArgumentType]
|
|
8785
8886
|
|
|
8786
8887
|
@builtins.property
|
|
8787
8888
|
@jsii.member(jsii_name="updateConfig")
|
|
@@ -8799,7 +8900,7 @@ class CfnNodegroup(
|
|
|
8799
8900
|
if __debug__:
|
|
8800
8901
|
type_hints = typing.get_type_hints(_typecheckingstub__a91d7f81c1a3c53f8f75a4727dbdc4bdd123a517aa6a6faa4540c448309ab792)
|
|
8801
8902
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8802
|
-
jsii.set(self, "updateConfig", value)
|
|
8903
|
+
jsii.set(self, "updateConfig", value) # pyright: ignore[reportArgumentType]
|
|
8803
8904
|
|
|
8804
8905
|
@builtins.property
|
|
8805
8906
|
@jsii.member(jsii_name="version")
|
|
@@ -8812,7 +8913,7 @@ class CfnNodegroup(
|
|
|
8812
8913
|
if __debug__:
|
|
8813
8914
|
type_hints = typing.get_type_hints(_typecheckingstub__7c7b5dd411ee27c14eb459522efe494a08bd3f2592d384283dbbcc7a5c3e8834)
|
|
8814
8915
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8815
|
-
jsii.set(self, "version", value)
|
|
8916
|
+
jsii.set(self, "version", value) # pyright: ignore[reportArgumentType]
|
|
8816
8917
|
|
|
8817
8918
|
@jsii.data_type(
|
|
8818
8919
|
jsii_type="aws-cdk-lib.aws_eks.CfnNodegroup.LaunchTemplateSpecificationProperty",
|
|
@@ -9797,7 +9898,7 @@ class CfnPodIdentityAssociation(
|
|
|
9797
9898
|
if __debug__:
|
|
9798
9899
|
type_hints = typing.get_type_hints(_typecheckingstub__1b2143669c4f5de45fe1227ae8c525fd924072b1aeaecb67e1334b0f293ce9bb)
|
|
9799
9900
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9800
|
-
jsii.set(self, "clusterName", value)
|
|
9901
|
+
jsii.set(self, "clusterName", value) # pyright: ignore[reportArgumentType]
|
|
9801
9902
|
|
|
9802
9903
|
@builtins.property
|
|
9803
9904
|
@jsii.member(jsii_name="namespace")
|
|
@@ -9810,7 +9911,7 @@ class CfnPodIdentityAssociation(
|
|
|
9810
9911
|
if __debug__:
|
|
9811
9912
|
type_hints = typing.get_type_hints(_typecheckingstub__d926eb0433042c883c2612bd63954350831d0e2bc0b93accd3707ab8375f1288)
|
|
9812
9913
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9813
|
-
jsii.set(self, "namespace", value)
|
|
9914
|
+
jsii.set(self, "namespace", value) # pyright: ignore[reportArgumentType]
|
|
9814
9915
|
|
|
9815
9916
|
@builtins.property
|
|
9816
9917
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -9823,7 +9924,7 @@ class CfnPodIdentityAssociation(
|
|
|
9823
9924
|
if __debug__:
|
|
9824
9925
|
type_hints = typing.get_type_hints(_typecheckingstub__1bb4ff18d6b0174e9d12bd2098a77eaabd9d96392e92da7e0fe1521109814e7d)
|
|
9825
9926
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9826
|
-
jsii.set(self, "roleArn", value)
|
|
9927
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
9827
9928
|
|
|
9828
9929
|
@builtins.property
|
|
9829
9930
|
@jsii.member(jsii_name="serviceAccount")
|
|
@@ -9836,7 +9937,7 @@ class CfnPodIdentityAssociation(
|
|
|
9836
9937
|
if __debug__:
|
|
9837
9938
|
type_hints = typing.get_type_hints(_typecheckingstub__ea3bb34348aff57e29a5352e7460510bda8dd51720dbf7d275297137fb59e6c1)
|
|
9838
9939
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9839
|
-
jsii.set(self, "serviceAccount", value)
|
|
9940
|
+
jsii.set(self, "serviceAccount", value) # pyright: ignore[reportArgumentType]
|
|
9840
9941
|
|
|
9841
9942
|
@builtins.property
|
|
9842
9943
|
@jsii.member(jsii_name="tags")
|
|
@@ -9849,7 +9950,7 @@ class CfnPodIdentityAssociation(
|
|
|
9849
9950
|
if __debug__:
|
|
9850
9951
|
type_hints = typing.get_type_hints(_typecheckingstub__b0e0a0551adefc10761733af04b8c51e7dad6b483be9252882ecff10539c7dcc)
|
|
9851
9952
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
9852
|
-
jsii.set(self, "tags", value)
|
|
9953
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
9853
9954
|
|
|
9854
9955
|
|
|
9855
9956
|
@jsii.data_type(
|
|
@@ -20330,6 +20431,7 @@ def _typecheckingstub__d3e62a858014f3867f3039d1328d57223fb0d16e3fb6d1e2d79279938
|
|
|
20330
20431
|
name: typing.Optional[builtins.str] = None,
|
|
20331
20432
|
outpost_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.OutpostConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
20332
20433
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
20434
|
+
upgrade_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.UpgradePolicyProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
20333
20435
|
version: typing.Optional[builtins.str] = None,
|
|
20334
20436
|
) -> None:
|
|
20335
20437
|
"""Type checking stubs"""
|
|
@@ -20407,6 +20509,12 @@ def _typecheckingstub__201bfcb16f7ebd474e1c66a732f38f2234c0211f4a0ed45e7caebec7a
|
|
|
20407
20509
|
"""Type checking stubs"""
|
|
20408
20510
|
pass
|
|
20409
20511
|
|
|
20512
|
+
def _typecheckingstub__877948a2bf4549e042b17570af8e5dd5d247428b7baca13d83a600f308601333(
|
|
20513
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCluster.UpgradePolicyProperty]],
|
|
20514
|
+
) -> None:
|
|
20515
|
+
"""Type checking stubs"""
|
|
20516
|
+
pass
|
|
20517
|
+
|
|
20410
20518
|
def _typecheckingstub__b02d8ac6f71535d635ac9b6a00c5e6c427f81f7fd71264c11d7353d212085e7a(
|
|
20411
20519
|
value: typing.Optional[builtins.str],
|
|
20412
20520
|
) -> None:
|
|
@@ -20493,6 +20601,13 @@ def _typecheckingstub__986289b8a80017f390950fa94e8370d9961848f3cf42f347c78c0c91f
|
|
|
20493
20601
|
"""Type checking stubs"""
|
|
20494
20602
|
pass
|
|
20495
20603
|
|
|
20604
|
+
def _typecheckingstub__86073c3bbbda3151a59b8c04b7d831693a2bba55bb8a817197ab0618c69197b6(
|
|
20605
|
+
*,
|
|
20606
|
+
support_type: typing.Optional[builtins.str] = None,
|
|
20607
|
+
) -> None:
|
|
20608
|
+
"""Type checking stubs"""
|
|
20609
|
+
pass
|
|
20610
|
+
|
|
20496
20611
|
def _typecheckingstub__270f142a59c249328ab174c5b0484cfdae6e3110ab52578dbe783d6f8a898e92(
|
|
20497
20612
|
*,
|
|
20498
20613
|
resources_vpc_config: typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.ResourcesVpcConfigProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
@@ -20505,6 +20620,7 @@ def _typecheckingstub__270f142a59c249328ab174c5b0484cfdae6e3110ab52578dbe783d6f8
|
|
|
20505
20620
|
name: typing.Optional[builtins.str] = None,
|
|
20506
20621
|
outpost_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.OutpostConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
20507
20622
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
20623
|
+
upgrade_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.UpgradePolicyProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
20508
20624
|
version: typing.Optional[builtins.str] = None,
|
|
20509
20625
|
) -> None:
|
|
20510
20626
|
"""Type checking stubs"""
|