aws-cdk-lib 2.152.0__py3-none-any.whl → 2.154.0__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.

Files changed (269) hide show
  1. aws_cdk/__init__.py +157 -215
  2. aws_cdk/_jsii/__init__.py +2 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.152.0.jsii.tgz → aws-cdk-lib@2.154.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +3 -3
  5. aws_cdk/aws_accessanalyzer/__init__.py +5 -5
  6. aws_cdk/aws_acmpca/__init__.py +79 -24
  7. aws_cdk/aws_amazonmq/__init__.py +161 -161
  8. aws_cdk/aws_amplify/__init__.py +36 -36
  9. aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
  10. aws_cdk/aws_apigateway/__init__.py +122 -122
  11. aws_cdk/aws_apigatewayv2/__init__.py +135 -121
  12. aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
  13. aws_cdk/aws_appconfig/__init__.py +59 -59
  14. aws_cdk/aws_appflow/__init__.py +20 -20
  15. aws_cdk/aws_appintegrations/__init__.py +19 -19
  16. aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
  17. aws_cdk/aws_applicationinsights/__init__.py +11 -11
  18. aws_cdk/aws_applicationsignals/__init__.py +5 -5
  19. aws_cdk/aws_appmesh/__init__.py +35 -35
  20. aws_cdk/aws_apprunner/__init__.py +25 -25
  21. aws_cdk/aws_appstream/__init__.py +105 -105
  22. aws_cdk/aws_appsync/__init__.py +89 -89
  23. aws_cdk/aws_apptest/__init__.py +25 -25
  24. aws_cdk/aws_aps/__init__.py +14 -14
  25. aws_cdk/aws_arczonalshift/__init__.py +200 -3
  26. aws_cdk/aws_athena/__init__.py +25 -25
  27. aws_cdk/aws_auditmanager/__init__.py +15 -15
  28. aws_cdk/aws_autoscaling/__init__.py +84 -84
  29. aws_cdk/aws_autoscalingplans/__init__.py +2 -2
  30. aws_cdk/aws_b2bi/__init__.py +24 -24
  31. aws_cdk/aws_backup/__init__.py +33 -33
  32. aws_cdk/aws_backupgateway/__init__.py +7 -7
  33. aws_cdk/aws_batch/__init__.py +289 -35
  34. aws_cdk/aws_bcmdataexports/__init__.py +2 -2
  35. aws_cdk/aws_bedrock/__init__.py +13239 -3277
  36. aws_cdk/aws_billingconductor/__init__.py +28 -28
  37. aws_cdk/aws_budgets/__init__.py +12 -12
  38. aws_cdk/aws_cassandra/__init__.py +16 -16
  39. aws_cdk/aws_ce/__init__.py +17 -17
  40. aws_cdk/aws_certificatemanager/__init__.py +9 -9
  41. aws_cdk/aws_chatbot/__init__.py +22 -22
  42. aws_cdk/aws_cleanrooms/__init__.py +2470 -307
  43. aws_cdk/aws_cleanroomsml/__init__.py +5 -5
  44. aws_cdk/aws_cloud9/__init__.py +10 -10
  45. aws_cdk/aws_cloudformation/__init__.py +94 -69
  46. aws_cdk/aws_cloudfront/__init__.py +31 -30
  47. aws_cdk/aws_cloudfront/experimental/__init__.py +23 -0
  48. aws_cdk/aws_cloudtrail/__init__.py +46 -44
  49. aws_cdk/aws_cloudwatch/__init__.py +61 -69
  50. aws_cdk/aws_codeartifact/__init__.py +19 -19
  51. aws_cdk/aws_codebuild/__init__.py +60 -68
  52. aws_cdk/aws_codecommit/__init__.py +10 -6
  53. aws_cdk/aws_codeconnections/__init__.py +5 -5
  54. aws_cdk/aws_codedeploy/__init__.py +28 -28
  55. aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
  56. aws_cdk/aws_codegurureviewer/__init__.py +6 -6
  57. aws_cdk/aws_codepipeline/__init__.py +849 -52
  58. aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
  59. aws_cdk/aws_codestar/__init__.py +8 -8
  60. aws_cdk/aws_codestarconnections/__init__.py +17 -17
  61. aws_cdk/aws_codestarnotifications/__init__.py +10 -10
  62. aws_cdk/aws_cognito/__init__.py +465 -133
  63. aws_cdk/aws_comprehend/__init__.py +20 -20
  64. aws_cdk/aws_config/__init__.py +67 -67
  65. aws_cdk/aws_connect/__init__.py +139 -137
  66. aws_cdk/aws_connectcampaigns/__init__.py +5 -5
  67. aws_cdk/aws_controltower/__init__.py +12 -12
  68. aws_cdk/aws_cur/__init__.py +12 -12
  69. aws_cdk/aws_customerprofiles/__init__.py +36 -36
  70. aws_cdk/aws_databrew/__init__.py +45 -45
  71. aws_cdk/aws_datapipeline/__init__.py +12 -8
  72. aws_cdk/aws_datasync/__init__.py +119 -117
  73. aws_cdk/aws_datazone/__init__.py +63 -63
  74. aws_cdk/aws_dax/__init__.py +20 -20
  75. aws_cdk/aws_deadline/__init__.py +221 -292
  76. aws_cdk/aws_detective/__init__.py +8 -8
  77. aws_cdk/aws_devicefarm/__init__.py +37 -37
  78. aws_cdk/aws_devopsguru/__init__.py +2 -2
  79. aws_cdk/aws_directoryservice/__init__.py +15 -15
  80. aws_cdk/aws_dlm/__init__.py +12 -12
  81. aws_cdk/aws_dms/__init__.py +300 -298
  82. aws_cdk/aws_docdb/__init__.py +49 -49
  83. aws_cdk/aws_docdbelastic/__init__.py +14 -14
  84. aws_cdk/aws_dynamodb/__init__.py +371 -37
  85. aws_cdk/aws_ec2/__init__.py +900 -606
  86. aws_cdk/aws_ecr/__init__.py +117 -77
  87. aws_cdk/aws_ecr_assets/__init__.py +4 -4
  88. aws_cdk/aws_ecs/__init__.py +190 -191
  89. aws_cdk/aws_ecs_patterns/__init__.py +2 -2
  90. aws_cdk/aws_efs/__init__.py +22 -22
  91. aws_cdk/aws_eks/__init__.py +177 -61
  92. aws_cdk/aws_elasticache/__init__.py +218 -226
  93. aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
  94. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
  95. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
  96. aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
  97. aws_cdk/aws_elasticsearch/__init__.py +16 -16
  98. aws_cdk/aws_emr/__init__.py +74 -74
  99. aws_cdk/aws_emrcontainers/__init__.py +3 -3
  100. aws_cdk/aws_emrserverless/__init__.py +157 -14
  101. aws_cdk/aws_entityresolution/__init__.py +613 -35
  102. aws_cdk/aws_events/__init__.py +42 -42
  103. aws_cdk/aws_eventschemas/__init__.py +16 -16
  104. aws_cdk/aws_evidently/__init__.py +38 -38
  105. aws_cdk/aws_finspace/__init__.py +8 -8
  106. aws_cdk/aws_fis/__init__.py +12 -12
  107. aws_cdk/aws_fms/__init__.py +21 -21
  108. aws_cdk/aws_forecast/__init__.py +18 -11
  109. aws_cdk/aws_frauddetector/__init__.py +35 -35
  110. aws_cdk/aws_fsx/__init__.py +35 -35
  111. aws_cdk/aws_gamelift/__init__.py +103 -103
  112. aws_cdk/aws_globalaccelerator/__init__.py +46 -24
  113. aws_cdk/aws_glue/__init__.py +132 -139
  114. aws_cdk/aws_grafana/__init__.py +17 -17
  115. aws_cdk/aws_greengrass/__init__.py +48 -48
  116. aws_cdk/aws_greengrassv2/__init__.py +10 -10
  117. aws_cdk/aws_groundstation/__init__.py +16 -16
  118. aws_cdk/aws_guardduty/__init__.py +40 -38
  119. aws_cdk/aws_healthimaging/__init__.py +3 -3
  120. aws_cdk/aws_healthlake/__init__.py +6 -6
  121. aws_cdk/aws_iam/__init__.py +120 -122
  122. aws_cdk/aws_identitystore/__init__.py +6 -6
  123. aws_cdk/aws_imagebuilder/__init__.py +92 -92
  124. aws_cdk/aws_inspector/__init__.py +8 -8
  125. aws_cdk/aws_inspectorv2/__init__.py +102 -97
  126. aws_cdk/aws_internetmonitor/__init__.py +12 -12
  127. aws_cdk/aws_iot/__init__.py +141 -141
  128. aws_cdk/aws_iot1click/__init__.py +9 -9
  129. aws_cdk/aws_iotanalytics/__init__.py +21 -21
  130. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
  131. aws_cdk/aws_iotevents/__init__.py +20 -20
  132. aws_cdk/aws_iotfleethub/__init__.py +4 -4
  133. aws_cdk/aws_iotfleetwise/__init__.py +45 -45
  134. aws_cdk/aws_iotsitewise/__init__.py +40 -40
  135. aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
  136. aws_cdk/aws_iottwinmaker/__init__.py +34 -34
  137. aws_cdk/aws_iotwireless/__init__.py +66 -66
  138. aws_cdk/aws_ivs/__init__.py +32 -32
  139. aws_cdk/aws_ivschat/__init__.py +9 -9
  140. aws_cdk/aws_kafkaconnect/__init__.py +22 -22
  141. aws_cdk/aws_kendra/__init__.py +28 -28
  142. aws_cdk/aws_kendraranking/__init__.py +4 -4
  143. aws_cdk/aws_kinesis/__init__.py +8 -8
  144. aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
  145. aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
  146. aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
  147. aws_cdk/aws_kinesisvideo/__init__.py +10 -10
  148. aws_cdk/aws_kms/__init__.py +20 -20
  149. aws_cdk/aws_lakeformation/__init__.py +36 -36
  150. aws_cdk/aws_lambda/__init__.py +435 -227
  151. aws_cdk/aws_lambda_nodejs/__init__.py +23 -0
  152. aws_cdk/aws_launchwizard/__init__.py +508 -0
  153. aws_cdk/aws_lex/__init__.py +24 -24
  154. aws_cdk/aws_licensemanager/__init__.py +17 -17
  155. aws_cdk/aws_lightsail/__init__.py +90 -90
  156. aws_cdk/aws_location/__init__.py +41 -41
  157. aws_cdk/aws_logs/__init__.py +50 -50
  158. aws_cdk/aws_lookoutequipment/__init__.py +9 -9
  159. aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
  160. aws_cdk/aws_lookoutvision/__init__.py +1 -1
  161. aws_cdk/aws_m2/__init__.py +20 -20
  162. aws_cdk/aws_macie/__init__.py +19 -19
  163. aws_cdk/aws_managedblockchain/__init__.py +10 -10
  164. aws_cdk/aws_mediaconnect/__init__.py +114 -77
  165. aws_cdk/aws_mediaconvert/__init__.py +20 -20
  166. aws_cdk/aws_medialive/__init__.py +44 -76
  167. aws_cdk/aws_mediapackage/__init__.py +38 -38
  168. aws_cdk/aws_mediapackagev2/__init__.py +178 -25
  169. aws_cdk/aws_mediastore/__init__.py +7 -7
  170. aws_cdk/aws_mediatailor/__init__.py +40 -40
  171. aws_cdk/aws_memorydb/__init__.py +41 -41
  172. aws_cdk/aws_msk/__init__.py +39 -39
  173. aws_cdk/aws_mwaa/__init__.py +25 -25
  174. aws_cdk/aws_neptune/__init__.py +55 -55
  175. aws_cdk/aws_neptunegraph/__init__.py +11 -11
  176. aws_cdk/aws_networkfirewall/__init__.py +36 -30
  177. aws_cdk/aws_networkmanager/__init__.py +1062 -91
  178. aws_cdk/aws_nimblestudio/__init__.py +31 -31
  179. aws_cdk/aws_oam/__init__.py +8 -8
  180. aws_cdk/aws_omics/__init__.py +36 -36
  181. aws_cdk/aws_opensearchserverless/__init__.py +25 -25
  182. aws_cdk/aws_opensearchservice/__init__.py +20 -20
  183. aws_cdk/aws_opsworks/__init__.py +87 -87
  184. aws_cdk/aws_opsworkscm/__init__.py +21 -21
  185. aws_cdk/aws_organizations/__init__.py +17 -17
  186. aws_cdk/aws_osis/__init__.py +122 -9
  187. aws_cdk/aws_panorama/__init__.py +27 -22
  188. aws_cdk/aws_paymentcryptography/__init__.py +7 -7
  189. aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
  190. aws_cdk/aws_personalize/__init__.py +19 -19
  191. aws_cdk/aws_pinpoint/__init__.py +122 -122
  192. aws_cdk/aws_pinpointemail/__init__.py +16 -16
  193. aws_cdk/aws_pipes/__init__.py +14 -16
  194. aws_cdk/aws_proton/__init__.py +19 -19
  195. aws_cdk/aws_qbusiness/__init__.py +160 -45
  196. aws_cdk/aws_qldb/__init__.py +12 -12
  197. aws_cdk/aws_quicksight/__init__.py +91 -91
  198. aws_cdk/aws_ram/__init__.py +11 -11
  199. aws_cdk/aws_rds/__init__.py +365 -259
  200. aws_cdk/aws_redshift/__init__.py +136 -91
  201. aws_cdk/aws_redshiftserverless/__init__.py +27 -27
  202. aws_cdk/aws_refactorspaces/__init__.py +26 -26
  203. aws_cdk/aws_rekognition/__init__.py +16 -16
  204. aws_cdk/aws_resiliencehub/__init__.py +15 -15
  205. aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
  206. aws_cdk/aws_resourcegroups/__init__.py +6 -6
  207. aws_cdk/aws_robomaker/__init__.py +25 -25
  208. aws_cdk/aws_rolesanywhere/__init__.py +67 -19
  209. aws_cdk/aws_route53/__init__.py +36 -36
  210. aws_cdk/aws_route53profiles/__init__.py +11 -11
  211. aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
  212. aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
  213. aws_cdk/aws_route53resolver/__init__.py +123 -82
  214. aws_cdk/aws_rum/__init__.py +6 -6
  215. aws_cdk/aws_s3/__init__.py +136 -80
  216. aws_cdk/aws_s3_deployment/__init__.py +30 -24
  217. aws_cdk/aws_s3_notifications/__init__.py +3 -4
  218. aws_cdk/aws_s3express/__init__.py +5 -5
  219. aws_cdk/aws_s3objectlambda/__init__.py +6 -6
  220. aws_cdk/aws_s3outposts/__init__.py +16 -16
  221. aws_cdk/aws_sagemaker/__init__.py +2412 -280
  222. aws_cdk/aws_sam/__init__.py +101 -101
  223. aws_cdk/aws_scheduler/__init__.py +13 -13
  224. aws_cdk/aws_sdb/__init__.py +1 -1
  225. aws_cdk/aws_secretsmanager/__init__.py +20 -19
  226. aws_cdk/aws_securityhub/__init__.py +70 -57
  227. aws_cdk/aws_securitylake/__init__.py +341 -16
  228. aws_cdk/aws_servicecatalog/__init__.py +87 -87
  229. aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
  230. aws_cdk/aws_servicediscovery/__init__.py +23 -23
  231. aws_cdk/aws_ses/__init__.py +12038 -5604
  232. aws_cdk/aws_shield/__init__.py +15 -15
  233. aws_cdk/aws_signer/__init__.py +9 -9
  234. aws_cdk/aws_simspaceweaver/__init__.py +5 -5
  235. aws_cdk/aws_sns/__init__.py +28 -28
  236. aws_cdk/aws_sqs/__init__.py +20 -20
  237. aws_cdk/aws_ssm/__init__.py +172 -101
  238. aws_cdk/aws_ssmcontacts/__init__.py +18 -18
  239. aws_cdk/aws_ssmincidents/__init__.py +11 -11
  240. aws_cdk/aws_sso/__init__.py +31 -31
  241. aws_cdk/aws_stepfunctions/__init__.py +370 -28
  242. aws_cdk/aws_supportapp/__init__.py +11 -11
  243. aws_cdk/aws_synthetics/__init__.py +18 -18
  244. aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
  245. aws_cdk/aws_timestream/__init__.py +34 -34
  246. aws_cdk/aws_transfer/__init__.py +57 -57
  247. aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
  248. aws_cdk/aws_voiceid/__init__.py +4 -4
  249. aws_cdk/aws_vpclattice/__init__.py +42 -42
  250. aws_cdk/aws_waf/__init__.py +17 -17
  251. aws_cdk/aws_wafregional/__init__.py +28 -28
  252. aws_cdk/aws_wafv2/__init__.py +39 -39
  253. aws_cdk/aws_wisdom/__init__.py +16 -16
  254. aws_cdk/aws_workspaces/__init__.py +18 -18
  255. aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
  256. aws_cdk/aws_workspacesweb/__init__.py +87 -46
  257. aws_cdk/aws_xray/__init__.py +12 -12
  258. aws_cdk/cloud_assembly_schema/__init__.py +348 -239
  259. aws_cdk/custom_resources/__init__.py +283 -0
  260. aws_cdk/cx_api/__init__.py +15 -15
  261. aws_cdk/pipelines/__init__.py +172 -237
  262. aws_cdk/triggers/__init__.py +23 -0
  263. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/METADATA +3 -2
  264. aws_cdk_lib-2.154.0.dist-info/RECORD +292 -0
  265. aws_cdk_lib-2.152.0.dist-info/RECORD +0 -291
  266. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/LICENSE +0 -0
  267. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
  268. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
  269. {aws_cdk_lib-2.152.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
aws_cdk/__init__.py CHANGED
@@ -6003,7 +6003,7 @@ class CfnOutput(CfnElement, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnO
6003
6003
  if __debug__:
6004
6004
  type_hints = typing.get_type_hints(_typecheckingstub__ae04907c14401d9f8daddd7f2ed7732084e0b1937706e17d55614ea6380a3816)
6005
6005
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6006
- jsii.set(self, "value", value)
6006
+ jsii.set(self, "value", value) # pyright: ignore[reportArgumentType]
6007
6007
 
6008
6008
  @builtins.property
6009
6009
  @jsii.member(jsii_name="condition")
@@ -6022,7 +6022,7 @@ class CfnOutput(CfnElement, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnO
6022
6022
  if __debug__:
6023
6023
  type_hints = typing.get_type_hints(_typecheckingstub__8704d4bb35aeed5dde58d118c74dd1b1dc0b548e02f85e734228b0c76dd257d6)
6024
6024
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6025
- jsii.set(self, "condition", value)
6025
+ jsii.set(self, "condition", value) # pyright: ignore[reportArgumentType]
6026
6026
 
6027
6027
  @builtins.property
6028
6028
  @jsii.member(jsii_name="description")
@@ -6040,7 +6040,7 @@ class CfnOutput(CfnElement, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnO
6040
6040
  if __debug__:
6041
6041
  type_hints = typing.get_type_hints(_typecheckingstub__fee62e15bb63daed4d2af15024b68eda73936d1f22f424c9162a603bbf238303)
6042
6042
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6043
- jsii.set(self, "description", value)
6043
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
6044
6044
 
6045
6045
  @builtins.property
6046
6046
  @jsii.member(jsii_name="exportName")
@@ -6059,7 +6059,7 @@ class CfnOutput(CfnElement, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnO
6059
6059
  if __debug__:
6060
6060
  type_hints = typing.get_type_hints(_typecheckingstub__a6f99116a425880b0b5f808fc659a8fe40a778123bb6026c47ec6d6324bbbd47)
6061
6061
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6062
- jsii.set(self, "exportName", value)
6062
+ jsii.set(self, "exportName", value) # pyright: ignore[reportArgumentType]
6063
6063
 
6064
6064
 
6065
6065
  @jsii.data_type(
@@ -6333,7 +6333,7 @@ class CfnParameter(
6333
6333
  if __debug__:
6334
6334
  type_hints = typing.get_type_hints(_typecheckingstub__890e37ff3466d7066d047df24be9cc48dec6995687b94045bf1a867a84bfcb00)
6335
6335
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6336
- jsii.set(self, "default", value)
6336
+ jsii.set(self, "default", value) # pyright: ignore[reportArgumentType]
6337
6337
 
6338
6338
  @builtins.property
6339
6339
  @jsii.member(jsii_name="noEcho")
@@ -6346,7 +6346,7 @@ class CfnParameter(
6346
6346
  if __debug__:
6347
6347
  type_hints = typing.get_type_hints(_typecheckingstub__b9bc125d000f64952fca0539cfebab47b021d967867b6fe369026609c704ce51)
6348
6348
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6349
- jsii.set(self, "noEcho", value)
6349
+ jsii.set(self, "noEcho", value) # pyright: ignore[reportArgumentType]
6350
6350
 
6351
6351
  @builtins.property
6352
6352
  @jsii.member(jsii_name="type")
@@ -6362,7 +6362,7 @@ class CfnParameter(
6362
6362
  if __debug__:
6363
6363
  type_hints = typing.get_type_hints(_typecheckingstub__a7e2790a72711c495dfbc2fbf18f125f5cafa092b80a53f60e4a83ca213fbacc)
6364
6364
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6365
- jsii.set(self, "type", value)
6365
+ jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
6366
6366
 
6367
6367
  @builtins.property
6368
6368
  @jsii.member(jsii_name="allowedPattern")
@@ -6378,7 +6378,7 @@ class CfnParameter(
6378
6378
  if __debug__:
6379
6379
  type_hints = typing.get_type_hints(_typecheckingstub__bccc804e9bde09df07b9c43eca0d49a9a986e8d6463373c956d71c78852b10ea)
6380
6380
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6381
- jsii.set(self, "allowedPattern", value)
6381
+ jsii.set(self, "allowedPattern", value) # pyright: ignore[reportArgumentType]
6382
6382
 
6383
6383
  @builtins.property
6384
6384
  @jsii.member(jsii_name="allowedValues")
@@ -6394,7 +6394,7 @@ class CfnParameter(
6394
6394
  if __debug__:
6395
6395
  type_hints = typing.get_type_hints(_typecheckingstub__244e39c60d4038554921b86623b26479586dc80a8377d492f3e3687126aff5c8)
6396
6396
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6397
- jsii.set(self, "allowedValues", value)
6397
+ jsii.set(self, "allowedValues", value) # pyright: ignore[reportArgumentType]
6398
6398
 
6399
6399
  @builtins.property
6400
6400
  @jsii.member(jsii_name="constraintDescription")
@@ -6414,7 +6414,7 @@ class CfnParameter(
6414
6414
  if __debug__:
6415
6415
  type_hints = typing.get_type_hints(_typecheckingstub__bc159a89368624d20193ad929b2b370445b7ebd9f1ea6879030e1454ca997298)
6416
6416
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6417
- jsii.set(self, "constraintDescription", value)
6417
+ jsii.set(self, "constraintDescription", value) # pyright: ignore[reportArgumentType]
6418
6418
 
6419
6419
  @builtins.property
6420
6420
  @jsii.member(jsii_name="description")
@@ -6430,7 +6430,7 @@ class CfnParameter(
6430
6430
  if __debug__:
6431
6431
  type_hints = typing.get_type_hints(_typecheckingstub__f02c11a5a6084ab7285739b645ff4db52fa4ab9d537140e0040eb928df488a0a)
6432
6432
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6433
- jsii.set(self, "description", value)
6433
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
6434
6434
 
6435
6435
  @builtins.property
6436
6436
  @jsii.member(jsii_name="maxLength")
@@ -6446,7 +6446,7 @@ class CfnParameter(
6446
6446
  if __debug__:
6447
6447
  type_hints = typing.get_type_hints(_typecheckingstub__b8c7f7988f60b65db86ed4c303c4c30645856005b14ba31e44cbb0370593ba38)
6448
6448
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6449
- jsii.set(self, "maxLength", value)
6449
+ jsii.set(self, "maxLength", value) # pyright: ignore[reportArgumentType]
6450
6450
 
6451
6451
  @builtins.property
6452
6452
  @jsii.member(jsii_name="maxValue")
@@ -6462,7 +6462,7 @@ class CfnParameter(
6462
6462
  if __debug__:
6463
6463
  type_hints = typing.get_type_hints(_typecheckingstub__f637122dfdd53cfdf3313b8dc0055a13240a2701e688fdd73b3b873bf5585c19)
6464
6464
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6465
- jsii.set(self, "maxValue", value)
6465
+ jsii.set(self, "maxValue", value) # pyright: ignore[reportArgumentType]
6466
6466
 
6467
6467
  @builtins.property
6468
6468
  @jsii.member(jsii_name="minLength")
@@ -6478,7 +6478,7 @@ class CfnParameter(
6478
6478
  if __debug__:
6479
6479
  type_hints = typing.get_type_hints(_typecheckingstub__ece8fbd2ab6623d4345ceb33f2bc952eae9ceea3fd07df99365a2e77df0255cb)
6480
6480
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6481
- jsii.set(self, "minLength", value)
6481
+ jsii.set(self, "minLength", value) # pyright: ignore[reportArgumentType]
6482
6482
 
6483
6483
  @builtins.property
6484
6484
  @jsii.member(jsii_name="minValue")
@@ -6494,7 +6494,7 @@ class CfnParameter(
6494
6494
  if __debug__:
6495
6495
  type_hints = typing.get_type_hints(_typecheckingstub__520687c32986ebe96570a7b651014e5422b522582468d929a83c9bdcbbd914c1)
6496
6496
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
6497
- jsii.set(self, "minValue", value)
6497
+ jsii.set(self, "minValue", value) # pyright: ignore[reportArgumentType]
6498
6498
 
6499
6499
 
6500
6500
  @jsii.data_type(
@@ -8303,6 +8303,7 @@ class CfnStackSetProps:
8303
8303
  execution_role_name="executionRoleName",
8304
8304
  managed_execution=managed_execution,
8305
8305
  operation_preferences=cdk.CfnStackSet.OperationPreferencesProperty(
8306
+ concurrency_mode="concurrencyMode",
8306
8307
  failure_tolerance_count=123,
8307
8308
  failure_tolerance_percentage=123,
8308
8309
  max_concurrent_count=123,
@@ -14616,7 +14617,7 @@ class _ICfnResourceOptionsProxy:
14616
14617
  if __debug__:
14617
14618
  type_hints = typing.get_type_hints(_typecheckingstub__c340bd017ade3179e8e3171e1ad6f8f3ba29242e8489eb7e3c6980ea7628eaa0)
14618
14619
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
14619
- jsii.set(self, "condition", value)
14620
+ jsii.set(self, "condition", value) # pyright: ignore[reportArgumentType]
14620
14621
 
14621
14622
  @builtins.property
14622
14623
  @jsii.member(jsii_name="creationPolicy")
@@ -14634,7 +14635,7 @@ class _ICfnResourceOptionsProxy:
14634
14635
  if __debug__:
14635
14636
  type_hints = typing.get_type_hints(_typecheckingstub__810d44b93f0de1f70deab96318824fa079fd4fad9830b45ed196a06bd2a32899)
14636
14637
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
14637
- jsii.set(self, "creationPolicy", value)
14638
+ jsii.set(self, "creationPolicy", value) # pyright: ignore[reportArgumentType]
14638
14639
 
14639
14640
  @builtins.property
14640
14641
  @jsii.member(jsii_name="deletionPolicy")
@@ -14652,7 +14653,7 @@ class _ICfnResourceOptionsProxy:
14652
14653
  if __debug__:
14653
14654
  type_hints = typing.get_type_hints(_typecheckingstub__d217244047834b21b19a7d6d13f0a9ee80513ca9adeed4eecb61cc60f4cbc083)
14654
14655
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
14655
- jsii.set(self, "deletionPolicy", value)
14656
+ jsii.set(self, "deletionPolicy", value) # pyright: ignore[reportArgumentType]
14656
14657
 
14657
14658
  @builtins.property
14658
14659
  @jsii.member(jsii_name="description")
@@ -14670,7 +14671,7 @@ class _ICfnResourceOptionsProxy:
14670
14671
  if __debug__:
14671
14672
  type_hints = typing.get_type_hints(_typecheckingstub__85c1cdbe10f838e2728d0e14dd5d307715d9a727821b133204eb5fe64108ae86)
14672
14673
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
14673
- jsii.set(self, "description", value)
14674
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
14674
14675
 
14675
14676
  @builtins.property
14676
14677
  @jsii.member(jsii_name="metadata")
@@ -14690,7 +14691,7 @@ class _ICfnResourceOptionsProxy:
14690
14691
  if __debug__:
14691
14692
  type_hints = typing.get_type_hints(_typecheckingstub__36fe2b1cb86bc896248b9d242a84d7203ff331fa096782c69ed2ad15b923ac75)
14692
14693
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
14693
- jsii.set(self, "metadata", value)
14694
+ jsii.set(self, "metadata", value) # pyright: ignore[reportArgumentType]
14694
14695
 
14695
14696
  @builtins.property
14696
14697
  @jsii.member(jsii_name="updatePolicy")
@@ -14707,7 +14708,7 @@ class _ICfnResourceOptionsProxy:
14707
14708
  if __debug__:
14708
14709
  type_hints = typing.get_type_hints(_typecheckingstub__7c725970b5b7c9a0b3b4f52905cab1308f1db7c3e61f492c49e4c25040aca4bf)
14709
14710
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
14710
- jsii.set(self, "updatePolicy", value)
14711
+ jsii.set(self, "updatePolicy", value) # pyright: ignore[reportArgumentType]
14711
14712
 
14712
14713
  @builtins.property
14713
14714
  @jsii.member(jsii_name="updateReplacePolicy")
@@ -14720,7 +14721,7 @@ class _ICfnResourceOptionsProxy:
14720
14721
  if __debug__:
14721
14722
  type_hints = typing.get_type_hints(_typecheckingstub__f38be0d686c18d026164a59d72c296e1e4f3624847d244ce628f7b90984abd80)
14722
14723
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
14723
- jsii.set(self, "updateReplacePolicy", value)
14724
+ jsii.set(self, "updateReplacePolicy", value) # pyright: ignore[reportArgumentType]
14724
14725
 
14725
14726
  @builtins.property
14726
14727
  @jsii.member(jsii_name="version")
@@ -14738,7 +14739,7 @@ class _ICfnResourceOptionsProxy:
14738
14739
  if __debug__:
14739
14740
  type_hints = typing.get_type_hints(_typecheckingstub__42237fa93d35be34f4782c5d322036259e005ed0e4f435315b820b187245110b)
14740
14741
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
14741
- jsii.set(self, "version", value)
14742
+ jsii.set(self, "version", value) # pyright: ignore[reportArgumentType]
14742
14743
 
14743
14744
  # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
14744
14745
  typing.cast(typing.Any, ICfnResourceOptions).__jsii_proxy_class__ = lambda : _ICfnResourceOptionsProxy
@@ -15937,7 +15938,7 @@ class _ISynthesisSessionProxy:
15937
15938
  if __debug__:
15938
15939
  type_hints = typing.get_type_hints(_typecheckingstub__46911aaa2f35f64b5c8d1cad71cbd1206b72081a1063b06d7ea031c371fdd641)
15939
15940
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
15940
- jsii.set(self, "assembly", value)
15941
+ jsii.set(self, "assembly", value) # pyright: ignore[reportArgumentType]
15941
15942
 
15942
15943
  @builtins.property
15943
15944
  @jsii.member(jsii_name="outdir")
@@ -15950,7 +15951,7 @@ class _ISynthesisSessionProxy:
15950
15951
  if __debug__:
15951
15952
  type_hints = typing.get_type_hints(_typecheckingstub__22d70f5ea7ea04eb8f4a37057f361ddffad9030cd0ae9f9ca1b37feeb53bddf5)
15952
15953
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
15953
- jsii.set(self, "outdir", value)
15954
+ jsii.set(self, "outdir", value) # pyright: ignore[reportArgumentType]
15954
15955
 
15955
15956
  @builtins.property
15956
15957
  @jsii.member(jsii_name="validateOnSynth")
@@ -15966,7 +15967,7 @@ class _ISynthesisSessionProxy:
15966
15967
  if __debug__:
15967
15968
  type_hints = typing.get_type_hints(_typecheckingstub__430bfb7b63050c3533b372b1ee6579b19303be2daa47188ff3e88d2926b3156c)
15968
15969
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
15969
- jsii.set(self, "validateOnSynth", value)
15970
+ jsii.set(self, "validateOnSynth", value) # pyright: ignore[reportArgumentType]
15970
15971
 
15971
15972
  # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
15972
15973
  typing.cast(typing.Any, ISynthesisSession).__jsii_proxy_class__ = lambda : _ISynthesisSessionProxy
@@ -16110,7 +16111,7 @@ class _ITemplateOptionsProxy:
16110
16111
  if __debug__:
16111
16112
  type_hints = typing.get_type_hints(_typecheckingstub__f0d6e5bd1a069c4761813858df94c7552e68e02237fa641508f5ed8ebe319b67)
16112
16113
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
16113
- jsii.set(self, "description", value)
16114
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
16114
16115
 
16115
16116
  @builtins.property
16116
16117
  @jsii.member(jsii_name="metadata")
@@ -16126,7 +16127,7 @@ class _ITemplateOptionsProxy:
16126
16127
  if __debug__:
16127
16128
  type_hints = typing.get_type_hints(_typecheckingstub__6bcc681ac84509a3a0616141f17d6581bd269eca64bc60741b547a56ed1e85a1)
16128
16129
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
16129
- jsii.set(self, "metadata", value)
16130
+ jsii.set(self, "metadata", value) # pyright: ignore[reportArgumentType]
16130
16131
 
16131
16132
  @builtins.property
16132
16133
  @jsii.member(jsii_name="templateFormatVersion")
@@ -16139,7 +16140,7 @@ class _ITemplateOptionsProxy:
16139
16140
  if __debug__:
16140
16141
  type_hints = typing.get_type_hints(_typecheckingstub__ac3a835d9d8a0cf07a444f7b9a14b82dfdd549d911dcb27d0164d87229852292)
16141
16142
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
16142
- jsii.set(self, "templateFormatVersion", value)
16143
+ jsii.set(self, "templateFormatVersion", value) # pyright: ignore[reportArgumentType]
16143
16144
 
16144
16145
  @builtins.property
16145
16146
  @jsii.member(jsii_name="transforms")
@@ -16152,7 +16153,7 @@ class _ITemplateOptionsProxy:
16152
16153
  if __debug__:
16153
16154
  type_hints = typing.get_type_hints(_typecheckingstub__6177de085e2d8887b29294dfdd9d70a505769acece57f422e90bd9865e27266d)
16154
16155
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
16155
- jsii.set(self, "transforms", value)
16156
+ jsii.set(self, "transforms", value) # pyright: ignore[reportArgumentType]
16156
16157
 
16157
16158
  # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
16158
16159
  typing.cast(typing.Any, ITemplateOptions).__jsii_proxy_class__ = lambda : _ITemplateOptionsProxy
@@ -20450,7 +20451,7 @@ class Stack(
20450
20451
  if __debug__:
20451
20452
  type_hints = typing.get_type_hints(_typecheckingstub__11d4f0b6ee8029a38fd83d0a25ca35c29bbca4dddd12b58e84f2a35b7224c2eb)
20452
20453
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
20453
- jsii.set(self, "terminationProtection", value)
20454
+ jsii.set(self, "terminationProtection", value) # pyright: ignore[reportArgumentType]
20454
20455
 
20455
20456
 
20456
20457
  @jsii.data_type(
@@ -21272,9 +21273,7 @@ class Stage(
21272
21273
  ]
21273
21274
  )
21274
21275
  pipeline.add_stage(prod,
21275
- pre=[
21276
- pipelines.ManualApprovalStep("PromoteToProd")
21277
- ]
21276
+ pre=[pipelines.ManualApprovalStep("PromoteToProd")]
21278
21277
  )
21279
21278
  '''
21280
21279
 
@@ -21800,7 +21799,7 @@ class SynthesizeStackArtifactOptions:
21800
21799
  assume_role_external_id="assumeRoleExternalId",
21801
21800
  bootstrap_stack_version_ssm_parameter="bootstrapStackVersionSsmParameter",
21802
21801
  cloud_formation_execution_role_arn="cloudFormationExecutionRoleArn",
21803
- lookup_role=cdk.cloud_assembly_schema.BootstrapRole(
21802
+ lookup_role=BootstrapRole(
21804
21803
  arn="arn",
21805
21804
 
21806
21805
  # the properties below are optional
@@ -26512,7 +26511,7 @@ class ValidationResults(
26512
26511
  if __debug__:
26513
26512
  type_hints = typing.get_type_hints(_typecheckingstub__9effc33e84903ea022b71088eb4acbafab3c5e135ab84d1b08231a7b3bb0dae9)
26514
26513
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
26515
- jsii.set(self, "results", value)
26514
+ jsii.set(self, "results", value) # pyright: ignore[reportArgumentType]
26516
26515
 
26517
26516
 
26518
26517
  class App(Stage, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.App"):
@@ -26923,7 +26922,7 @@ class CfnCodeDeployBlueGreenHook(
26923
26922
  if __debug__:
26924
26923
  type_hints = typing.get_type_hints(_typecheckingstub__301622392d5f5e3371a565308249226a6bcffd963009eb56723f533552550e66)
26925
26924
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
26926
- jsii.set(self, "applications", value)
26925
+ jsii.set(self, "applications", value) # pyright: ignore[reportArgumentType]
26927
26926
 
26928
26927
  @builtins.property
26929
26928
  @jsii.member(jsii_name="serviceRole")
@@ -26936,7 +26935,7 @@ class CfnCodeDeployBlueGreenHook(
26936
26935
  if __debug__:
26937
26936
  type_hints = typing.get_type_hints(_typecheckingstub__05f6c16a47e613d5931476bd3aab8f0e2def7085825c847cf2a7ab381974c90f)
26938
26937
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
26939
- jsii.set(self, "serviceRole", value)
26938
+ jsii.set(self, "serviceRole", value) # pyright: ignore[reportArgumentType]
26940
26939
 
26941
26940
  @builtins.property
26942
26941
  @jsii.member(jsii_name="additionalOptions")
@@ -26957,7 +26956,7 @@ class CfnCodeDeployBlueGreenHook(
26957
26956
  if __debug__:
26958
26957
  type_hints = typing.get_type_hints(_typecheckingstub__063fca93608346f764089509004a16657f58484d0a0d3f6252ea50e6455bcf5b)
26959
26958
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
26960
- jsii.set(self, "additionalOptions", value)
26959
+ jsii.set(self, "additionalOptions", value) # pyright: ignore[reportArgumentType]
26961
26960
 
26962
26961
  @builtins.property
26963
26962
  @jsii.member(jsii_name="lifecycleEventHooks")
@@ -26983,7 +26982,7 @@ class CfnCodeDeployBlueGreenHook(
26983
26982
  if __debug__:
26984
26983
  type_hints = typing.get_type_hints(_typecheckingstub__5de2abc350cd318250210cd72574a10ab7615e6e5eaea18c45bd7e82dfc56590)
26985
26984
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
26986
- jsii.set(self, "lifecycleEventHooks", value)
26985
+ jsii.set(self, "lifecycleEventHooks", value) # pyright: ignore[reportArgumentType]
26987
26986
 
26988
26987
  @builtins.property
26989
26988
  @jsii.member(jsii_name="trafficRoutingConfig")
@@ -27002,7 +27001,7 @@ class CfnCodeDeployBlueGreenHook(
27002
27001
  if __debug__:
27003
27002
  type_hints = typing.get_type_hints(_typecheckingstub__c78641539d02a4305c5aded1d4cfdeae4440529ff8644bacc5d0fbf0868457fb)
27004
27003
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27005
- jsii.set(self, "trafficRoutingConfig", value)
27004
+ jsii.set(self, "trafficRoutingConfig", value) # pyright: ignore[reportArgumentType]
27006
27005
 
27007
27006
 
27008
27007
  @jsii.implements(IInspectable)
@@ -27107,7 +27106,7 @@ class CfnCustomResource(
27107
27106
  if __debug__:
27108
27107
  type_hints = typing.get_type_hints(_typecheckingstub__3be70abbbdb8420844283a98dccbfef7ea4227506b14273ee3a1591ad5361837)
27109
27108
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27110
- jsii.set(self, "serviceToken", value)
27109
+ jsii.set(self, "serviceToken", value) # pyright: ignore[reportArgumentType]
27111
27110
 
27112
27111
 
27113
27112
  class CfnDynamicReference(
@@ -27250,7 +27249,7 @@ class CfnHookDefaultVersion(
27250
27249
  if __debug__:
27251
27250
  type_hints = typing.get_type_hints(_typecheckingstub__3a56a38c1484cf5e8fe3cef2bfa70e8bfafcfa6ff2bcf49e546d2f16f731ff33)
27252
27251
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27253
- jsii.set(self, "typeName", value)
27252
+ jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
27254
27253
 
27255
27254
  @builtins.property
27256
27255
  @jsii.member(jsii_name="typeVersionArn")
@@ -27263,7 +27262,7 @@ class CfnHookDefaultVersion(
27263
27262
  if __debug__:
27264
27263
  type_hints = typing.get_type_hints(_typecheckingstub__c6804a2aee50a79c10c85ac559f3e0980332802034895c481271bd971333f014)
27265
27264
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27266
- jsii.set(self, "typeVersionArn", value)
27265
+ jsii.set(self, "typeVersionArn", value) # pyright: ignore[reportArgumentType]
27267
27266
 
27268
27267
  @builtins.property
27269
27268
  @jsii.member(jsii_name="versionId")
@@ -27276,7 +27275,7 @@ class CfnHookDefaultVersion(
27276
27275
  if __debug__:
27277
27276
  type_hints = typing.get_type_hints(_typecheckingstub__aba54a8e3c2e20e2f92c0569a4f8fc56fdc0d62c7dd9bca9b361afd191b5f9e7)
27278
27277
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27279
- jsii.set(self, "versionId", value)
27278
+ jsii.set(self, "versionId", value) # pyright: ignore[reportArgumentType]
27280
27279
 
27281
27280
 
27282
27281
  @jsii.implements(IInspectable)
@@ -27393,7 +27392,7 @@ class CfnHookTypeConfig(
27393
27392
  if __debug__:
27394
27393
  type_hints = typing.get_type_hints(_typecheckingstub__4cdfb662d76ece788d246690f202d722f9322e11635ec80e130684957899847e)
27395
27394
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27396
- jsii.set(self, "configuration", value)
27395
+ jsii.set(self, "configuration", value) # pyright: ignore[reportArgumentType]
27397
27396
 
27398
27397
  @builtins.property
27399
27398
  @jsii.member(jsii_name="configurationAlias")
@@ -27406,7 +27405,7 @@ class CfnHookTypeConfig(
27406
27405
  if __debug__:
27407
27406
  type_hints = typing.get_type_hints(_typecheckingstub__cb213f7d84679cc4f261c0a2c63708291ab85662ea54df27d721651c2f3d6c35)
27408
27407
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27409
- jsii.set(self, "configurationAlias", value)
27408
+ jsii.set(self, "configurationAlias", value) # pyright: ignore[reportArgumentType]
27410
27409
 
27411
27410
  @builtins.property
27412
27411
  @jsii.member(jsii_name="typeArn")
@@ -27419,7 +27418,7 @@ class CfnHookTypeConfig(
27419
27418
  if __debug__:
27420
27419
  type_hints = typing.get_type_hints(_typecheckingstub__f97489316007ae71ab50aac9f783e25395c4e3f2e17c4efb878ee36a31d00225)
27421
27420
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27422
- jsii.set(self, "typeArn", value)
27421
+ jsii.set(self, "typeArn", value) # pyright: ignore[reportArgumentType]
27423
27422
 
27424
27423
  @builtins.property
27425
27424
  @jsii.member(jsii_name="typeName")
@@ -27432,7 +27431,7 @@ class CfnHookTypeConfig(
27432
27431
  if __debug__:
27433
27432
  type_hints = typing.get_type_hints(_typecheckingstub__ae25c5975a4cc4135c1badf2c65d807ffa478ac85dadc05cdf08890585df75a2)
27434
27433
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27435
- jsii.set(self, "typeName", value)
27434
+ jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
27436
27435
 
27437
27436
 
27438
27437
  @jsii.implements(IInspectable)
@@ -27593,7 +27592,7 @@ class CfnHookVersion(
27593
27592
  if __debug__:
27594
27593
  type_hints = typing.get_type_hints(_typecheckingstub__1a18863d8358bf751f4653e089e7d5f3804fc875d8da8c8aaa157ad381e63bb3)
27595
27594
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27596
- jsii.set(self, "schemaHandlerPackage", value)
27595
+ jsii.set(self, "schemaHandlerPackage", value) # pyright: ignore[reportArgumentType]
27597
27596
 
27598
27597
  @builtins.property
27599
27598
  @jsii.member(jsii_name="typeName")
@@ -27606,7 +27605,7 @@ class CfnHookVersion(
27606
27605
  if __debug__:
27607
27606
  type_hints = typing.get_type_hints(_typecheckingstub__f95d956f55038f27410e8284fb9718455df0f9df1fcccff7e7f26a6dc1df15e3)
27608
27607
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27609
- jsii.set(self, "typeName", value)
27608
+ jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
27610
27609
 
27611
27610
  @builtins.property
27612
27611
  @jsii.member(jsii_name="executionRoleArn")
@@ -27619,7 +27618,7 @@ class CfnHookVersion(
27619
27618
  if __debug__:
27620
27619
  type_hints = typing.get_type_hints(_typecheckingstub__d5403222bfd0884b8acb5d4119733e58e50d23b347d9f5866e11160c7dc7723d)
27621
27620
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27622
- jsii.set(self, "executionRoleArn", value)
27621
+ jsii.set(self, "executionRoleArn", value) # pyright: ignore[reportArgumentType]
27623
27622
 
27624
27623
  @builtins.property
27625
27624
  @jsii.member(jsii_name="loggingConfig")
@@ -27637,7 +27636,7 @@ class CfnHookVersion(
27637
27636
  if __debug__:
27638
27637
  type_hints = typing.get_type_hints(_typecheckingstub__3db339eaaa37dfe72ee5f61fbe419e70e49b5d4471ce4c5733792ddeb0c097dc)
27639
27638
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27640
- jsii.set(self, "loggingConfig", value)
27639
+ jsii.set(self, "loggingConfig", value) # pyright: ignore[reportArgumentType]
27641
27640
 
27642
27641
  @jsii.data_type(
27643
27642
  jsii_type="aws-cdk-lib.CfnHookVersion.LoggingConfigProperty",
@@ -27919,7 +27918,7 @@ class CfnMacro(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnM
27919
27918
  if __debug__:
27920
27919
  type_hints = typing.get_type_hints(_typecheckingstub__6e13b78889dc186011f4f1342aeddd970195b0b40a6d440ac2cc29bb99361630)
27921
27920
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27922
- jsii.set(self, "functionName", value)
27921
+ jsii.set(self, "functionName", value) # pyright: ignore[reportArgumentType]
27923
27922
 
27924
27923
  @builtins.property
27925
27924
  @jsii.member(jsii_name="name")
@@ -27932,7 +27931,7 @@ class CfnMacro(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnM
27932
27931
  if __debug__:
27933
27932
  type_hints = typing.get_type_hints(_typecheckingstub__9a26a130604dd4d34bf4d0e1e0a76b0ed6968c290606857c9c44c7f640a2d6e6)
27934
27933
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27935
- jsii.set(self, "name", value)
27934
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
27936
27935
 
27937
27936
  @builtins.property
27938
27937
  @jsii.member(jsii_name="description")
@@ -27945,7 +27944,7 @@ class CfnMacro(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnM
27945
27944
  if __debug__:
27946
27945
  type_hints = typing.get_type_hints(_typecheckingstub__77d1a351fea8d26f191cdf519053d2255b3187837cad5e2f2485126f89da17bd)
27947
27946
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27948
- jsii.set(self, "description", value)
27947
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
27949
27948
 
27950
27949
  @builtins.property
27951
27950
  @jsii.member(jsii_name="logGroupName")
@@ -27958,7 +27957,7 @@ class CfnMacro(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnM
27958
27957
  if __debug__:
27959
27958
  type_hints = typing.get_type_hints(_typecheckingstub__8712606866c8412fa88f6332f42cb09fc4405f811ea0ede547c88780df5d4272)
27960
27959
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27961
- jsii.set(self, "logGroupName", value)
27960
+ jsii.set(self, "logGroupName", value) # pyright: ignore[reportArgumentType]
27962
27961
 
27963
27962
  @builtins.property
27964
27963
  @jsii.member(jsii_name="logRoleArn")
@@ -27971,7 +27970,7 @@ class CfnMacro(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnM
27971
27970
  if __debug__:
27972
27971
  type_hints = typing.get_type_hints(_typecheckingstub__4e900294bfb9cf485e8dfe2e41e9f75225f77d3b3e01692026748d73d0303f9d)
27973
27972
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
27974
- jsii.set(self, "logRoleArn", value)
27973
+ jsii.set(self, "logRoleArn", value) # pyright: ignore[reportArgumentType]
27975
27974
 
27976
27975
 
27977
27976
  class CfnMapping(
@@ -28169,7 +28168,7 @@ class CfnModuleDefaultVersion(
28169
28168
  if __debug__:
28170
28169
  type_hints = typing.get_type_hints(_typecheckingstub__1cb2954494c700aff405049c8e7034ddc6a7e14442b802bbdd125cd0e75c0bde)
28171
28170
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28172
- jsii.set(self, "arn", value)
28171
+ jsii.set(self, "arn", value) # pyright: ignore[reportArgumentType]
28173
28172
 
28174
28173
  @builtins.property
28175
28174
  @jsii.member(jsii_name="moduleName")
@@ -28182,7 +28181,7 @@ class CfnModuleDefaultVersion(
28182
28181
  if __debug__:
28183
28182
  type_hints = typing.get_type_hints(_typecheckingstub__12a48c4edfa3ce0f46291ad9f0b4f77b86b1de6f746d1ca7970d8635d90240ff)
28184
28183
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28185
- jsii.set(self, "moduleName", value)
28184
+ jsii.set(self, "moduleName", value) # pyright: ignore[reportArgumentType]
28186
28185
 
28187
28186
  @builtins.property
28188
28187
  @jsii.member(jsii_name="versionId")
@@ -28195,7 +28194,7 @@ class CfnModuleDefaultVersion(
28195
28194
  if __debug__:
28196
28195
  type_hints = typing.get_type_hints(_typecheckingstub__eeecbb6b3bf1da20bb28e43562922dd4c5b93a9b2ab218e2a02b605d91858846)
28197
28196
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28198
- jsii.set(self, "versionId", value)
28197
+ jsii.set(self, "versionId", value) # pyright: ignore[reportArgumentType]
28199
28198
 
28200
28199
 
28201
28200
  @jsii.implements(IInspectable)
@@ -28379,7 +28378,7 @@ class CfnModuleVersion(
28379
28378
  if __debug__:
28380
28379
  type_hints = typing.get_type_hints(_typecheckingstub__bc417dfa6c4495f0db9eb848b03a17f6c0d7337a06ba9dbd3bccca32ce597f47)
28381
28380
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28382
- jsii.set(self, "moduleName", value)
28381
+ jsii.set(self, "moduleName", value) # pyright: ignore[reportArgumentType]
28383
28382
 
28384
28383
  @builtins.property
28385
28384
  @jsii.member(jsii_name="modulePackage")
@@ -28392,7 +28391,7 @@ class CfnModuleVersion(
28392
28391
  if __debug__:
28393
28392
  type_hints = typing.get_type_hints(_typecheckingstub__c0e482f7d20fd4d2a32dc3260583d1fdbab31951d2ff7f1c1ffbc7eebfe9f716)
28394
28393
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28395
- jsii.set(self, "modulePackage", value)
28394
+ jsii.set(self, "modulePackage", value) # pyright: ignore[reportArgumentType]
28396
28395
 
28397
28396
 
28398
28397
  @jsii.implements(IInspectable)
@@ -28544,7 +28543,7 @@ class CfnPublicTypeVersion(
28544
28543
  if __debug__:
28545
28544
  type_hints = typing.get_type_hints(_typecheckingstub__89d65aee55ca06cf86a8f492a0e1cbe094622863a87f4e2977c1fb80d701f0f7)
28546
28545
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28547
- jsii.set(self, "arn", value)
28546
+ jsii.set(self, "arn", value) # pyright: ignore[reportArgumentType]
28548
28547
 
28549
28548
  @builtins.property
28550
28549
  @jsii.member(jsii_name="logDeliveryBucket")
@@ -28557,7 +28556,7 @@ class CfnPublicTypeVersion(
28557
28556
  if __debug__:
28558
28557
  type_hints = typing.get_type_hints(_typecheckingstub__8aa9c938b19720538622a9ec624fc6c8320941bd5502960818ebb231f8d949d1)
28559
28558
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28560
- jsii.set(self, "logDeliveryBucket", value)
28559
+ jsii.set(self, "logDeliveryBucket", value) # pyright: ignore[reportArgumentType]
28561
28560
 
28562
28561
  @builtins.property
28563
28562
  @jsii.member(jsii_name="publicVersionNumber")
@@ -28570,7 +28569,7 @@ class CfnPublicTypeVersion(
28570
28569
  if __debug__:
28571
28570
  type_hints = typing.get_type_hints(_typecheckingstub__95ecc63cfe6df5e9a3f2d304425c9a24b0320523982a32048b1b1a82b38be45a)
28572
28571
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28573
- jsii.set(self, "publicVersionNumber", value)
28572
+ jsii.set(self, "publicVersionNumber", value) # pyright: ignore[reportArgumentType]
28574
28573
 
28575
28574
  @builtins.property
28576
28575
  @jsii.member(jsii_name="type")
@@ -28583,7 +28582,7 @@ class CfnPublicTypeVersion(
28583
28582
  if __debug__:
28584
28583
  type_hints = typing.get_type_hints(_typecheckingstub__5fde44f61a1d063a29cdd0f2056cd4361a6c98b287cc8e080a0004edeba6cd83)
28585
28584
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28586
- jsii.set(self, "type", value)
28585
+ jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
28587
28586
 
28588
28587
  @builtins.property
28589
28588
  @jsii.member(jsii_name="typeName")
@@ -28596,7 +28595,7 @@ class CfnPublicTypeVersion(
28596
28595
  if __debug__:
28597
28596
  type_hints = typing.get_type_hints(_typecheckingstub__13c8c23305bf1042108eb47020d3ca0a3ef39801d1f7d393ca71d1d42c8ad57c)
28598
28597
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28599
- jsii.set(self, "typeName", value)
28598
+ jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
28600
28599
 
28601
28600
 
28602
28601
  @jsii.implements(IInspectable)
@@ -28741,7 +28740,7 @@ class CfnPublisher(
28741
28740
  if __debug__:
28742
28741
  type_hints = typing.get_type_hints(_typecheckingstub__7088dca6cd0921f0733368bd21bbdadae5a33c23ec8020691bc9faea3f1624c5)
28743
28742
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28744
- jsii.set(self, "acceptTermsAndConditions", value)
28743
+ jsii.set(self, "acceptTermsAndConditions", value) # pyright: ignore[reportArgumentType]
28745
28744
 
28746
28745
  @builtins.property
28747
28746
  @jsii.member(jsii_name="connectionArn")
@@ -28754,7 +28753,7 @@ class CfnPublisher(
28754
28753
  if __debug__:
28755
28754
  type_hints = typing.get_type_hints(_typecheckingstub__58e46a0e668a652eaa01130b3a0c220e102d2faea9e3c1a608034f11c9f7cabf)
28756
28755
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28757
- jsii.set(self, "connectionArn", value)
28756
+ jsii.set(self, "connectionArn", value) # pyright: ignore[reportArgumentType]
28758
28757
 
28759
28758
 
28760
28759
  @jsii.implements(IInspectable)
@@ -28867,7 +28866,7 @@ class CfnResourceDefaultVersion(
28867
28866
  if __debug__:
28868
28867
  type_hints = typing.get_type_hints(_typecheckingstub__b516d3677587457e61b3fddd1a07ed6b3a6be667d3581d57efa344d33fb41f99)
28869
28868
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28870
- jsii.set(self, "typeName", value)
28869
+ jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
28871
28870
 
28872
28871
  @builtins.property
28873
28872
  @jsii.member(jsii_name="typeVersionArn")
@@ -28880,7 +28879,7 @@ class CfnResourceDefaultVersion(
28880
28879
  if __debug__:
28881
28880
  type_hints = typing.get_type_hints(_typecheckingstub__24b6d4eafd157ff7a5f438d4853f5dc78c9773081309212c101dae01924800fb)
28882
28881
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28883
- jsii.set(self, "typeVersionArn", value)
28882
+ jsii.set(self, "typeVersionArn", value) # pyright: ignore[reportArgumentType]
28884
28883
 
28885
28884
  @builtins.property
28886
28885
  @jsii.member(jsii_name="versionId")
@@ -28893,7 +28892,7 @@ class CfnResourceDefaultVersion(
28893
28892
  if __debug__:
28894
28893
  type_hints = typing.get_type_hints(_typecheckingstub__dd41a20885eade487854b9a6ac2e6748158d9a5e9f3b4b25e79e4f0501f4bcc9)
28895
28894
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
28896
- jsii.set(self, "versionId", value)
28895
+ jsii.set(self, "versionId", value) # pyright: ignore[reportArgumentType]
28897
28896
 
28898
28897
 
28899
28898
  @jsii.implements(IInspectable)
@@ -29090,7 +29089,7 @@ class CfnResourceVersion(
29090
29089
  if __debug__:
29091
29090
  type_hints = typing.get_type_hints(_typecheckingstub__6e5de705f1515ecb109475ff87faa4f823848e56d9685f33040b829da3f9389f)
29092
29091
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29093
- jsii.set(self, "schemaHandlerPackage", value)
29092
+ jsii.set(self, "schemaHandlerPackage", value) # pyright: ignore[reportArgumentType]
29094
29093
 
29095
29094
  @builtins.property
29096
29095
  @jsii.member(jsii_name="typeName")
@@ -29103,7 +29102,7 @@ class CfnResourceVersion(
29103
29102
  if __debug__:
29104
29103
  type_hints = typing.get_type_hints(_typecheckingstub__309268ea30711bf3d71e678bbb0008a267946596dcf4a3ddf29eae3346c4bd2d)
29105
29104
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29106
- jsii.set(self, "typeName", value)
29105
+ jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
29107
29106
 
29108
29107
  @builtins.property
29109
29108
  @jsii.member(jsii_name="executionRoleArn")
@@ -29116,7 +29115,7 @@ class CfnResourceVersion(
29116
29115
  if __debug__:
29117
29116
  type_hints = typing.get_type_hints(_typecheckingstub__2b411b10388d66bdeecf4fc2285b1d70b7851f0a9a93dfc2885fdd005f6efd6f)
29118
29117
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29119
- jsii.set(self, "executionRoleArn", value)
29118
+ jsii.set(self, "executionRoleArn", value) # pyright: ignore[reportArgumentType]
29120
29119
 
29121
29120
  @builtins.property
29122
29121
  @jsii.member(jsii_name="loggingConfig")
@@ -29134,7 +29133,7 @@ class CfnResourceVersion(
29134
29133
  if __debug__:
29135
29134
  type_hints = typing.get_type_hints(_typecheckingstub__0023472172aa2dc5cedd209d8df08ad231cc90ecdfd1ce431ed9d5d0165034df)
29136
29135
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29137
- jsii.set(self, "loggingConfig", value)
29136
+ jsii.set(self, "loggingConfig", value) # pyright: ignore[reportArgumentType]
29138
29137
 
29139
29138
  @jsii.data_type(
29140
29139
  jsii_type="aws-cdk-lib.CfnResourceVersion.LoggingConfigProperty",
@@ -29446,7 +29445,7 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
29446
29445
  if __debug__:
29447
29446
  type_hints = typing.get_type_hints(_typecheckingstub__c9c77d10e222f51987b4f16f428d98153c077789a4dc99f5943c9a4b1c2da262)
29448
29447
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29449
- jsii.set(self, "notificationArns", value)
29448
+ jsii.set(self, "notificationArns", value) # pyright: ignore[reportArgumentType]
29450
29449
 
29451
29450
  @builtins.property
29452
29451
  @jsii.member(jsii_name="parameters")
@@ -29464,7 +29463,7 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
29464
29463
  if __debug__:
29465
29464
  type_hints = typing.get_type_hints(_typecheckingstub__f3fb0b9b7598b79bde64721506e8cfa836e6901da44b747530857a860a1cc111)
29466
29465
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29467
- jsii.set(self, "parameters", value)
29466
+ jsii.set(self, "parameters", value) # pyright: ignore[reportArgumentType]
29468
29467
 
29469
29468
  @builtins.property
29470
29469
  @jsii.member(jsii_name="tagsRaw")
@@ -29477,7 +29476,7 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
29477
29476
  if __debug__:
29478
29477
  type_hints = typing.get_type_hints(_typecheckingstub__01a1e89136d78f617e17761b0d0ff550a27df4b2af18d366390e087562377641)
29479
29478
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29480
- jsii.set(self, "tagsRaw", value)
29479
+ jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
29481
29480
 
29482
29481
  @builtins.property
29483
29482
  @jsii.member(jsii_name="templateUrl")
@@ -29490,7 +29489,7 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
29490
29489
  if __debug__:
29491
29490
  type_hints = typing.get_type_hints(_typecheckingstub__fca2333050ec1bc7ded0826e01e92f6e2eeb3665b01935ccce638b9997563a9b)
29492
29491
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29493
- jsii.set(self, "templateUrl", value)
29492
+ jsii.set(self, "templateUrl", value) # pyright: ignore[reportArgumentType]
29494
29493
 
29495
29494
  @builtins.property
29496
29495
  @jsii.member(jsii_name="timeoutInMinutes")
@@ -29503,7 +29502,7 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
29503
29502
  if __debug__:
29504
29503
  type_hints = typing.get_type_hints(_typecheckingstub__014f1ef9e7a515362b7a296620ed8a84c70f46604a2c87b2ec9c0925b167ddd3)
29505
29504
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29506
- jsii.set(self, "timeoutInMinutes", value)
29505
+ jsii.set(self, "timeoutInMinutes", value) # pyright: ignore[reportArgumentType]
29507
29506
 
29508
29507
  @jsii.data_type(
29509
29508
  jsii_type="aws-cdk-lib.CfnStack.OutputProperty",
@@ -29652,6 +29651,7 @@ class CfnStackSet(
29652
29651
  execution_role_name="executionRoleName",
29653
29652
  managed_execution=managed_execution,
29654
29653
  operation_preferences=cdk.CfnStackSet.OperationPreferencesProperty(
29654
+ concurrency_mode="concurrencyMode",
29655
29655
  failure_tolerance_count=123,
29656
29656
  failure_tolerance_percentage=123,
29657
29657
  max_concurrent_count=123,
@@ -29812,7 +29812,7 @@ class CfnStackSet(
29812
29812
  if __debug__:
29813
29813
  type_hints = typing.get_type_hints(_typecheckingstub__bb21580072a82cabb449c57b07732ff0c209ae85a5b9cdc23fd652093bc2278b)
29814
29814
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29815
- jsii.set(self, "permissionModel", value)
29815
+ jsii.set(self, "permissionModel", value) # pyright: ignore[reportArgumentType]
29816
29816
 
29817
29817
  @builtins.property
29818
29818
  @jsii.member(jsii_name="stackSetName")
@@ -29825,7 +29825,7 @@ class CfnStackSet(
29825
29825
  if __debug__:
29826
29826
  type_hints = typing.get_type_hints(_typecheckingstub__32cf51df16e338fe3492791235b136e79d4005c2f8fd346571fbd180b648348a)
29827
29827
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29828
- jsii.set(self, "stackSetName", value)
29828
+ jsii.set(self, "stackSetName", value) # pyright: ignore[reportArgumentType]
29829
29829
 
29830
29830
  @builtins.property
29831
29831
  @jsii.member(jsii_name="administrationRoleArn")
@@ -29838,7 +29838,7 @@ class CfnStackSet(
29838
29838
  if __debug__:
29839
29839
  type_hints = typing.get_type_hints(_typecheckingstub__a1afa6f5b2ddfce1c00329978432389c241e56e66ed95e108061eec867e71c97)
29840
29840
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29841
- jsii.set(self, "administrationRoleArn", value)
29841
+ jsii.set(self, "administrationRoleArn", value) # pyright: ignore[reportArgumentType]
29842
29842
 
29843
29843
  @builtins.property
29844
29844
  @jsii.member(jsii_name="autoDeployment")
@@ -29856,7 +29856,7 @@ class CfnStackSet(
29856
29856
  if __debug__:
29857
29857
  type_hints = typing.get_type_hints(_typecheckingstub__d8b70cf0a59aaa8cfdb268b6617eb15a49e9b73ccfbbc6e55c6337feada2b437)
29858
29858
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29859
- jsii.set(self, "autoDeployment", value)
29859
+ jsii.set(self, "autoDeployment", value) # pyright: ignore[reportArgumentType]
29860
29860
 
29861
29861
  @builtins.property
29862
29862
  @jsii.member(jsii_name="callAs")
@@ -29869,7 +29869,7 @@ class CfnStackSet(
29869
29869
  if __debug__:
29870
29870
  type_hints = typing.get_type_hints(_typecheckingstub__96739899a1450d3f11e1da50c14a1ef20362034971989e3e843cc5cb543ffb4e)
29871
29871
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29872
- jsii.set(self, "callAs", value)
29872
+ jsii.set(self, "callAs", value) # pyright: ignore[reportArgumentType]
29873
29873
 
29874
29874
  @builtins.property
29875
29875
  @jsii.member(jsii_name="capabilities")
@@ -29882,7 +29882,7 @@ class CfnStackSet(
29882
29882
  if __debug__:
29883
29883
  type_hints = typing.get_type_hints(_typecheckingstub__d37d6bce85657a5b628de94c9e882e0d8322075c38355c5d1a399084d5efa06d)
29884
29884
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29885
- jsii.set(self, "capabilities", value)
29885
+ jsii.set(self, "capabilities", value) # pyright: ignore[reportArgumentType]
29886
29886
 
29887
29887
  @builtins.property
29888
29888
  @jsii.member(jsii_name="description")
@@ -29895,7 +29895,7 @@ class CfnStackSet(
29895
29895
  if __debug__:
29896
29896
  type_hints = typing.get_type_hints(_typecheckingstub__2e922a74f7a0e62a3b43f5ffc866664dabe0e0f9e9b9fb9bd5591af73955eb20)
29897
29897
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29898
- jsii.set(self, "description", value)
29898
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
29899
29899
 
29900
29900
  @builtins.property
29901
29901
  @jsii.member(jsii_name="executionRoleName")
@@ -29908,7 +29908,7 @@ class CfnStackSet(
29908
29908
  if __debug__:
29909
29909
  type_hints = typing.get_type_hints(_typecheckingstub__69b51712ff6404ccdc84f33ee3ab1d6f9badd506eff63172a852cf116891ff6b)
29910
29910
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29911
- jsii.set(self, "executionRoleName", value)
29911
+ jsii.set(self, "executionRoleName", value) # pyright: ignore[reportArgumentType]
29912
29912
 
29913
29913
  @builtins.property
29914
29914
  @jsii.member(jsii_name="managedExecution")
@@ -29921,7 +29921,7 @@ class CfnStackSet(
29921
29921
  if __debug__:
29922
29922
  type_hints = typing.get_type_hints(_typecheckingstub__ca77b286dae07d28153d69991c6f5204e4eedd30da2e1712f2dcf9fc313553d9)
29923
29923
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29924
- jsii.set(self, "managedExecution", value)
29924
+ jsii.set(self, "managedExecution", value) # pyright: ignore[reportArgumentType]
29925
29925
 
29926
29926
  @builtins.property
29927
29927
  @jsii.member(jsii_name="operationPreferences")
@@ -29939,7 +29939,7 @@ class CfnStackSet(
29939
29939
  if __debug__:
29940
29940
  type_hints = typing.get_type_hints(_typecheckingstub__8e37d30562640aa75e0ac76db39c35de57213394a2ce91bdf51e549a80b2f018)
29941
29941
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29942
- jsii.set(self, "operationPreferences", value)
29942
+ jsii.set(self, "operationPreferences", value) # pyright: ignore[reportArgumentType]
29943
29943
 
29944
29944
  @builtins.property
29945
29945
  @jsii.member(jsii_name="parameters")
@@ -29957,7 +29957,7 @@ class CfnStackSet(
29957
29957
  if __debug__:
29958
29958
  type_hints = typing.get_type_hints(_typecheckingstub__09dcba4507180e686f621170a91e1dfc965d008d03485dd491ba2d1cc410e35a)
29959
29959
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29960
- jsii.set(self, "parameters", value)
29960
+ jsii.set(self, "parameters", value) # pyright: ignore[reportArgumentType]
29961
29961
 
29962
29962
  @builtins.property
29963
29963
  @jsii.member(jsii_name="stackInstancesGroup")
@@ -29975,7 +29975,7 @@ class CfnStackSet(
29975
29975
  if __debug__:
29976
29976
  type_hints = typing.get_type_hints(_typecheckingstub__8190897c9db2be7522404cc59a903c2a29fb676e3e499e673b2a3d41196fb27c)
29977
29977
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29978
- jsii.set(self, "stackInstancesGroup", value)
29978
+ jsii.set(self, "stackInstancesGroup", value) # pyright: ignore[reportArgumentType]
29979
29979
 
29980
29980
  @builtins.property
29981
29981
  @jsii.member(jsii_name="tagsRaw")
@@ -29988,7 +29988,7 @@ class CfnStackSet(
29988
29988
  if __debug__:
29989
29989
  type_hints = typing.get_type_hints(_typecheckingstub__6b08cfb2362e301b6d719febc0b9056b8148548584ea3562f39eeb1a313a5812)
29990
29990
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
29991
- jsii.set(self, "tagsRaw", value)
29991
+ jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
29992
29992
 
29993
29993
  @builtins.property
29994
29994
  @jsii.member(jsii_name="templateBody")
@@ -30001,7 +30001,7 @@ class CfnStackSet(
30001
30001
  if __debug__:
30002
30002
  type_hints = typing.get_type_hints(_typecheckingstub__cb421fb45b2646fde70eebd9a4eef54e26e3f476b73f8d709bb5b08e5987a505)
30003
30003
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
30004
- jsii.set(self, "templateBody", value)
30004
+ jsii.set(self, "templateBody", value) # pyright: ignore[reportArgumentType]
30005
30005
 
30006
30006
  @builtins.property
30007
30007
  @jsii.member(jsii_name="templateUrl")
@@ -30014,7 +30014,7 @@ class CfnStackSet(
30014
30014
  if __debug__:
30015
30015
  type_hints = typing.get_type_hints(_typecheckingstub__1b399e4d1c79d187fa3878cff5a39cacae8d986c447bd9f405dcd4d1f491d0aa)
30016
30016
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
30017
- jsii.set(self, "templateUrl", value)
30017
+ jsii.set(self, "templateUrl", value) # pyright: ignore[reportArgumentType]
30018
30018
 
30019
30019
  @jsii.data_type(
30020
30020
  jsii_type="aws-cdk-lib.CfnStackSet.AutoDeploymentProperty",
@@ -30278,6 +30278,7 @@ class CfnStackSet(
30278
30278
  jsii_type="aws-cdk-lib.CfnStackSet.OperationPreferencesProperty",
30279
30279
  jsii_struct_bases=[],
30280
30280
  name_mapping={
30281
+ "concurrency_mode": "concurrencyMode",
30281
30282
  "failure_tolerance_count": "failureToleranceCount",
30282
30283
  "failure_tolerance_percentage": "failureTolerancePercentage",
30283
30284
  "max_concurrent_count": "maxConcurrentCount",
@@ -30290,6 +30291,7 @@ class CfnStackSet(
30290
30291
  def __init__(
30291
30292
  self,
30292
30293
  *,
30294
+ concurrency_mode: typing.Optional[builtins.str] = None,
30293
30295
  failure_tolerance_count: typing.Optional[jsii.Number] = None,
30294
30296
  failure_tolerance_percentage: typing.Optional[jsii.Number] = None,
30295
30297
  max_concurrent_count: typing.Optional[jsii.Number] = None,
@@ -30301,6 +30303,7 @@ class CfnStackSet(
30301
30303
 
30302
30304
  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>`_ .
30303
30305
 
30306
+ :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.
30304
30307
  :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).
30305
30308
  :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.
30306
30309
  :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.
@@ -30318,6 +30321,7 @@ class CfnStackSet(
30318
30321
  import aws_cdk as cdk
30319
30322
 
30320
30323
  operation_preferences_property = cdk.CfnStackSet.OperationPreferencesProperty(
30324
+ concurrency_mode="concurrencyMode",
30321
30325
  failure_tolerance_count=123,
30322
30326
  failure_tolerance_percentage=123,
30323
30327
  max_concurrent_count=123,
@@ -30328,6 +30332,7 @@ class CfnStackSet(
30328
30332
  '''
30329
30333
  if __debug__:
30330
30334
  type_hints = typing.get_type_hints(_typecheckingstub__380e677f91249cf40550d27048387f5676015a1350a98243db157a76de77a3d9)
30335
+ check_type(argname="argument concurrency_mode", value=concurrency_mode, expected_type=type_hints["concurrency_mode"])
30331
30336
  check_type(argname="argument failure_tolerance_count", value=failure_tolerance_count, expected_type=type_hints["failure_tolerance_count"])
30332
30337
  check_type(argname="argument failure_tolerance_percentage", value=failure_tolerance_percentage, expected_type=type_hints["failure_tolerance_percentage"])
30333
30338
  check_type(argname="argument max_concurrent_count", value=max_concurrent_count, expected_type=type_hints["max_concurrent_count"])
@@ -30335,6 +30340,8 @@ class CfnStackSet(
30335
30340
  check_type(argname="argument region_concurrency_type", value=region_concurrency_type, expected_type=type_hints["region_concurrency_type"])
30336
30341
  check_type(argname="argument region_order", value=region_order, expected_type=type_hints["region_order"])
30337
30342
  self._values: typing.Dict[builtins.str, typing.Any] = {}
30343
+ if concurrency_mode is not None:
30344
+ self._values["concurrency_mode"] = concurrency_mode
30338
30345
  if failure_tolerance_count is not None:
30339
30346
  self._values["failure_tolerance_count"] = failure_tolerance_count
30340
30347
  if failure_tolerance_percentage is not None:
@@ -30348,6 +30355,21 @@ class CfnStackSet(
30348
30355
  if region_order is not None:
30349
30356
  self._values["region_order"] = region_order
30350
30357
 
30358
+ @builtins.property
30359
+ def concurrency_mode(self) -> typing.Optional[builtins.str]:
30360
+ '''Specifies how the concurrency level behaves during the operation execution.
30361
+
30362
+ - ``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.
30363
+
30364
+ If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar.
30365
+
30366
+ - ``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.
30367
+
30368
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-operationpreferences.html#cfn-cloudformation-stackset-operationpreferences-concurrencymode
30369
+ '''
30370
+ result = self._values.get("concurrency_mode")
30371
+ return typing.cast(typing.Optional[builtins.str], result)
30372
+
30351
30373
  @builtins.property
30352
30374
  def failure_tolerance_count(self) -> typing.Optional[jsii.Number]:
30353
30375
  '''The number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region.
@@ -30766,7 +30788,7 @@ class CfnTypeActivation(
30766
30788
  if __debug__:
30767
30789
  type_hints = typing.get_type_hints(_typecheckingstub__05c503620ac691702b279d7b84e9b83f3ff36c3f686220ac1622e4a4fa101c74)
30768
30790
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
30769
- jsii.set(self, "autoUpdate", value)
30791
+ jsii.set(self, "autoUpdate", value) # pyright: ignore[reportArgumentType]
30770
30792
 
30771
30793
  @builtins.property
30772
30794
  @jsii.member(jsii_name="executionRoleArn")
@@ -30779,7 +30801,7 @@ class CfnTypeActivation(
30779
30801
  if __debug__:
30780
30802
  type_hints = typing.get_type_hints(_typecheckingstub__bb05a6bbb1b69a349ef62f54aa558d35fb999b6840e9e91e441d929597c93393)
30781
30803
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
30782
- jsii.set(self, "executionRoleArn", value)
30804
+ jsii.set(self, "executionRoleArn", value) # pyright: ignore[reportArgumentType]
30783
30805
 
30784
30806
  @builtins.property
30785
30807
  @jsii.member(jsii_name="loggingConfig")
@@ -30797,7 +30819,7 @@ class CfnTypeActivation(
30797
30819
  if __debug__:
30798
30820
  type_hints = typing.get_type_hints(_typecheckingstub__980f164c67ee3423187ae7c96a8caae825eb72c714cb6b6d07a224f79fdebc60)
30799
30821
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
30800
- jsii.set(self, "loggingConfig", value)
30822
+ jsii.set(self, "loggingConfig", value) # pyright: ignore[reportArgumentType]
30801
30823
 
30802
30824
  @builtins.property
30803
30825
  @jsii.member(jsii_name="majorVersion")
@@ -30810,7 +30832,7 @@ class CfnTypeActivation(
30810
30832
  if __debug__:
30811
30833
  type_hints = typing.get_type_hints(_typecheckingstub__72ee90d6a51d8910922b98a692b62b66f8ecf7d2e8f1a457dab45bfd3922c211)
30812
30834
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
30813
- jsii.set(self, "majorVersion", value)
30835
+ jsii.set(self, "majorVersion", value) # pyright: ignore[reportArgumentType]
30814
30836
 
30815
30837
  @builtins.property
30816
30838
  @jsii.member(jsii_name="publicTypeArn")
@@ -30823,7 +30845,7 @@ class CfnTypeActivation(
30823
30845
  if __debug__:
30824
30846
  type_hints = typing.get_type_hints(_typecheckingstub__2a684112f94199dc211c227a1dc433aa583ed1c907c77df7c1f03c8945e67f10)
30825
30847
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
30826
- jsii.set(self, "publicTypeArn", value)
30848
+ jsii.set(self, "publicTypeArn", value) # pyright: ignore[reportArgumentType]
30827
30849
 
30828
30850
  @builtins.property
30829
30851
  @jsii.member(jsii_name="publisherId")
@@ -30836,7 +30858,7 @@ class CfnTypeActivation(
30836
30858
  if __debug__:
30837
30859
  type_hints = typing.get_type_hints(_typecheckingstub__1e069507a69e544bb6965d86ff2af421a9a378e59c4f138a332c7a829951e221)
30838
30860
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
30839
- jsii.set(self, "publisherId", value)
30861
+ jsii.set(self, "publisherId", value) # pyright: ignore[reportArgumentType]
30840
30862
 
30841
30863
  @builtins.property
30842
30864
  @jsii.member(jsii_name="type")
@@ -30849,7 +30871,7 @@ class CfnTypeActivation(
30849
30871
  if __debug__:
30850
30872
  type_hints = typing.get_type_hints(_typecheckingstub__b24ad5805095b047c118004765517eb6ea84d85986d6b0b725606141e309d55f)
30851
30873
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
30852
- jsii.set(self, "type", value)
30874
+ jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
30853
30875
 
30854
30876
  @builtins.property
30855
30877
  @jsii.member(jsii_name="typeName")
@@ -30862,7 +30884,7 @@ class CfnTypeActivation(
30862
30884
  if __debug__:
30863
30885
  type_hints = typing.get_type_hints(_typecheckingstub__46119575e6b6ae6912e18605779f0dcd0bd3355455b9404d5017b38d78a9ecb9)
30864
30886
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
30865
- jsii.set(self, "typeName", value)
30887
+ jsii.set(self, "typeName", value) # pyright: ignore[reportArgumentType]
30866
30888
 
30867
30889
  @builtins.property
30868
30890
  @jsii.member(jsii_name="typeNameAlias")
@@ -30875,7 +30897,7 @@ class CfnTypeActivation(
30875
30897
  if __debug__:
30876
30898
  type_hints = typing.get_type_hints(_typecheckingstub__c3ec0e71693216493a9f1103e3db54feaf7d3aef6ffcada37b91480002f06b41)
30877
30899
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
30878
- jsii.set(self, "typeNameAlias", value)
30900
+ jsii.set(self, "typeNameAlias", value) # pyright: ignore[reportArgumentType]
30879
30901
 
30880
30902
  @builtins.property
30881
30903
  @jsii.member(jsii_name="versionBump")
@@ -30888,7 +30910,7 @@ class CfnTypeActivation(
30888
30910
  if __debug__:
30889
30911
  type_hints = typing.get_type_hints(_typecheckingstub__054ef92a537b4748d1b3b3eb88091d3db779ef5f44d84f072f317c1ecd7eddd0)
30890
30912
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
30891
- jsii.set(self, "versionBump", value)
30913
+ jsii.set(self, "versionBump", value) # pyright: ignore[reportArgumentType]
30892
30914
 
30893
30915
  @jsii.data_type(
30894
30916
  jsii_type="aws-cdk-lib.CfnTypeActivation.LoggingConfigProperty",
@@ -31086,7 +31108,7 @@ class CfnWaitCondition(
31086
31108
  if __debug__:
31087
31109
  type_hints = typing.get_type_hints(_typecheckingstub__2d46c8689857e67bd1d46517d63c1b536392b0daec3b60efb2655238812a4f6d)
31088
31110
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
31089
- jsii.set(self, "count", value)
31111
+ jsii.set(self, "count", value) # pyright: ignore[reportArgumentType]
31090
31112
 
31091
31113
  @builtins.property
31092
31114
  @jsii.member(jsii_name="handle")
@@ -31099,7 +31121,7 @@ class CfnWaitCondition(
31099
31121
  if __debug__:
31100
31122
  type_hints = typing.get_type_hints(_typecheckingstub__ae0b9f0d1f1c2fc4740a8d6291fcd99ac730c9d5a865b60cace23ccee1f87a78)
31101
31123
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
31102
- jsii.set(self, "handle", value)
31124
+ jsii.set(self, "handle", value) # pyright: ignore[reportArgumentType]
31103
31125
 
31104
31126
  @builtins.property
31105
31127
  @jsii.member(jsii_name="timeout")
@@ -31112,7 +31134,7 @@ class CfnWaitCondition(
31112
31134
  if __debug__:
31113
31135
  type_hints = typing.get_type_hints(_typecheckingstub__6add94bce6a16bfe22076120156dea61347d9ce4af1226fc973ca1596b6101ce)
31114
31136
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
31115
- jsii.set(self, "timeout", value)
31137
+ jsii.set(self, "timeout", value) # pyright: ignore[reportArgumentType]
31116
31138
 
31117
31139
 
31118
31140
  @jsii.implements(IInspectable)
@@ -32356,117 +32378,34 @@ class NestedStack(Stack, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.NestedS
32356
32378
  nested stack will automatically be translated to stack parameters and
32357
32379
  outputs.
32358
32380
 
32359
- :exampleMetadata: lit=aws-apigateway/test/integ.restapi-import.lit.ts infused
32381
+ :exampleMetadata: infused
32360
32382
 
32361
32383
  Example::
32362
32384
 
32363
- from aws_cdk.aws_apigateway import IntegrationResponse, MethodResponse, IntegrationResponse, MethodResponse
32364
- from constructs import Construct
32365
- from aws_cdk import App, CfnOutput, NestedStack, NestedStackProps, Stack
32366
- from aws_cdk.aws_apigateway import Deployment, Method, MockIntegration, PassthroughBehavior, RestApi, Stage
32367
-
32368
- #
32369
- # This file showcases how to split up a RestApi's Resources and Methods across nested stacks.
32370
- #
32371
- # The root stack 'RootStack' first defines a RestApi.
32372
- # Two nested stacks BooksStack and PetsStack, create corresponding Resources '/books' and '/pets'.
32373
- # They are then deployed to a 'prod' Stage via a third nested stack - DeployStack.
32374
- #
32375
- # To verify this worked, go to the APIGateway
32376
- #
32377
-
32378
- class RootStack(Stack):
32379
- def __init__(self, scope):
32380
- super().__init__(scope, "integ-restapi-import-RootStack")
32381
-
32382
- rest_api = RestApi(self, "RestApi",
32383
- cloud_watch_role=True,
32384
- deploy=False
32385
- )
32386
- rest_api.root.add_method("ANY")
32387
-
32388
- pets_stack = PetsStack(self,
32389
- rest_api_id=rest_api.rest_api_id,
32390
- root_resource_id=rest_api.rest_api_root_resource_id
32391
- )
32392
- books_stack = BooksStack(self,
32393
- rest_api_id=rest_api.rest_api_id,
32394
- root_resource_id=rest_api.rest_api_root_resource_id
32395
- )
32396
- DeployStack(self,
32397
- rest_api_id=rest_api.rest_api_id,
32398
- methods=pets_stack.methods.concat(books_stack.methods)
32399
- )
32400
-
32401
- CfnOutput(self, "PetsURL",
32402
- value=f"https://{restApi.restApiId}.execute-api.{this.region}.amazonaws.com/prod/pets"
32403
- )
32404
-
32405
- CfnOutput(self, "BooksURL",
32406
- value=f"https://{restApi.restApiId}.execute-api.{this.region}.amazonaws.com/prod/books"
32407
- )
32408
-
32409
- class PetsStack(NestedStack):
32410
-
32411
- def __init__(self, scope, *, restApiId, rootResourceId, parameters=None, timeout=None, notificationArns=None, removalPolicy=None, description=None):
32412
- super().__init__(scope, "integ-restapi-import-PetsStack", restApiId=restApiId, rootResourceId=rootResourceId, parameters=parameters, timeout=timeout, notificationArns=notificationArns, removalPolicy=removalPolicy, description=description)
32413
-
32414
- api = RestApi.from_rest_api_attributes(self, "RestApi",
32415
- rest_api_id=rest_api_id,
32416
- root_resource_id=root_resource_id
32417
- )
32418
-
32419
- method = api.root.add_resource("pets").add_method("GET", MockIntegration(
32420
- integration_responses=[IntegrationResponse(
32421
- status_code="200"
32422
- )],
32423
- passthrough_behavior=PassthroughBehavior.NEVER,
32424
- request_templates={
32425
- "application/json": "{ \"statusCode\": 200 }"
32426
- }
32427
- ),
32428
- method_responses=[MethodResponse(status_code="200")]
32429
- )
32430
-
32431
- self.methods.push(method)
32432
-
32433
- class BooksStack(NestedStack):
32434
-
32435
- def __init__(self, scope, *, restApiId, rootResourceId, parameters=None, timeout=None, notificationArns=None, removalPolicy=None, description=None):
32436
- super().__init__(scope, "integ-restapi-import-BooksStack", restApiId=restApiId, rootResourceId=rootResourceId, parameters=parameters, timeout=timeout, notificationArns=notificationArns, removalPolicy=removalPolicy, description=description)
32437
-
32438
- api = RestApi.from_rest_api_attributes(self, "RestApi",
32439
- rest_api_id=rest_api_id,
32440
- root_resource_id=root_resource_id
32441
- )
32442
-
32443
- method = api.root.add_resource("books").add_method("GET", MockIntegration(
32444
- integration_responses=[IntegrationResponse(
32445
- status_code="200"
32446
- )],
32447
- passthrough_behavior=PassthroughBehavior.NEVER,
32448
- request_templates={
32449
- "application/json": "{ \"statusCode\": 200 }"
32450
- }
32451
- ),
32452
- method_responses=[MethodResponse(status_code="200")]
32453
- )
32385
+ import aws_cdk as cdk
32386
+ from aws_cdk.custom_resources import CustomResourceConfig
32387
+ import aws_cdk.aws_s3_deployment as s3deploy
32454
32388
 
32455
- self.methods.push(method)
32456
32389
 
32457
- class DeployStack(NestedStack):
32458
- def __init__(self, scope, *, restApiId, methods=None, parameters=None, timeout=None, notificationArns=None, removalPolicy=None, description=None):
32459
- super().__init__(scope, "integ-restapi-import-DeployStack", restApiId=restApiId, methods=methods, parameters=parameters, timeout=timeout, notificationArns=notificationArns, removalPolicy=removalPolicy, description=description)
32390
+ app = cdk.App()
32391
+ stack = cdk.Stack(app, "Stack")
32392
+ CustomResourceConfig.of(app).add_log_retention_lifetime(logs.RetentionDays.TEN_YEARS)
32460
32393
 
32461
- deployment = Deployment(self, "Deployment",
32462
- api=RestApi.from_rest_api_id(self, "RestApi", rest_api_id)
32463
- )
32464
- if methods:
32465
- for method in methods:
32466
- deployment.node.add_dependency(method)
32467
- Stage(self, "Stage", deployment=deployment)
32394
+ nested_stack_a = cdk.NestedStack(stack, "NestedStackA")
32395
+ website_bucket_a = s3.Bucket(nested_stack_a, "WebsiteBucketA")
32396
+ s3deploy.BucketDeployment(nested_stack_a, "s3deployA",
32397
+ sources=[s3deploy.Source.json_data("file.json", {"a": "b"})],
32398
+ destination_bucket=website_bucket_a,
32399
+ log_retention=logs.RetentionDays.ONE_DAY
32400
+ )
32468
32401
 
32469
- RootStack(App())
32402
+ nested_stack_b = cdk.NestedStack(stack, "NestedStackB")
32403
+ website_bucket_b = s3.Bucket(nested_stack_b, "WebsiteBucketB")
32404
+ s3deploy.BucketDeployment(nested_stack_b, "s3deployB",
32405
+ sources=[s3deploy.Source.json_data("file.json", {"a": "b"})],
32406
+ destination_bucket=website_bucket_b,
32407
+ log_retention=logs.RetentionDays.ONE_DAY
32408
+ )
32470
32409
  '''
32471
32410
 
32472
32411
  def __init__(
@@ -32808,7 +32747,7 @@ class CfnCondition(
32808
32747
  if __debug__:
32809
32748
  type_hints = typing.get_type_hints(_typecheckingstub__520eaac3c160a5dbd339868eadb4b6e1430b0196bd533ef619b6b3352bca706c)
32810
32749
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
32811
- jsii.set(self, "expression", value)
32750
+ jsii.set(self, "expression", value) # pyright: ignore[reportArgumentType]
32812
32751
 
32813
32752
 
32814
32753
  @jsii.implements(IReusableStackSynthesizer, IBoundStackSynthesizer)
@@ -33953,6 +33892,7 @@ __all__ = [
33953
33892
  "aws_lambda_destinations",
33954
33893
  "aws_lambda_event_sources",
33955
33894
  "aws_lambda_nodejs",
33895
+ "aws_launchwizard",
33956
33896
  "aws_lex",
33957
33897
  "aws_licensemanager",
33958
33898
  "aws_lightsail",
@@ -34238,6 +34178,7 @@ from . import aws_lambda
34238
34178
  from . import aws_lambda_destinations
34239
34179
  from . import aws_lambda_event_sources
34240
34180
  from . import aws_lambda_nodejs
34181
+ from . import aws_launchwizard
34241
34182
  from . import aws_lex
34242
34183
  from . import aws_licensemanager
34243
34184
  from . import aws_lightsail
@@ -38156,6 +38097,7 @@ def _typecheckingstub__bc5da9087f8c6ebf79cc30fee5a47455f2839cc588183a48fbe5412b5
38156
38097
 
38157
38098
  def _typecheckingstub__380e677f91249cf40550d27048387f5676015a1350a98243db157a76de77a3d9(
38158
38099
  *,
38100
+ concurrency_mode: typing.Optional[builtins.str] = None,
38159
38101
  failure_tolerance_count: typing.Optional[jsii.Number] = None,
38160
38102
  failure_tolerance_percentage: typing.Optional[jsii.Number] = None,
38161
38103
  max_concurrent_count: typing.Optional[jsii.Number] = None,