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
|
@@ -134,7 +134,7 @@ class CfnCustomResource(
|
|
|
134
134
|
if __debug__:
|
|
135
135
|
type_hints = typing.get_type_hints(_typecheckingstub__77951bc16957122471cd48666095011465879476219c4b12cf6a7c2684f5587e)
|
|
136
136
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
137
|
-
jsii.set(self, "serviceToken", value)
|
|
137
|
+
jsii.set(self, "serviceToken", value) # pyright: ignore[reportArgumentType]
|
|
138
138
|
|
|
139
139
|
|
|
140
140
|
@jsii.data_type(
|
|
@@ -304,7 +304,7 @@ class CfnHookDefaultVersion(
|
|
|
304
304
|
if __debug__:
|
|
305
305
|
type_hints = typing.get_type_hints(_typecheckingstub__c985f39fb842ecd8d503cc1ff86e00864e1fc45b5962d3fc9c66a7b136ac654a)
|
|
306
306
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
307
|
-
jsii.set(self, "typeName", value)
|
|
307
|
+
jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
|
|
308
308
|
|
|
309
309
|
@builtins.property
|
|
310
310
|
@jsii.member(jsii_name="typeVersionArn")
|
|
@@ -317,7 +317,7 @@ class CfnHookDefaultVersion(
|
|
|
317
317
|
if __debug__:
|
|
318
318
|
type_hints = typing.get_type_hints(_typecheckingstub__b8fff96e0ddbd71a4aa46a88a0873bb65a9aad21cdec8f8be8016c745e513d99)
|
|
319
319
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
320
|
-
jsii.set(self, "typeVersionArn", value)
|
|
320
|
+
jsii.set(self, "typeVersionArn", value) # pyright: ignore[reportArgumentType]
|
|
321
321
|
|
|
322
322
|
@builtins.property
|
|
323
323
|
@jsii.member(jsii_name="versionId")
|
|
@@ -330,7 +330,7 @@ class CfnHookDefaultVersion(
|
|
|
330
330
|
if __debug__:
|
|
331
331
|
type_hints = typing.get_type_hints(_typecheckingstub__b9f9bb2d06c69bb7ef45feaaed611f94d81b89f367a377c829ab1e52ed8d53a0)
|
|
332
332
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
333
|
-
jsii.set(self, "versionId", value)
|
|
333
|
+
jsii.set(self, "versionId", value) # pyright: ignore[reportArgumentType]
|
|
334
334
|
|
|
335
335
|
|
|
336
336
|
@jsii.data_type(
|
|
@@ -543,7 +543,7 @@ class CfnHookTypeConfig(
|
|
|
543
543
|
if __debug__:
|
|
544
544
|
type_hints = typing.get_type_hints(_typecheckingstub__3847791ddd5530d8a9d2144538417d1a4cf5fb909bd613d41c5905e02d37bb9a)
|
|
545
545
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
546
|
-
jsii.set(self, "configuration", value)
|
|
546
|
+
jsii.set(self, "configuration", value) # pyright: ignore[reportArgumentType]
|
|
547
547
|
|
|
548
548
|
@builtins.property
|
|
549
549
|
@jsii.member(jsii_name="configurationAlias")
|
|
@@ -556,7 +556,7 @@ class CfnHookTypeConfig(
|
|
|
556
556
|
if __debug__:
|
|
557
557
|
type_hints = typing.get_type_hints(_typecheckingstub__649cdf62ea09d9e4b72042f283c05b766e052006f59f2d05f9a6d2eab2ea396a)
|
|
558
558
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
559
|
-
jsii.set(self, "configurationAlias", value)
|
|
559
|
+
jsii.set(self, "configurationAlias", value) # pyright: ignore[reportArgumentType]
|
|
560
560
|
|
|
561
561
|
@builtins.property
|
|
562
562
|
@jsii.member(jsii_name="typeArn")
|
|
@@ -569,7 +569,7 @@ class CfnHookTypeConfig(
|
|
|
569
569
|
if __debug__:
|
|
570
570
|
type_hints = typing.get_type_hints(_typecheckingstub__b787dd89e7baba7e0a6ac2766dafcb836d4d6e45724a95c5ca1fdbd30ebd66b1)
|
|
571
571
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
572
|
-
jsii.set(self, "typeArn", value)
|
|
572
|
+
jsii.set(self, "typeArn", value) # pyright: ignore[reportArgumentType]
|
|
573
573
|
|
|
574
574
|
@builtins.property
|
|
575
575
|
@jsii.member(jsii_name="typeName")
|
|
@@ -582,7 +582,7 @@ class CfnHookTypeConfig(
|
|
|
582
582
|
if __debug__:
|
|
583
583
|
type_hints = typing.get_type_hints(_typecheckingstub__84b67709252725d1f5ed0113558f6ddd94c0f17e7aadee85cf241f59a8eb5585)
|
|
584
584
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
585
|
-
jsii.set(self, "typeName", value)
|
|
585
|
+
jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
|
|
586
586
|
|
|
587
587
|
|
|
588
588
|
@jsii.data_type(
|
|
@@ -864,7 +864,7 @@ class CfnHookVersion(
|
|
|
864
864
|
if __debug__:
|
|
865
865
|
type_hints = typing.get_type_hints(_typecheckingstub__0efb96dfc84b17d40a50018cd6d23e3c296865fd07b6996b365c17a092ce873c)
|
|
866
866
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
867
|
-
jsii.set(self, "schemaHandlerPackage", value)
|
|
867
|
+
jsii.set(self, "schemaHandlerPackage", value) # pyright: ignore[reportArgumentType]
|
|
868
868
|
|
|
869
869
|
@builtins.property
|
|
870
870
|
@jsii.member(jsii_name="typeName")
|
|
@@ -877,7 +877,7 @@ class CfnHookVersion(
|
|
|
877
877
|
if __debug__:
|
|
878
878
|
type_hints = typing.get_type_hints(_typecheckingstub__30df538b23952e625e940e55d9e80b1642e22eea6fc3b3850d26f16b544d134d)
|
|
879
879
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
880
|
-
jsii.set(self, "typeName", value)
|
|
880
|
+
jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
|
|
881
881
|
|
|
882
882
|
@builtins.property
|
|
883
883
|
@jsii.member(jsii_name="executionRoleArn")
|
|
@@ -890,7 +890,7 @@ class CfnHookVersion(
|
|
|
890
890
|
if __debug__:
|
|
891
891
|
type_hints = typing.get_type_hints(_typecheckingstub__2cb4f09410ca3ef9c85888607e8ac924121a6fe32ab21f62e93aa2cc02b1130a)
|
|
892
892
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
893
|
-
jsii.set(self, "executionRoleArn", value)
|
|
893
|
+
jsii.set(self, "executionRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
894
894
|
|
|
895
895
|
@builtins.property
|
|
896
896
|
@jsii.member(jsii_name="loggingConfig")
|
|
@@ -908,7 +908,7 @@ class CfnHookVersion(
|
|
|
908
908
|
if __debug__:
|
|
909
909
|
type_hints = typing.get_type_hints(_typecheckingstub__2b1199d24d006c1117662bdfbc72f2cbbbd5b4d4138b339988fd36100745a337)
|
|
910
910
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
911
|
-
jsii.set(self, "loggingConfig", value)
|
|
911
|
+
jsii.set(self, "loggingConfig", value) # pyright: ignore[reportArgumentType]
|
|
912
912
|
|
|
913
913
|
@jsii.data_type(
|
|
914
914
|
jsii_type="aws-cdk-lib.aws_cloudformation.CfnHookVersion.LoggingConfigProperty",
|
|
@@ -1232,7 +1232,7 @@ class CfnMacro(
|
|
|
1232
1232
|
if __debug__:
|
|
1233
1233
|
type_hints = typing.get_type_hints(_typecheckingstub__6b0da3fdeddad952c3d568e3ccfa62b9e1071259fd408795b5efbd74d57e4638)
|
|
1234
1234
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1235
|
-
jsii.set(self, "functionName", value)
|
|
1235
|
+
jsii.set(self, "functionName", value) # pyright: ignore[reportArgumentType]
|
|
1236
1236
|
|
|
1237
1237
|
@builtins.property
|
|
1238
1238
|
@jsii.member(jsii_name="name")
|
|
@@ -1245,7 +1245,7 @@ class CfnMacro(
|
|
|
1245
1245
|
if __debug__:
|
|
1246
1246
|
type_hints = typing.get_type_hints(_typecheckingstub__d90b36bce3c84920d31c840cdf1935d477a088ab2099260661fa84ff8a860aed)
|
|
1247
1247
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1248
|
-
jsii.set(self, "name", value)
|
|
1248
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1249
1249
|
|
|
1250
1250
|
@builtins.property
|
|
1251
1251
|
@jsii.member(jsii_name="description")
|
|
@@ -1258,7 +1258,7 @@ class CfnMacro(
|
|
|
1258
1258
|
if __debug__:
|
|
1259
1259
|
type_hints = typing.get_type_hints(_typecheckingstub__d119fc672e810bdbbc903e1fd3131af02cfeee73b8d1f69b91281fd849867947)
|
|
1260
1260
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1261
|
-
jsii.set(self, "description", value)
|
|
1261
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1262
1262
|
|
|
1263
1263
|
@builtins.property
|
|
1264
1264
|
@jsii.member(jsii_name="logGroupName")
|
|
@@ -1271,7 +1271,7 @@ class CfnMacro(
|
|
|
1271
1271
|
if __debug__:
|
|
1272
1272
|
type_hints = typing.get_type_hints(_typecheckingstub__f2549852c1e5490496427fcb72c16723fec532a2e82b6f7266d106b423891194)
|
|
1273
1273
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1274
|
-
jsii.set(self, "logGroupName", value)
|
|
1274
|
+
jsii.set(self, "logGroupName", value) # pyright: ignore[reportArgumentType]
|
|
1275
1275
|
|
|
1276
1276
|
@builtins.property
|
|
1277
1277
|
@jsii.member(jsii_name="logRoleArn")
|
|
@@ -1284,7 +1284,7 @@ class CfnMacro(
|
|
|
1284
1284
|
if __debug__:
|
|
1285
1285
|
type_hints = typing.get_type_hints(_typecheckingstub__0f243639cffd7e9711e024007e213cfd4f0a728fdffd3d87d4544108f9615424)
|
|
1286
1286
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1287
|
-
jsii.set(self, "logRoleArn", value)
|
|
1287
|
+
jsii.set(self, "logRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
1288
1288
|
|
|
1289
1289
|
|
|
1290
1290
|
@jsii.data_type(
|
|
@@ -1517,7 +1517,7 @@ class CfnModuleDefaultVersion(
|
|
|
1517
1517
|
if __debug__:
|
|
1518
1518
|
type_hints = typing.get_type_hints(_typecheckingstub__f1951b46878047a0bebb4baa53659dd9872ccb6a4bb32a494795339c0571ba62)
|
|
1519
1519
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1520
|
-
jsii.set(self, "arn", value)
|
|
1520
|
+
jsii.set(self, "arn", value) # pyright: ignore[reportArgumentType]
|
|
1521
1521
|
|
|
1522
1522
|
@builtins.property
|
|
1523
1523
|
@jsii.member(jsii_name="moduleName")
|
|
@@ -1530,7 +1530,7 @@ class CfnModuleDefaultVersion(
|
|
|
1530
1530
|
if __debug__:
|
|
1531
1531
|
type_hints = typing.get_type_hints(_typecheckingstub__6b448aa45d5a1bdb97e2a01807f61b189d67e11631eacdc0cbdba01fc0ca8b5a)
|
|
1532
1532
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1533
|
-
jsii.set(self, "moduleName", value)
|
|
1533
|
+
jsii.set(self, "moduleName", value) # pyright: ignore[reportArgumentType]
|
|
1534
1534
|
|
|
1535
1535
|
@builtins.property
|
|
1536
1536
|
@jsii.member(jsii_name="versionId")
|
|
@@ -1543,7 +1543,7 @@ class CfnModuleDefaultVersion(
|
|
|
1543
1543
|
if __debug__:
|
|
1544
1544
|
type_hints = typing.get_type_hints(_typecheckingstub__c2565d831587a784d43e20ccbd403e1a5b0a41c68a6ea34925b2361aed7757b1)
|
|
1545
1545
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1546
|
-
jsii.set(self, "versionId", value)
|
|
1546
|
+
jsii.set(self, "versionId", value) # pyright: ignore[reportArgumentType]
|
|
1547
1547
|
|
|
1548
1548
|
|
|
1549
1549
|
@jsii.data_type(
|
|
@@ -1823,7 +1823,7 @@ class CfnModuleVersion(
|
|
|
1823
1823
|
if __debug__:
|
|
1824
1824
|
type_hints = typing.get_type_hints(_typecheckingstub__e5ddab8adf20df5c0b192a1c24dff5f7d64b2e7e20fefec44ae32c6caeab6ce1)
|
|
1825
1825
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1826
|
-
jsii.set(self, "moduleName", value)
|
|
1826
|
+
jsii.set(self, "moduleName", value) # pyright: ignore[reportArgumentType]
|
|
1827
1827
|
|
|
1828
1828
|
@builtins.property
|
|
1829
1829
|
@jsii.member(jsii_name="modulePackage")
|
|
@@ -1836,7 +1836,7 @@ class CfnModuleVersion(
|
|
|
1836
1836
|
if __debug__:
|
|
1837
1837
|
type_hints = typing.get_type_hints(_typecheckingstub__d720948c279cd9b12fc9a1cce3d68bd4e92be8876552138cf8bc30bce71b233f)
|
|
1838
1838
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1839
|
-
jsii.set(self, "modulePackage", value)
|
|
1839
|
+
jsii.set(self, "modulePackage", value) # pyright: ignore[reportArgumentType]
|
|
1840
1840
|
|
|
1841
1841
|
|
|
1842
1842
|
@jsii.data_type(
|
|
@@ -2064,7 +2064,7 @@ class CfnPublicTypeVersion(
|
|
|
2064
2064
|
if __debug__:
|
|
2065
2065
|
type_hints = typing.get_type_hints(_typecheckingstub__ef7377cb03089af40e51eb3ff0d703af316eb40432079d1af709f52cd1ddc8d9)
|
|
2066
2066
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2067
|
-
jsii.set(self, "arn", value)
|
|
2067
|
+
jsii.set(self, "arn", value) # pyright: ignore[reportArgumentType]
|
|
2068
2068
|
|
|
2069
2069
|
@builtins.property
|
|
2070
2070
|
@jsii.member(jsii_name="logDeliveryBucket")
|
|
@@ -2077,7 +2077,7 @@ class CfnPublicTypeVersion(
|
|
|
2077
2077
|
if __debug__:
|
|
2078
2078
|
type_hints = typing.get_type_hints(_typecheckingstub__87da3449532bb7cc8ef07cf37320b48e158d2074ac9402065fe2f31b61fe3936)
|
|
2079
2079
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2080
|
-
jsii.set(self, "logDeliveryBucket", value)
|
|
2080
|
+
jsii.set(self, "logDeliveryBucket", value) # pyright: ignore[reportArgumentType]
|
|
2081
2081
|
|
|
2082
2082
|
@builtins.property
|
|
2083
2083
|
@jsii.member(jsii_name="publicVersionNumber")
|
|
@@ -2090,7 +2090,7 @@ class CfnPublicTypeVersion(
|
|
|
2090
2090
|
if __debug__:
|
|
2091
2091
|
type_hints = typing.get_type_hints(_typecheckingstub__f7c6d97beb345173cfda1fd73e5d035568d8ecfbbd833964b8b7a8126f4bc159)
|
|
2092
2092
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2093
|
-
jsii.set(self, "publicVersionNumber", value)
|
|
2093
|
+
jsii.set(self, "publicVersionNumber", value) # pyright: ignore[reportArgumentType]
|
|
2094
2094
|
|
|
2095
2095
|
@builtins.property
|
|
2096
2096
|
@jsii.member(jsii_name="type")
|
|
@@ -2103,7 +2103,7 @@ class CfnPublicTypeVersion(
|
|
|
2103
2103
|
if __debug__:
|
|
2104
2104
|
type_hints = typing.get_type_hints(_typecheckingstub__563ec7c1482c5079e1e9794b3bd4743da435c16cc7a741b9962b2a18f2695515)
|
|
2105
2105
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2106
|
-
jsii.set(self, "type", value)
|
|
2106
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
2107
2107
|
|
|
2108
2108
|
@builtins.property
|
|
2109
2109
|
@jsii.member(jsii_name="typeName")
|
|
@@ -2116,7 +2116,7 @@ class CfnPublicTypeVersion(
|
|
|
2116
2116
|
if __debug__:
|
|
2117
2117
|
type_hints = typing.get_type_hints(_typecheckingstub__0ff64f615236770a749da8c076614d45c7535c8fced5b15461275638cb12afc8)
|
|
2118
2118
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2119
|
-
jsii.set(self, "typeName", value)
|
|
2119
|
+
jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
|
|
2120
2120
|
|
|
2121
2121
|
|
|
2122
2122
|
@jsii.data_type(
|
|
@@ -2410,7 +2410,7 @@ class CfnPublisher(
|
|
|
2410
2410
|
if __debug__:
|
|
2411
2411
|
type_hints = typing.get_type_hints(_typecheckingstub__32926bab93b08cf2b9ba45201d6c17771f4ee56bd0d6ae22c80302acbe88d711)
|
|
2412
2412
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2413
|
-
jsii.set(self, "acceptTermsAndConditions", value)
|
|
2413
|
+
jsii.set(self, "acceptTermsAndConditions", value) # pyright: ignore[reportArgumentType]
|
|
2414
2414
|
|
|
2415
2415
|
@builtins.property
|
|
2416
2416
|
@jsii.member(jsii_name="connectionArn")
|
|
@@ -2423,7 +2423,7 @@ class CfnPublisher(
|
|
|
2423
2423
|
if __debug__:
|
|
2424
2424
|
type_hints = typing.get_type_hints(_typecheckingstub__6543e2603954d96b676b1b073989fa0cd07d298228cd8b4ced57c2fbea3bb0c6)
|
|
2425
2425
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2426
|
-
jsii.set(self, "connectionArn", value)
|
|
2426
|
+
jsii.set(self, "connectionArn", value) # pyright: ignore[reportArgumentType]
|
|
2427
2427
|
|
|
2428
2428
|
|
|
2429
2429
|
@jsii.data_type(
|
|
@@ -2619,7 +2619,7 @@ class CfnResourceDefaultVersion(
|
|
|
2619
2619
|
if __debug__:
|
|
2620
2620
|
type_hints = typing.get_type_hints(_typecheckingstub__718a57bf8de77237fcb8e3a281903144964b40256824b54d8e49919e59709642)
|
|
2621
2621
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2622
|
-
jsii.set(self, "typeName", value)
|
|
2622
|
+
jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
|
|
2623
2623
|
|
|
2624
2624
|
@builtins.property
|
|
2625
2625
|
@jsii.member(jsii_name="typeVersionArn")
|
|
@@ -2632,7 +2632,7 @@ class CfnResourceDefaultVersion(
|
|
|
2632
2632
|
if __debug__:
|
|
2633
2633
|
type_hints = typing.get_type_hints(_typecheckingstub__ab644f676b15f7bed54dcb226d419de1039e4a54d60778895c53f964cc22e036)
|
|
2634
2634
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2635
|
-
jsii.set(self, "typeVersionArn", value)
|
|
2635
|
+
jsii.set(self, "typeVersionArn", value) # pyright: ignore[reportArgumentType]
|
|
2636
2636
|
|
|
2637
2637
|
@builtins.property
|
|
2638
2638
|
@jsii.member(jsii_name="versionId")
|
|
@@ -2645,7 +2645,7 @@ class CfnResourceDefaultVersion(
|
|
|
2645
2645
|
if __debug__:
|
|
2646
2646
|
type_hints = typing.get_type_hints(_typecheckingstub__61966d72d6d53857a7d4531e87d5aa75dd4e47794020bd350a8ad18c4a375b39)
|
|
2647
2647
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2648
|
-
jsii.set(self, "versionId", value)
|
|
2648
|
+
jsii.set(self, "versionId", value) # pyright: ignore[reportArgumentType]
|
|
2649
2649
|
|
|
2650
2650
|
|
|
2651
2651
|
@jsii.data_type(
|
|
@@ -2940,7 +2940,7 @@ class CfnResourceVersion(
|
|
|
2940
2940
|
if __debug__:
|
|
2941
2941
|
type_hints = typing.get_type_hints(_typecheckingstub__6453c003449eb4a7a620fb123fab02f5fe5eda20f32be06eedb8b960f14e5712)
|
|
2942
2942
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2943
|
-
jsii.set(self, "schemaHandlerPackage", value)
|
|
2943
|
+
jsii.set(self, "schemaHandlerPackage", value) # pyright: ignore[reportArgumentType]
|
|
2944
2944
|
|
|
2945
2945
|
@builtins.property
|
|
2946
2946
|
@jsii.member(jsii_name="typeName")
|
|
@@ -2953,7 +2953,7 @@ class CfnResourceVersion(
|
|
|
2953
2953
|
if __debug__:
|
|
2954
2954
|
type_hints = typing.get_type_hints(_typecheckingstub__b0d9e6b661355ce1ff1ffffe546827ed841f6351c4e62546fec58209ff877652)
|
|
2955
2955
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2956
|
-
jsii.set(self, "typeName", value)
|
|
2956
|
+
jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
|
|
2957
2957
|
|
|
2958
2958
|
@builtins.property
|
|
2959
2959
|
@jsii.member(jsii_name="executionRoleArn")
|
|
@@ -2966,7 +2966,7 @@ class CfnResourceVersion(
|
|
|
2966
2966
|
if __debug__:
|
|
2967
2967
|
type_hints = typing.get_type_hints(_typecheckingstub__3f0b504fce536426ab9358d45f97b10ff78e173eefae7559f1499cca14b266df)
|
|
2968
2968
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2969
|
-
jsii.set(self, "executionRoleArn", value)
|
|
2969
|
+
jsii.set(self, "executionRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
2970
2970
|
|
|
2971
2971
|
@builtins.property
|
|
2972
2972
|
@jsii.member(jsii_name="loggingConfig")
|
|
@@ -2984,7 +2984,7 @@ class CfnResourceVersion(
|
|
|
2984
2984
|
if __debug__:
|
|
2985
2985
|
type_hints = typing.get_type_hints(_typecheckingstub__3815df35f78faddb4478e4806caabc98c6e3b931d83cb9b1f05419da5399cb86)
|
|
2986
2986
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2987
|
-
jsii.set(self, "loggingConfig", value)
|
|
2987
|
+
jsii.set(self, "loggingConfig", value) # pyright: ignore[reportArgumentType]
|
|
2988
2988
|
|
|
2989
2989
|
@jsii.data_type(
|
|
2990
2990
|
jsii_type="aws-cdk-lib.aws_cloudformation.CfnResourceVersion.LoggingConfigProperty",
|
|
@@ -3433,7 +3433,7 @@ class CfnStack(
|
|
|
3433
3433
|
if __debug__:
|
|
3434
3434
|
type_hints = typing.get_type_hints(_typecheckingstub__d66d5e1fe390793c13ae8f3762505ddcb7c4e44a03b219a7d65987bc8ac48d68)
|
|
3435
3435
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3436
|
-
jsii.set(self, "notificationArns", value)
|
|
3436
|
+
jsii.set(self, "notificationArns", value) # pyright: ignore[reportArgumentType]
|
|
3437
3437
|
|
|
3438
3438
|
@builtins.property
|
|
3439
3439
|
@jsii.member(jsii_name="parameters")
|
|
@@ -3451,7 +3451,7 @@ class CfnStack(
|
|
|
3451
3451
|
if __debug__:
|
|
3452
3452
|
type_hints = typing.get_type_hints(_typecheckingstub__26855905eda83610dba6ef5eae36ae6d595846a274f432b31c16b01c431139bd)
|
|
3453
3453
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3454
|
-
jsii.set(self, "parameters", value)
|
|
3454
|
+
jsii.set(self, "parameters", value) # pyright: ignore[reportArgumentType]
|
|
3455
3455
|
|
|
3456
3456
|
@builtins.property
|
|
3457
3457
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -3464,7 +3464,7 @@ class CfnStack(
|
|
|
3464
3464
|
if __debug__:
|
|
3465
3465
|
type_hints = typing.get_type_hints(_typecheckingstub__3dd6f2b6a16bc08db2d10b1a6eff5f64991fe724d61645874b4235a7f2816089)
|
|
3466
3466
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3467
|
-
jsii.set(self, "tagsRaw", value)
|
|
3467
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3468
3468
|
|
|
3469
3469
|
@builtins.property
|
|
3470
3470
|
@jsii.member(jsii_name="templateUrl")
|
|
@@ -3477,7 +3477,7 @@ class CfnStack(
|
|
|
3477
3477
|
if __debug__:
|
|
3478
3478
|
type_hints = typing.get_type_hints(_typecheckingstub__3db469b6ac2b6930a53773a7067f28dcbe494d1c4c0aa67dc9ab276d28d07904)
|
|
3479
3479
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3480
|
-
jsii.set(self, "templateUrl", value)
|
|
3480
|
+
jsii.set(self, "templateUrl", value) # pyright: ignore[reportArgumentType]
|
|
3481
3481
|
|
|
3482
3482
|
@builtins.property
|
|
3483
3483
|
@jsii.member(jsii_name="timeoutInMinutes")
|
|
@@ -3490,7 +3490,7 @@ class CfnStack(
|
|
|
3490
3490
|
if __debug__:
|
|
3491
3491
|
type_hints = typing.get_type_hints(_typecheckingstub__2c9f0cec1de29739b017def3b496f6e5bf888854e8a565ee7e2a8695868506eb)
|
|
3492
3492
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3493
|
-
jsii.set(self, "timeoutInMinutes", value)
|
|
3493
|
+
jsii.set(self, "timeoutInMinutes", value) # pyright: ignore[reportArgumentType]
|
|
3494
3494
|
|
|
3495
3495
|
@jsii.data_type(
|
|
3496
3496
|
jsii_type="aws-cdk-lib.aws_cloudformation.CfnStack.OutputProperty",
|
|
@@ -3789,6 +3789,7 @@ class CfnStackSet(
|
|
|
3789
3789
|
execution_role_name="executionRoleName",
|
|
3790
3790
|
managed_execution=managed_execution,
|
|
3791
3791
|
operation_preferences=cloudformation.CfnStackSet.OperationPreferencesProperty(
|
|
3792
|
+
concurrency_mode="concurrencyMode",
|
|
3792
3793
|
failure_tolerance_count=123,
|
|
3793
3794
|
failure_tolerance_percentage=123,
|
|
3794
3795
|
max_concurrent_count=123,
|
|
@@ -3949,7 +3950,7 @@ class CfnStackSet(
|
|
|
3949
3950
|
if __debug__:
|
|
3950
3951
|
type_hints = typing.get_type_hints(_typecheckingstub__af07bb659e1916cfa80a5d7739b21b36137879be79a124fe5e7e5c4b846c0d79)
|
|
3951
3952
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3952
|
-
jsii.set(self, "permissionModel", value)
|
|
3953
|
+
jsii.set(self, "permissionModel", value) # pyright: ignore[reportArgumentType]
|
|
3953
3954
|
|
|
3954
3955
|
@builtins.property
|
|
3955
3956
|
@jsii.member(jsii_name="stackSetName")
|
|
@@ -3962,7 +3963,7 @@ class CfnStackSet(
|
|
|
3962
3963
|
if __debug__:
|
|
3963
3964
|
type_hints = typing.get_type_hints(_typecheckingstub__2170c9fd24e7b05da9100bc462024b7ef6f36eefa874a1721b6ca5397bc20040)
|
|
3964
3965
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3965
|
-
jsii.set(self, "stackSetName", value)
|
|
3966
|
+
jsii.set(self, "stackSetName", value) # pyright: ignore[reportArgumentType]
|
|
3966
3967
|
|
|
3967
3968
|
@builtins.property
|
|
3968
3969
|
@jsii.member(jsii_name="administrationRoleArn")
|
|
@@ -3975,7 +3976,7 @@ class CfnStackSet(
|
|
|
3975
3976
|
if __debug__:
|
|
3976
3977
|
type_hints = typing.get_type_hints(_typecheckingstub__33df1da68b9c62c99e1841856f4e201c8673ded83161a46959a6d5be71752562)
|
|
3977
3978
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3978
|
-
jsii.set(self, "administrationRoleArn", value)
|
|
3979
|
+
jsii.set(self, "administrationRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
3979
3980
|
|
|
3980
3981
|
@builtins.property
|
|
3981
3982
|
@jsii.member(jsii_name="autoDeployment")
|
|
@@ -3993,7 +3994,7 @@ class CfnStackSet(
|
|
|
3993
3994
|
if __debug__:
|
|
3994
3995
|
type_hints = typing.get_type_hints(_typecheckingstub__54972dd81830154ffcce6337f1843df37216b662ea86b869d79741b5fb9a365f)
|
|
3995
3996
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3996
|
-
jsii.set(self, "autoDeployment", value)
|
|
3997
|
+
jsii.set(self, "autoDeployment", value) # pyright: ignore[reportArgumentType]
|
|
3997
3998
|
|
|
3998
3999
|
@builtins.property
|
|
3999
4000
|
@jsii.member(jsii_name="callAs")
|
|
@@ -4006,7 +4007,7 @@ class CfnStackSet(
|
|
|
4006
4007
|
if __debug__:
|
|
4007
4008
|
type_hints = typing.get_type_hints(_typecheckingstub__e37b8025b5d58e66ec74873bd5eca7e1c4982e35f5495263ae5ce603d1a59b16)
|
|
4008
4009
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4009
|
-
jsii.set(self, "callAs", value)
|
|
4010
|
+
jsii.set(self, "callAs", value) # pyright: ignore[reportArgumentType]
|
|
4010
4011
|
|
|
4011
4012
|
@builtins.property
|
|
4012
4013
|
@jsii.member(jsii_name="capabilities")
|
|
@@ -4019,7 +4020,7 @@ class CfnStackSet(
|
|
|
4019
4020
|
if __debug__:
|
|
4020
4021
|
type_hints = typing.get_type_hints(_typecheckingstub__457467a4ee010a847f5a2f2eb373eb377a8870a7bb69910d54b5b28dfcb498c0)
|
|
4021
4022
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4022
|
-
jsii.set(self, "capabilities", value)
|
|
4023
|
+
jsii.set(self, "capabilities", value) # pyright: ignore[reportArgumentType]
|
|
4023
4024
|
|
|
4024
4025
|
@builtins.property
|
|
4025
4026
|
@jsii.member(jsii_name="description")
|
|
@@ -4032,7 +4033,7 @@ class CfnStackSet(
|
|
|
4032
4033
|
if __debug__:
|
|
4033
4034
|
type_hints = typing.get_type_hints(_typecheckingstub__a32b31569df72cb9c92223c05aae5461caf7d1b5669b21d2dd4487ac16d68be9)
|
|
4034
4035
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4035
|
-
jsii.set(self, "description", value)
|
|
4036
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
4036
4037
|
|
|
4037
4038
|
@builtins.property
|
|
4038
4039
|
@jsii.member(jsii_name="executionRoleName")
|
|
@@ -4045,7 +4046,7 @@ class CfnStackSet(
|
|
|
4045
4046
|
if __debug__:
|
|
4046
4047
|
type_hints = typing.get_type_hints(_typecheckingstub__f336a94333318f89c159203981959dd1aa89598228f5e8eff09903e2d7e979cc)
|
|
4047
4048
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4048
|
-
jsii.set(self, "executionRoleName", value)
|
|
4049
|
+
jsii.set(self, "executionRoleName", value) # pyright: ignore[reportArgumentType]
|
|
4049
4050
|
|
|
4050
4051
|
@builtins.property
|
|
4051
4052
|
@jsii.member(jsii_name="managedExecution")
|
|
@@ -4058,7 +4059,7 @@ class CfnStackSet(
|
|
|
4058
4059
|
if __debug__:
|
|
4059
4060
|
type_hints = typing.get_type_hints(_typecheckingstub__30ba7de0572ec3972439a2234107f74e54796d853ad6a78e334871adc49c4a4c)
|
|
4060
4061
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4061
|
-
jsii.set(self, "managedExecution", value)
|
|
4062
|
+
jsii.set(self, "managedExecution", value) # pyright: ignore[reportArgumentType]
|
|
4062
4063
|
|
|
4063
4064
|
@builtins.property
|
|
4064
4065
|
@jsii.member(jsii_name="operationPreferences")
|
|
@@ -4076,7 +4077,7 @@ class CfnStackSet(
|
|
|
4076
4077
|
if __debug__:
|
|
4077
4078
|
type_hints = typing.get_type_hints(_typecheckingstub__2de21d60faf97e0417df4f6303d7a41a79560cd81bde48a6dc39d8691c07faec)
|
|
4078
4079
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4079
|
-
jsii.set(self, "operationPreferences", value)
|
|
4080
|
+
jsii.set(self, "operationPreferences", value) # pyright: ignore[reportArgumentType]
|
|
4080
4081
|
|
|
4081
4082
|
@builtins.property
|
|
4082
4083
|
@jsii.member(jsii_name="parameters")
|
|
@@ -4094,7 +4095,7 @@ class CfnStackSet(
|
|
|
4094
4095
|
if __debug__:
|
|
4095
4096
|
type_hints = typing.get_type_hints(_typecheckingstub__8ce7162bef5c53321e37524df11a58f9e340a790ef5107072f3d51f53e536408)
|
|
4096
4097
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4097
|
-
jsii.set(self, "parameters", value)
|
|
4098
|
+
jsii.set(self, "parameters", value) # pyright: ignore[reportArgumentType]
|
|
4098
4099
|
|
|
4099
4100
|
@builtins.property
|
|
4100
4101
|
@jsii.member(jsii_name="stackInstancesGroup")
|
|
@@ -4112,7 +4113,7 @@ class CfnStackSet(
|
|
|
4112
4113
|
if __debug__:
|
|
4113
4114
|
type_hints = typing.get_type_hints(_typecheckingstub__968f546c0d5d9567cdb455e2836771e7127fd2fd09a1168bff825cbffc5698b0)
|
|
4114
4115
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4115
|
-
jsii.set(self, "stackInstancesGroup", value)
|
|
4116
|
+
jsii.set(self, "stackInstancesGroup", value) # pyright: ignore[reportArgumentType]
|
|
4116
4117
|
|
|
4117
4118
|
@builtins.property
|
|
4118
4119
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4125,7 +4126,7 @@ class CfnStackSet(
|
|
|
4125
4126
|
if __debug__:
|
|
4126
4127
|
type_hints = typing.get_type_hints(_typecheckingstub__cd51501bb9559b68fef458b291af8ba7df88b39b9154b44b83c19b21f0d65c10)
|
|
4127
4128
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4128
|
-
jsii.set(self, "tagsRaw", value)
|
|
4129
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4129
4130
|
|
|
4130
4131
|
@builtins.property
|
|
4131
4132
|
@jsii.member(jsii_name="templateBody")
|
|
@@ -4138,7 +4139,7 @@ class CfnStackSet(
|
|
|
4138
4139
|
if __debug__:
|
|
4139
4140
|
type_hints = typing.get_type_hints(_typecheckingstub__43c92b7fcde86d072f3926d26396619d841d2e70e1e98fbdac9e78b9ea67ef8b)
|
|
4140
4141
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4141
|
-
jsii.set(self, "templateBody", value)
|
|
4142
|
+
jsii.set(self, "templateBody", value) # pyright: ignore[reportArgumentType]
|
|
4142
4143
|
|
|
4143
4144
|
@builtins.property
|
|
4144
4145
|
@jsii.member(jsii_name="templateUrl")
|
|
@@ -4151,7 +4152,7 @@ class CfnStackSet(
|
|
|
4151
4152
|
if __debug__:
|
|
4152
4153
|
type_hints = typing.get_type_hints(_typecheckingstub__9a294c8f5426fcf440746cb77033834a63ea811fbda12ac428bfda3503123c28)
|
|
4153
4154
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4154
|
-
jsii.set(self, "templateUrl", value)
|
|
4155
|
+
jsii.set(self, "templateUrl", value) # pyright: ignore[reportArgumentType]
|
|
4155
4156
|
|
|
4156
4157
|
@jsii.data_type(
|
|
4157
4158
|
jsii_type="aws-cdk-lib.aws_cloudformation.CfnStackSet.AutoDeploymentProperty",
|
|
@@ -4419,6 +4420,7 @@ class CfnStackSet(
|
|
|
4419
4420
|
jsii_type="aws-cdk-lib.aws_cloudformation.CfnStackSet.OperationPreferencesProperty",
|
|
4420
4421
|
jsii_struct_bases=[],
|
|
4421
4422
|
name_mapping={
|
|
4423
|
+
"concurrency_mode": "concurrencyMode",
|
|
4422
4424
|
"failure_tolerance_count": "failureToleranceCount",
|
|
4423
4425
|
"failure_tolerance_percentage": "failureTolerancePercentage",
|
|
4424
4426
|
"max_concurrent_count": "maxConcurrentCount",
|
|
@@ -4431,6 +4433,7 @@ class CfnStackSet(
|
|
|
4431
4433
|
def __init__(
|
|
4432
4434
|
self,
|
|
4433
4435
|
*,
|
|
4436
|
+
concurrency_mode: typing.Optional[builtins.str] = None,
|
|
4434
4437
|
failure_tolerance_count: typing.Optional[jsii.Number] = None,
|
|
4435
4438
|
failure_tolerance_percentage: typing.Optional[jsii.Number] = None,
|
|
4436
4439
|
max_concurrent_count: typing.Optional[jsii.Number] = None,
|
|
@@ -4442,6 +4445,7 @@ class CfnStackSet(
|
|
|
4442
4445
|
|
|
4443
4446
|
For more information on maximum concurrent accounts and failure tolerance, see `Stack set operation options <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options>`_ .
|
|
4444
4447
|
|
|
4448
|
+
:param concurrency_mode: Specifies how the concurrency level behaves during the operation execution. - ``STRICT_FAILURE_TOLERANCE`` : This option dynamically lowers the concurrency level to ensure the number of failed accounts never exceeds the value of ``FailureToleranceCount`` +1. The initial actual concurrency is set to the lower of either the value of the ``MaxConcurrentCount`` , or the value of ``FailureToleranceCount`` +1. The actual concurrency is then reduced proportionally by the number of failures. This is the default behavior. If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar. - ``SOFT_FAILURE_TOLERANCE`` : This option decouples ``FailureToleranceCount`` from the actual concurrency. This allows stack set operations to run at the concurrency level set by the ``MaxConcurrentCount`` value, or ``MaxConcurrentPercentage`` , regardless of the number of failures.
|
|
4445
4449
|
:param failure_tolerance_count: The number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region. If the operation is stopped in a Region, AWS CloudFormation doesn't attempt the operation in any subsequent Regions. Conditional: You must specify either ``FailureToleranceCount`` or ``FailureTolerancePercentage`` (but not both).
|
|
4446
4450
|
:param failure_tolerance_percentage: The percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation stops the operation in that Region. If the operation is stopped in a Region, AWS CloudFormation doesn't attempt the operation in any subsequent Regions. When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds *down* to the next whole number. Conditional: You must specify either ``FailureToleranceCount`` or ``FailureTolerancePercentage`` , but not both.
|
|
4447
4451
|
:param max_concurrent_count: The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of ``FailureToleranceCount`` . ``MaxConcurrentCount`` is at most one more than the ``FailureToleranceCount`` . Note that this setting lets you specify the *maximum* for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. Conditional: You must specify either ``MaxConcurrentCount`` or ``MaxConcurrentPercentage`` , but not both.
|
|
@@ -4459,6 +4463,7 @@ class CfnStackSet(
|
|
|
4459
4463
|
from aws_cdk import aws_cloudformation as cloudformation
|
|
4460
4464
|
|
|
4461
4465
|
operation_preferences_property = cloudformation.CfnStackSet.OperationPreferencesProperty(
|
|
4466
|
+
concurrency_mode="concurrencyMode",
|
|
4462
4467
|
failure_tolerance_count=123,
|
|
4463
4468
|
failure_tolerance_percentage=123,
|
|
4464
4469
|
max_concurrent_count=123,
|
|
@@ -4469,6 +4474,7 @@ class CfnStackSet(
|
|
|
4469
4474
|
'''
|
|
4470
4475
|
if __debug__:
|
|
4471
4476
|
type_hints = typing.get_type_hints(_typecheckingstub__0c87217399b0eaf825f9406bd82cc941cf4d39fbdd459a48905d7fb072775ff9)
|
|
4477
|
+
check_type(argname="argument concurrency_mode", value=concurrency_mode, expected_type=type_hints["concurrency_mode"])
|
|
4472
4478
|
check_type(argname="argument failure_tolerance_count", value=failure_tolerance_count, expected_type=type_hints["failure_tolerance_count"])
|
|
4473
4479
|
check_type(argname="argument failure_tolerance_percentage", value=failure_tolerance_percentage, expected_type=type_hints["failure_tolerance_percentage"])
|
|
4474
4480
|
check_type(argname="argument max_concurrent_count", value=max_concurrent_count, expected_type=type_hints["max_concurrent_count"])
|
|
@@ -4476,6 +4482,8 @@ class CfnStackSet(
|
|
|
4476
4482
|
check_type(argname="argument region_concurrency_type", value=region_concurrency_type, expected_type=type_hints["region_concurrency_type"])
|
|
4477
4483
|
check_type(argname="argument region_order", value=region_order, expected_type=type_hints["region_order"])
|
|
4478
4484
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
4485
|
+
if concurrency_mode is not None:
|
|
4486
|
+
self._values["concurrency_mode"] = concurrency_mode
|
|
4479
4487
|
if failure_tolerance_count is not None:
|
|
4480
4488
|
self._values["failure_tolerance_count"] = failure_tolerance_count
|
|
4481
4489
|
if failure_tolerance_percentage is not None:
|
|
@@ -4489,6 +4497,21 @@ class CfnStackSet(
|
|
|
4489
4497
|
if region_order is not None:
|
|
4490
4498
|
self._values["region_order"] = region_order
|
|
4491
4499
|
|
|
4500
|
+
@builtins.property
|
|
4501
|
+
def concurrency_mode(self) -> typing.Optional[builtins.str]:
|
|
4502
|
+
'''Specifies how the concurrency level behaves during the operation execution.
|
|
4503
|
+
|
|
4504
|
+
- ``STRICT_FAILURE_TOLERANCE`` : This option dynamically lowers the concurrency level to ensure the number of failed accounts never exceeds the value of ``FailureToleranceCount`` +1. The initial actual concurrency is set to the lower of either the value of the ``MaxConcurrentCount`` , or the value of ``FailureToleranceCount`` +1. The actual concurrency is then reduced proportionally by the number of failures. This is the default behavior.
|
|
4505
|
+
|
|
4506
|
+
If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar.
|
|
4507
|
+
|
|
4508
|
+
- ``SOFT_FAILURE_TOLERANCE`` : This option decouples ``FailureToleranceCount`` from the actual concurrency. This allows stack set operations to run at the concurrency level set by the ``MaxConcurrentCount`` value, or ``MaxConcurrentPercentage`` , regardless of the number of failures.
|
|
4509
|
+
|
|
4510
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-operationpreferences.html#cfn-cloudformation-stackset-operationpreferences-concurrencymode
|
|
4511
|
+
'''
|
|
4512
|
+
result = self._values.get("concurrency_mode")
|
|
4513
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4514
|
+
|
|
4492
4515
|
@builtins.property
|
|
4493
4516
|
def failure_tolerance_count(self) -> typing.Optional[jsii.Number]:
|
|
4494
4517
|
'''The number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region.
|
|
@@ -4847,6 +4870,7 @@ class CfnStackSetProps:
|
|
|
4847
4870
|
execution_role_name="executionRoleName",
|
|
4848
4871
|
managed_execution=managed_execution,
|
|
4849
4872
|
operation_preferences=cloudformation.CfnStackSet.OperationPreferencesProperty(
|
|
4873
|
+
concurrency_mode="concurrencyMode",
|
|
4850
4874
|
failure_tolerance_count=123,
|
|
4851
4875
|
failure_tolerance_percentage=123,
|
|
4852
4876
|
max_concurrent_count=123,
|
|
@@ -5294,7 +5318,7 @@ class CfnTypeActivation(
|
|
|
5294
5318
|
if __debug__:
|
|
5295
5319
|
type_hints = typing.get_type_hints(_typecheckingstub__965115beba4ff920767d3418867400c3fd2ac96db01883321c6c58d5ab95a498)
|
|
5296
5320
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5297
|
-
jsii.set(self, "autoUpdate", value)
|
|
5321
|
+
jsii.set(self, "autoUpdate", value) # pyright: ignore[reportArgumentType]
|
|
5298
5322
|
|
|
5299
5323
|
@builtins.property
|
|
5300
5324
|
@jsii.member(jsii_name="executionRoleArn")
|
|
@@ -5307,7 +5331,7 @@ class CfnTypeActivation(
|
|
|
5307
5331
|
if __debug__:
|
|
5308
5332
|
type_hints = typing.get_type_hints(_typecheckingstub__a49fb47b67bc614aa9baf1d224495a6bc1a6997d82a0ae245716b03323c87265)
|
|
5309
5333
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5310
|
-
jsii.set(self, "executionRoleArn", value)
|
|
5334
|
+
jsii.set(self, "executionRoleArn", value) # pyright: ignore[reportArgumentType]
|
|
5311
5335
|
|
|
5312
5336
|
@builtins.property
|
|
5313
5337
|
@jsii.member(jsii_name="loggingConfig")
|
|
@@ -5325,7 +5349,7 @@ class CfnTypeActivation(
|
|
|
5325
5349
|
if __debug__:
|
|
5326
5350
|
type_hints = typing.get_type_hints(_typecheckingstub__3128499025f0cd2b7cf69908cd1f677dfc787d78e3535ffe73a474814a4b44fc)
|
|
5327
5351
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5328
|
-
jsii.set(self, "loggingConfig", value)
|
|
5352
|
+
jsii.set(self, "loggingConfig", value) # pyright: ignore[reportArgumentType]
|
|
5329
5353
|
|
|
5330
5354
|
@builtins.property
|
|
5331
5355
|
@jsii.member(jsii_name="majorVersion")
|
|
@@ -5338,7 +5362,7 @@ class CfnTypeActivation(
|
|
|
5338
5362
|
if __debug__:
|
|
5339
5363
|
type_hints = typing.get_type_hints(_typecheckingstub__38f8706cb79c5fd813aff12ec0f140cfb9aa2315caede10ee25f7f47dd78c003)
|
|
5340
5364
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5341
|
-
jsii.set(self, "majorVersion", value)
|
|
5365
|
+
jsii.set(self, "majorVersion", value) # pyright: ignore[reportArgumentType]
|
|
5342
5366
|
|
|
5343
5367
|
@builtins.property
|
|
5344
5368
|
@jsii.member(jsii_name="publicTypeArn")
|
|
@@ -5351,7 +5375,7 @@ class CfnTypeActivation(
|
|
|
5351
5375
|
if __debug__:
|
|
5352
5376
|
type_hints = typing.get_type_hints(_typecheckingstub__9d050fccc0fa6945488b52ac4b66b02df3b594ccc1f8d6446fb525502ca9e7de)
|
|
5353
5377
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5354
|
-
jsii.set(self, "publicTypeArn", value)
|
|
5378
|
+
jsii.set(self, "publicTypeArn", value) # pyright: ignore[reportArgumentType]
|
|
5355
5379
|
|
|
5356
5380
|
@builtins.property
|
|
5357
5381
|
@jsii.member(jsii_name="publisherId")
|
|
@@ -5364,7 +5388,7 @@ class CfnTypeActivation(
|
|
|
5364
5388
|
if __debug__:
|
|
5365
5389
|
type_hints = typing.get_type_hints(_typecheckingstub__d9cefe914744511413a9e642e1cf63c419c6f76b4c92191c407331b86a63c051)
|
|
5366
5390
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5367
|
-
jsii.set(self, "publisherId", value)
|
|
5391
|
+
jsii.set(self, "publisherId", value) # pyright: ignore[reportArgumentType]
|
|
5368
5392
|
|
|
5369
5393
|
@builtins.property
|
|
5370
5394
|
@jsii.member(jsii_name="type")
|
|
@@ -5377,7 +5401,7 @@ class CfnTypeActivation(
|
|
|
5377
5401
|
if __debug__:
|
|
5378
5402
|
type_hints = typing.get_type_hints(_typecheckingstub__144866ce8961352d18fd3ad5118c42037c4c674e65d3bfc13355b9888adc5aa3)
|
|
5379
5403
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5380
|
-
jsii.set(self, "type", value)
|
|
5404
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
5381
5405
|
|
|
5382
5406
|
@builtins.property
|
|
5383
5407
|
@jsii.member(jsii_name="typeName")
|
|
@@ -5390,7 +5414,7 @@ class CfnTypeActivation(
|
|
|
5390
5414
|
if __debug__:
|
|
5391
5415
|
type_hints = typing.get_type_hints(_typecheckingstub__c1a840170c400b898f200b23a279ac119e0face0b6d7213a6def5a0d4a00c612)
|
|
5392
5416
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5393
|
-
jsii.set(self, "typeName", value)
|
|
5417
|
+
jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
|
|
5394
5418
|
|
|
5395
5419
|
@builtins.property
|
|
5396
5420
|
@jsii.member(jsii_name="typeNameAlias")
|
|
@@ -5403,7 +5427,7 @@ class CfnTypeActivation(
|
|
|
5403
5427
|
if __debug__:
|
|
5404
5428
|
type_hints = typing.get_type_hints(_typecheckingstub__0f04f5a2572901ffbb8e50214df14dda5fe5d944383b6714bcb6bfd48b65422a)
|
|
5405
5429
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5406
|
-
jsii.set(self, "typeNameAlias", value)
|
|
5430
|
+
jsii.set(self, "typeNameAlias", value) # pyright: ignore[reportArgumentType]
|
|
5407
5431
|
|
|
5408
5432
|
@builtins.property
|
|
5409
5433
|
@jsii.member(jsii_name="versionBump")
|
|
@@ -5416,7 +5440,7 @@ class CfnTypeActivation(
|
|
|
5416
5440
|
if __debug__:
|
|
5417
5441
|
type_hints = typing.get_type_hints(_typecheckingstub__71a2627c4d88ecd7f57252757b759fe753ac0e5b057ee9efe42f8f9d42160c44)
|
|
5418
5442
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5419
|
-
jsii.set(self, "versionBump", value)
|
|
5443
|
+
jsii.set(self, "versionBump", value) # pyright: ignore[reportArgumentType]
|
|
5420
5444
|
|
|
5421
5445
|
@jsii.data_type(
|
|
5422
5446
|
jsii_type="aws-cdk-lib.aws_cloudformation.CfnTypeActivation.LoggingConfigProperty",
|
|
@@ -5848,7 +5872,7 @@ class CfnWaitCondition(
|
|
|
5848
5872
|
if __debug__:
|
|
5849
5873
|
type_hints = typing.get_type_hints(_typecheckingstub__f72ce605058a768f3b5b4608d9ff5b9ec1abcc36e9f578b72cb22f432151c841)
|
|
5850
5874
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5851
|
-
jsii.set(self, "count", value)
|
|
5875
|
+
jsii.set(self, "count", value) # pyright: ignore[reportArgumentType]
|
|
5852
5876
|
|
|
5853
5877
|
@builtins.property
|
|
5854
5878
|
@jsii.member(jsii_name="handle")
|
|
@@ -5861,7 +5885,7 @@ class CfnWaitCondition(
|
|
|
5861
5885
|
if __debug__:
|
|
5862
5886
|
type_hints = typing.get_type_hints(_typecheckingstub__825e58b6fc35f0721569d4eaecf5d1915523e2d56d37b948995ee3134c45357d)
|
|
5863
5887
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5864
|
-
jsii.set(self, "handle", value)
|
|
5888
|
+
jsii.set(self, "handle", value) # pyright: ignore[reportArgumentType]
|
|
5865
5889
|
|
|
5866
5890
|
@builtins.property
|
|
5867
5891
|
@jsii.member(jsii_name="timeout")
|
|
@@ -5874,7 +5898,7 @@ class CfnWaitCondition(
|
|
|
5874
5898
|
if __debug__:
|
|
5875
5899
|
type_hints = typing.get_type_hints(_typecheckingstub__799f86ffa4f6f7c4bc18416df8f001b73de4fd1b78efe3be99d762c2b90c1fe7)
|
|
5876
5900
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5877
|
-
jsii.set(self, "timeout", value)
|
|
5901
|
+
jsii.set(self, "timeout", value) # pyright: ignore[reportArgumentType]
|
|
5878
5902
|
|
|
5879
5903
|
|
|
5880
5904
|
@jsii.implements(_IInspectable_c2943556)
|
|
@@ -6957,6 +6981,7 @@ def _typecheckingstub__a88c5840453701ae68e49d722949e1be2f17144e28858beff6801effc
|
|
|
6957
6981
|
|
|
6958
6982
|
def _typecheckingstub__0c87217399b0eaf825f9406bd82cc941cf4d39fbdd459a48905d7fb072775ff9(
|
|
6959
6983
|
*,
|
|
6984
|
+
concurrency_mode: typing.Optional[builtins.str] = None,
|
|
6960
6985
|
failure_tolerance_count: typing.Optional[jsii.Number] = None,
|
|
6961
6986
|
failure_tolerance_percentage: typing.Optional[jsii.Number] = None,
|
|
6962
6987
|
max_concurrent_count: typing.Optional[jsii.Number] = None,
|