aws-cdk-lib 2.195.0__py3-none-any.whl → 2.224.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 (572) hide show
  1. aws_cdk/__init__.py +1806 -417
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.195.0.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +12 -2
  5. aws_cdk/aws_accessanalyzer/__init__.py +323 -6
  6. aws_cdk/aws_acmpca/__init__.py +53 -10
  7. aws_cdk/aws_aiops/__init__.py +1019 -0
  8. aws_cdk/aws_amazonmq/__init__.py +357 -313
  9. aws_cdk/aws_amplify/__init__.py +173 -17
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
  11. aws_cdk/aws_apigateway/__init__.py +1245 -215
  12. aws_cdk/aws_apigatewayv2/__init__.py +3890 -476
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +618 -91
  15. aws_cdk/aws_appflow/__init__.py +151 -6
  16. aws_cdk/aws_appintegrations/__init__.py +546 -6
  17. aws_cdk/aws_applicationautoscaling/__init__.py +75 -10
  18. aws_cdk/aws_applicationinsights/__init__.py +13 -2
  19. aws_cdk/aws_applicationsignals/__init__.py +374 -6
  20. aws_cdk/aws_appmesh/__init__.py +136 -26
  21. aws_cdk/aws_apprunner/__init__.py +66 -18
  22. aws_cdk/aws_appstream/__init__.py +309 -55
  23. aws_cdk/aws_appsync/__init__.py +350 -94
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +2188 -94
  26. aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
  27. aws_cdk/aws_arczonalshift/__init__.py +39 -12
  28. aws_cdk/aws_athena/__init__.py +365 -29
  29. aws_cdk/aws_auditmanager/__init__.py +71 -2
  30. aws_cdk/aws_autoscaling/__init__.py +165 -60
  31. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  32. aws_cdk/aws_autoscalingplans/__init__.py +13 -2
  33. aws_cdk/aws_b2bi/__init__.py +1819 -99
  34. aws_cdk/aws_backup/__init__.py +370 -42
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1462 -163
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +7867 -727
  39. aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
  40. aws_cdk/aws_billingconductor/__init__.py +197 -11
  41. aws_cdk/aws_budgets/__init__.py +611 -4
  42. aws_cdk/aws_cassandra/__init__.py +247 -6
  43. aws_cdk/aws_ce/__init__.py +35 -6
  44. aws_cdk/aws_certificatemanager/__init__.py +258 -32
  45. aws_cdk/aws_chatbot/__init__.py +76 -6
  46. aws_cdk/aws_cleanrooms/__init__.py +709 -206
  47. aws_cdk/aws_cleanroomsml/__init__.py +13 -2
  48. aws_cdk/aws_cloud9/__init__.py +13 -2
  49. aws_cdk/aws_cloudformation/__init__.py +362 -189
  50. aws_cdk/aws_cloudfront/__init__.py +2188 -674
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +114 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +615 -74
  53. aws_cdk/aws_cloudtrail/__init__.py +311 -21
  54. aws_cdk/aws_cloudwatch/__init__.py +3093 -1038
  55. aws_cdk/aws_cloudwatch_actions/__init__.py +75 -1
  56. aws_cdk/aws_codeartifact/__init__.py +35 -6
  57. aws_cdk/aws_codebuild/__init__.py +1303 -135
  58. aws_cdk/aws_codecommit/__init__.py +29 -9
  59. aws_cdk/aws_codeconnections/__init__.py +13 -2
  60. aws_cdk/aws_codedeploy/__init__.py +130 -6
  61. aws_cdk/aws_codeguruprofiler/__init__.py +80 -2
  62. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  63. aws_cdk/aws_codepipeline/__init__.py +177 -71
  64. aws_cdk/aws_codepipeline_actions/__init__.py +753 -4
  65. aws_cdk/aws_codestar/__init__.py +13 -2
  66. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  67. aws_cdk/aws_codestarnotifications/__init__.py +22 -2
  68. aws_cdk/aws_cognito/__init__.py +905 -92
  69. aws_cdk/aws_cognito_identitypool/__init__.py +23 -12
  70. aws_cdk/aws_comprehend/__init__.py +24 -4
  71. aws_cdk/aws_config/__init__.py +227 -30
  72. aws_cdk/aws_connect/__init__.py +2736 -191
  73. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  74. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  75. aws_cdk/aws_controltower/__init__.py +35 -6
  76. aws_cdk/aws_cur/__init__.py +100 -4
  77. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  78. aws_cdk/aws_databrew/__init__.py +68 -12
  79. aws_cdk/aws_datapipeline/__init__.py +42 -2
  80. aws_cdk/aws_datasync/__init__.py +1514 -977
  81. aws_cdk/aws_datazone/__init__.py +7426 -1763
  82. aws_cdk/aws_dax/__init__.py +83 -6
  83. aws_cdk/aws_deadline/__init__.py +511 -36
  84. aws_cdk/aws_detective/__init__.py +35 -6
  85. aws_cdk/aws_devicefarm/__init__.py +68 -12
  86. aws_cdk/aws_devopsguru/__init__.py +37 -6
  87. aws_cdk/aws_directoryservice/__init__.py +53 -4
  88. aws_cdk/aws_dlm/__init__.py +13 -2
  89. aws_cdk/aws_dms/__init__.py +184 -27
  90. aws_cdk/aws_docdb/__init__.py +350 -49
  91. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  92. aws_cdk/aws_dsql/__init__.py +386 -16
  93. aws_cdk/aws_dynamodb/__init__.py +1479 -170
  94. aws_cdk/aws_ec2/__init__.py +10465 -1335
  95. aws_cdk/aws_ecr/__init__.py +637 -43
  96. aws_cdk/aws_ecr_assets/__init__.py +10 -0
  97. aws_cdk/aws_ecs/__init__.py +6629 -490
  98. aws_cdk/aws_ecs_patterns/__init__.py +124 -12
  99. aws_cdk/aws_efs/__init__.py +276 -24
  100. aws_cdk/aws_eks/__init__.py +1132 -227
  101. aws_cdk/aws_elasticache/__init__.py +378 -25
  102. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  103. aws_cdk/aws_elasticloadbalancing/__init__.py +22 -2
  104. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1796 -123
  105. aws_cdk/aws_elasticsearch/__init__.py +291 -9
  106. aws_cdk/aws_emr/__init__.py +219 -18
  107. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  108. aws_cdk/aws_emrserverless/__init__.py +188 -3
  109. aws_cdk/aws_entityresolution/__init__.py +585 -58
  110. aws_cdk/aws_events/__init__.py +1007 -126
  111. aws_cdk/aws_events_targets/__init__.py +398 -65
  112. aws_cdk/aws_eventschemas/__init__.py +46 -8
  113. aws_cdk/aws_evidently/__init__.py +57 -10
  114. aws_cdk/aws_evs/__init__.py +2244 -0
  115. aws_cdk/aws_finspace/__init__.py +71 -2
  116. aws_cdk/aws_fis/__init__.py +26 -4
  117. aws_cdk/aws_fms/__init__.py +35 -6
  118. aws_cdk/aws_forecast/__init__.py +24 -4
  119. aws_cdk/aws_frauddetector/__init__.py +79 -14
  120. aws_cdk/aws_fsx/__init__.py +1349 -127
  121. aws_cdk/aws_gamelift/__init__.py +755 -94
  122. aws_cdk/aws_gameliftstreams/__init__.py +44 -22
  123. aws_cdk/aws_globalaccelerator/__init__.py +73 -14
  124. aws_cdk/aws_glue/__init__.py +1455 -378
  125. aws_cdk/aws_grafana/__init__.py +13 -2
  126. aws_cdk/aws_greengrass/__init__.py +654 -32
  127. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  128. aws_cdk/aws_groundstation/__init__.py +122 -6
  129. aws_cdk/aws_guardduty/__init__.py +1613 -123
  130. aws_cdk/aws_healthimaging/__init__.py +71 -2
  131. aws_cdk/aws_healthlake/__init__.py +42 -2
  132. aws_cdk/aws_iam/__init__.py +921 -141
  133. aws_cdk/aws_identitystore/__init__.py +24 -4
  134. aws_cdk/aws_imagebuilder/__init__.py +1454 -199
  135. aws_cdk/aws_inspector/__init__.py +44 -6
  136. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  137. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  138. aws_cdk/aws_invoicing/__init__.py +13 -2
  139. aws_cdk/aws_iot/__init__.py +1760 -64
  140. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  141. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  142. aws_cdk/aws_iotevents/__init__.py +122 -6
  143. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  144. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  145. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  146. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  147. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  148. aws_cdk/aws_iotwireless/__init__.py +649 -22
  149. aws_cdk/aws_ivs/__init__.py +561 -57
  150. aws_cdk/aws_ivschat/__init__.py +24 -4
  151. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  152. aws_cdk/aws_kendra/__init__.py +120 -28
  153. aws_cdk/aws_kendraranking/__init__.py +13 -2
  154. aws_cdk/aws_kinesis/__init__.py +641 -23
  155. aws_cdk/aws_kinesisanalytics/__init__.py +467 -96
  156. aws_cdk/aws_kinesisanalyticsv2/__init__.py +207 -19
  157. aws_cdk/aws_kinesisfirehose/__init__.py +3087 -295
  158. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  159. aws_cdk/aws_kms/__init__.py +204 -45
  160. aws_cdk/aws_lakeformation/__init__.py +80 -15
  161. aws_cdk/aws_lambda/__init__.py +2236 -297
  162. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  163. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  164. aws_cdk/aws_launchwizard/__init__.py +13 -2
  165. aws_cdk/aws_lex/__init__.py +2162 -212
  166. aws_cdk/aws_licensemanager/__init__.py +24 -4
  167. aws_cdk/aws_lightsail/__init__.py +2958 -1322
  168. aws_cdk/aws_location/__init__.py +618 -14
  169. aws_cdk/aws_logs/__init__.py +6014 -923
  170. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  171. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  172. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  173. aws_cdk/aws_m2/__init__.py +94 -19
  174. aws_cdk/aws_macie/__init__.py +49 -11
  175. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  176. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  177. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  178. aws_cdk/aws_medialive/__init__.py +1938 -532
  179. aws_cdk/aws_mediapackage/__init__.py +59 -12
  180. aws_cdk/aws_mediapackagev2/__init__.py +1616 -233
  181. aws_cdk/aws_mediastore/__init__.py +13 -2
  182. aws_cdk/aws_mediatailor/__init__.py +583 -12
  183. aws_cdk/aws_memorydb/__init__.py +271 -12
  184. aws_cdk/aws_mpa/__init__.py +1495 -0
  185. aws_cdk/aws_msk/__init__.py +108 -22
  186. aws_cdk/aws_mwaa/__init__.py +121 -9
  187. aws_cdk/aws_neptune/__init__.py +290 -78
  188. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  189. aws_cdk/aws_networkfirewall/__init__.py +1184 -164
  190. aws_cdk/aws_networkmanager/__init__.py +349 -33
  191. aws_cdk/aws_nimblestudio/__init__.py +283 -408
  192. aws_cdk/aws_notifications/__init__.py +317 -12
  193. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  194. aws_cdk/aws_oam/__init__.py +24 -4
  195. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  196. aws_cdk/aws_odb/__init__.py +5872 -0
  197. aws_cdk/aws_omics/__init__.py +2967 -162
  198. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  199. aws_cdk/aws_opensearchservice/__init__.py +501 -19
  200. aws_cdk/aws_opsworks/__init__.py +235 -139
  201. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  202. aws_cdk/aws_organizations/__init__.py +70 -10
  203. aws_cdk/aws_osis/__init__.py +167 -2
  204. aws_cdk/aws_panorama/__init__.py +181 -9
  205. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  206. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  207. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  208. aws_cdk/aws_pcs/__init__.py +516 -64
  209. aws_cdk/aws_personalize/__init__.py +46 -8
  210. aws_cdk/aws_pinpoint/__init__.py +329 -38
  211. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  212. aws_cdk/aws_pipes/__init__.py +12 -2
  213. aws_cdk/aws_proton/__init__.py +37 -6
  214. aws_cdk/aws_qbusiness/__init__.py +635 -34
  215. aws_cdk/aws_qldb/__init__.py +24 -4
  216. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  217. aws_cdk/aws_ram/__init__.py +24 -4
  218. aws_cdk/aws_rbin/__init__.py +12 -2
  219. aws_cdk/aws_rds/__init__.py +3721 -573
  220. aws_cdk/aws_redshift/__init__.py +143 -20
  221. aws_cdk/aws_redshiftserverless/__init__.py +699 -11
  222. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  223. aws_cdk/aws_rekognition/__init__.py +93 -6
  224. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  225. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  226. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  227. aws_cdk/aws_robomaker/__init__.py +72 -12
  228. aws_cdk/aws_rolesanywhere/__init__.py +194 -19
  229. aws_cdk/aws_route53/__init__.py +3965 -1436
  230. aws_cdk/aws_route53_targets/__init__.py +3 -0
  231. aws_cdk/aws_route53profiles/__init__.py +37 -6
  232. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  233. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  234. aws_cdk/aws_route53resolver/__init__.py +189 -40
  235. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  236. aws_cdk/aws_rum/__init__.py +13 -2
  237. aws_cdk/aws_s3/__init__.py +1742 -221
  238. aws_cdk/aws_s3_assets/__init__.py +11 -11
  239. aws_cdk/aws_s3_deployment/__init__.py +153 -11
  240. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  241. aws_cdk/aws_s3express/__init__.py +1053 -6
  242. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  243. aws_cdk/aws_s3outposts/__init__.py +46 -8
  244. aws_cdk/aws_s3tables/__init__.py +2000 -323
  245. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  246. aws_cdk/aws_sagemaker/__init__.py +6848 -373
  247. aws_cdk/aws_sam/__init__.py +79 -14
  248. aws_cdk/aws_scheduler/__init__.py +249 -4
  249. aws_cdk/aws_sdb/__init__.py +12 -2
  250. aws_cdk/aws_secretsmanager/__init__.py +194 -14
  251. aws_cdk/aws_securityhub/__init__.py +3121 -176
  252. aws_cdk/aws_securitylake/__init__.py +46 -8
  253. aws_cdk/aws_servicecatalog/__init__.py +429 -246
  254. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  255. aws_cdk/aws_servicediscovery/__init__.py +188 -47
  256. aws_cdk/aws_ses/__init__.py +2265 -369
  257. aws_cdk/aws_shield/__init__.py +46 -8
  258. aws_cdk/aws_signer/__init__.py +33 -4
  259. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  260. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  261. aws_cdk/aws_sns/__init__.py +263 -29
  262. aws_cdk/aws_sns_subscriptions/__init__.py +265 -2
  263. aws_cdk/aws_sqs/__init__.py +223 -14
  264. aws_cdk/aws_ssm/__init__.py +413 -58
  265. aws_cdk/aws_ssmcontacts/__init__.py +98 -9
  266. aws_cdk/aws_ssmguiconnect/__init__.py +20 -9
  267. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  268. aws_cdk/aws_ssmquicksetup/__init__.py +393 -8
  269. aws_cdk/aws_sso/__init__.py +70 -12
  270. aws_cdk/aws_stepfunctions/__init__.py +823 -94
  271. aws_cdk/aws_stepfunctions_tasks/__init__.py +2323 -150
  272. aws_cdk/aws_supportapp/__init__.py +39 -6
  273. aws_cdk/aws_synthetics/__init__.py +1088 -126
  274. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  275. aws_cdk/aws_timestream/__init__.py +104 -8
  276. aws_cdk/aws_transfer/__init__.py +784 -87
  277. aws_cdk/aws_verifiedpermissions/__init__.py +306 -13
  278. aws_cdk/aws_voiceid/__init__.py +54 -5
  279. aws_cdk/aws_vpclattice/__init__.py +589 -231
  280. aws_cdk/aws_waf/__init__.py +79 -14
  281. aws_cdk/aws_wafregional/__init__.py +123 -22
  282. aws_cdk/aws_wafv2/__init__.py +1183 -64
  283. aws_cdk/aws_wisdom/__init__.py +1403 -90
  284. aws_cdk/aws_workspaces/__init__.py +134 -6
  285. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  286. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  287. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  288. aws_cdk/aws_xray/__init__.py +48 -8
  289. aws_cdk/cloud_assembly_schema/__init__.py +368 -48
  290. aws_cdk/custom_resources/__init__.py +58 -12
  291. aws_cdk/cx_api/__init__.py +125 -21
  292. aws_cdk/interfaces/__init__.py +739 -0
  293. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  295. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  296. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  297. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  298. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  299. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  300. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  301. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  302. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  303. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  304. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  305. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  306. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  307. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  308. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  309. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  310. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  311. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  312. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  313. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  314. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  315. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  316. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  317. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  318. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  319. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  320. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  321. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  322. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  323. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  324. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  325. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  326. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  327. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  328. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  329. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  330. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  331. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  332. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  333. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  334. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  335. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  336. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  337. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  338. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  339. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  340. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  341. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  342. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  343. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  344. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  345. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  346. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  347. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  348. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  349. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  350. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  351. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  352. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  353. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  354. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  355. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  356. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  358. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  359. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  360. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  361. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  362. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  363. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  364. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  365. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  366. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  367. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  368. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  369. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  370. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  371. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  372. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  373. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  374. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  376. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  377. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  378. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  379. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  380. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  381. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  382. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  383. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  385. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  386. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  387. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  388. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  389. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  390. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  391. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  392. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  393. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  394. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  396. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  397. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  398. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  399. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  400. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  401. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  402. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  403. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  404. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  405. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  406. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  407. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  408. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  409. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  410. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  411. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  412. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  413. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  414. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  415. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  416. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  417. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  418. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  419. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  420. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  421. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  422. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  423. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  424. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  425. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  426. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  427. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  428. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  429. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  430. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  431. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  432. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  433. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  434. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  436. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  437. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  438. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  439. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  440. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  441. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  442. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  443. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  444. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  445. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  446. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  447. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  448. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  449. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  450. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  451. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  452. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  453. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  454. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  455. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  456. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  457. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  458. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  459. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  460. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  461. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  462. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  463. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  464. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  465. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  466. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  467. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  468. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  469. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  470. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  471. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  472. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  473. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  474. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  475. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  476. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  477. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  478. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  479. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  480. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  481. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  482. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  483. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  484. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  485. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  486. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  487. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  488. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  489. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  490. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  491. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  492. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  493. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  494. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  495. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  496. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  497. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  498. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  499. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  500. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  501. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  502. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  503. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  504. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  505. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  506. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  507. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  508. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  509. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  510. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  511. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  512. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  513. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  514. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  515. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  516. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  517. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  518. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  519. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  520. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  521. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  522. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  523. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  524. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  525. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  526. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  527. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  528. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  529. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  530. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  531. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  532. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  533. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  534. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  535. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  536. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  537. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  538. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  539. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  540. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  541. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  542. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  543. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  544. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  545. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  546. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  547. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  548. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  549. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  550. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  551. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  552. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  553. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  554. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  555. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  556. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  557. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  558. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  559. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  560. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  561. aws_cdk/lambda_layer_awscli/__init__.py +6 -0
  562. aws_cdk/lambda_layer_node_proxy_agent/__init__.py +6 -0
  563. aws_cdk/pipelines/__init__.py +202 -52
  564. aws_cdk/region_info/__init__.py +3 -0
  565. aws_cdk/triggers/__init__.py +66 -18
  566. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +418 -18
  567. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  568. aws_cdk_lib-2.195.0.dist-info/RECORD +0 -304
  569. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  570. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  571. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  572. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -73,9 +73,25 @@ from .. import (
73
73
  TagManager as _TagManager_0a598cb3,
74
74
  TreeInspector as _TreeInspector_488e0dd5,
75
75
  )
76
+ from ..interfaces.aws_msk import (
77
+ BatchScramSecretReference as _BatchScramSecretReference_dbb2b465,
78
+ ClusterPolicyReference as _ClusterPolicyReference_ec5aa960,
79
+ ClusterReference as _ClusterReference_f30274ab,
80
+ ConfigurationReference as _ConfigurationReference_fa1581ee,
81
+ IBatchScramSecretRef as _IBatchScramSecretRef_b81d624a,
82
+ IClusterPolicyRef as _IClusterPolicyRef_f86bdab3,
83
+ IClusterRef as _IClusterRef_c904150a,
84
+ IConfigurationRef as _IConfigurationRef_69565de0,
85
+ IReplicatorRef as _IReplicatorRef_ba6501db,
86
+ IServerlessClusterRef as _IServerlessClusterRef_d48e2d5f,
87
+ IVpcConnectionRef as _IVpcConnectionRef_08dbabf3,
88
+ ReplicatorReference as _ReplicatorReference_d24fd028,
89
+ ServerlessClusterReference as _ServerlessClusterReference_591ff7ca,
90
+ VpcConnectionReference as _VpcConnectionReference_c5ff3bd2,
91
+ )
76
92
 
77
93
 
78
- @jsii.implements(_IInspectable_c2943556)
94
+ @jsii.implements(_IInspectable_c2943556, _IBatchScramSecretRef_b81d624a)
79
95
  class CfnBatchScramSecret(
80
96
  _CfnResource_9df397a6,
81
97
  metaclass=jsii.JSIIMeta,
@@ -109,7 +125,8 @@ class CfnBatchScramSecret(
109
125
  cluster_arn: builtins.str,
110
126
  secret_arn_list: typing.Optional[typing.Sequence[builtins.str]] = None,
111
127
  ) -> None:
112
- '''
128
+ '''Create a new ``AWS::MSK::BatchScramSecret``.
129
+
113
130
  :param scope: Scope in which this resource is defined.
114
131
  :param id: Construct identifier for this resource (unique in its scope).
115
132
  :param cluster_arn: The Amazon Resource Name (ARN) that uniquely identifies the cluster.
@@ -155,6 +172,12 @@ class CfnBatchScramSecret(
155
172
  '''The CloudFormation resource type name for this resource class.'''
156
173
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
157
174
 
175
+ @builtins.property
176
+ @jsii.member(jsii_name="batchScramSecretRef")
177
+ def batch_scram_secret_ref(self) -> _BatchScramSecretReference_dbb2b465:
178
+ '''A reference to a BatchScramSecret resource.'''
179
+ return typing.cast(_BatchScramSecretReference_dbb2b465, jsii.get(self, "batchScramSecretRef"))
180
+
158
181
  @builtins.property
159
182
  @jsii.member(jsii_name="cfnProperties")
160
183
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -264,7 +287,7 @@ class CfnBatchScramSecretProps:
264
287
  )
265
288
 
266
289
 
267
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
290
+ @jsii.implements(_IInspectable_c2943556, _IClusterRef_c904150a, _ITaggable_36806126)
268
291
  class CfnCluster(
269
292
  _CfnResource_9df397a6,
270
293
  metaclass=jsii.JSIIMeta,
@@ -416,7 +439,8 @@ class CfnCluster(
416
439
  storage_mode: typing.Optional[builtins.str] = None,
417
440
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
418
441
  ) -> None:
419
- '''
442
+ '''Create a new ``AWS::MSK::Cluster``.
443
+
420
444
  :param scope: Scope in which this resource is defined.
421
445
  :param id: Construct identifier for this resource (unique in its scope).
422
446
  :param broker_node_group_info: Information about the broker nodes in the cluster.
@@ -499,6 +523,12 @@ class CfnCluster(
499
523
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
500
524
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
501
525
 
526
+ @builtins.property
527
+ @jsii.member(jsii_name="clusterRef")
528
+ def cluster_ref(self) -> _ClusterReference_f30274ab:
529
+ '''A reference to a Cluster resource.'''
530
+ return typing.cast(_ClusterReference_f30274ab, jsii.get(self, "clusterRef"))
531
+
502
532
  @builtins.property
503
533
  @jsii.member(jsii_name="tags")
504
534
  def tags(self) -> _TagManager_0a598cb3:
@@ -843,7 +873,7 @@ class CfnCluster(
843
873
  '''Describes the setup to be used for the broker nodes in the cluster.
844
874
 
845
875
  :param client_subnets: The list of subnets to connect to in the client virtual private cloud (VPC). Amazon creates elastic network interfaces (ENIs) inside these subnets. Client applications use ENIs to produce and consume data. If you use the US West (N. California) Region, specify exactly two subnets. For other Regions where Amazon MSK is available, you can specify either two or three subnets. The subnets that you specify must be in distinct Availability Zones. When you create a cluster, Amazon MSK distributes the broker nodes evenly across the subnets that you specify. Client subnets can't occupy the Availability Zone with ID ``use1-az3`` .
846
- :param instance_type: The type of Amazon EC2 instances to use for brokers. The following instance types are allowed: kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge, kafka.m5.4xlarge, kafka.m5.8xlarge, kafka.m5.12xlarge, kafka.m5.16xlarge, kafka.m5.24xlarge, and kafka.t3.small.
876
+ :param instance_type: The type of Amazon EC2 instances to use for brokers. Depending on the `broker type <https://docs.aws.amazon.com/msk/latest/developerguide/broker-instance-types.html>`_ , Amazon MSK supports the following broker sizes: *Standard broker sizes* - kafka.t3.small .. epigraph:: You can't select the kafka.t3.small instance type when the metadata mode is KRaft. - kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge, kafka.m5.4xlarge, kafka.m5.8xlarge, kafka.m5.12xlarge, kafka.m5.16xlarge, kafka.m5.24xlarge - kafka.m7g.large, kafka.m7g.xlarge, kafka.m7g.2xlarge, kafka.m7g.4xlarge, kafka.m7g.8xlarge, kafka.m7g.12xlarge, kafka.m7g.16xlarge *Express broker sizes* - express.m7g.large, express.m7g.xlarge, express.m7g.2xlarge, express.m7g.4xlarge, express.m7g.8xlarge, express.m7g.12xlarge, express.m7g.16xlarge .. epigraph:: Some broker sizes might not be available in certian AWS Regions. See the updated `Pricing tools <https://docs.aws.amazon.com/msk/pricing/>`_ section on the Amazon MSK pricing page for the latest list of available instances by Region.
847
877
  :param broker_az_distribution: This parameter is currently not in use.
848
878
  :param connectivity_info: Information about the cluster's connectivity setting.
849
879
  :param security_groups: The security groups to associate with the ENIs in order to specify who can connect to and communicate with the Amazon MSK cluster. If you don't specify a security group, Amazon MSK uses the default security group associated with the VPC. If you specify security groups that were shared with you, you must ensure that you have permissions to them. Specifically, you need the ``ec2:DescribeSecurityGroups`` permission.
@@ -937,7 +967,26 @@ class CfnCluster(
937
967
  def instance_type(self) -> builtins.str:
938
968
  '''The type of Amazon EC2 instances to use for brokers.
939
969
 
940
- The following instance types are allowed: kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge, kafka.m5.4xlarge, kafka.m5.8xlarge, kafka.m5.12xlarge, kafka.m5.16xlarge, kafka.m5.24xlarge, and kafka.t3.small.
970
+ Depending on the `broker type <https://docs.aws.amazon.com/msk/latest/developerguide/broker-instance-types.html>`_ , Amazon MSK supports the following broker sizes:
971
+
972
+ *Standard broker sizes*
973
+
974
+ - kafka.t3.small
975
+
976
+ .. epigraph::
977
+
978
+ You can't select the kafka.t3.small instance type when the metadata mode is KRaft.
979
+
980
+ - kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge, kafka.m5.4xlarge, kafka.m5.8xlarge, kafka.m5.12xlarge, kafka.m5.16xlarge, kafka.m5.24xlarge
981
+ - kafka.m7g.large, kafka.m7g.xlarge, kafka.m7g.2xlarge, kafka.m7g.4xlarge, kafka.m7g.8xlarge, kafka.m7g.12xlarge, kafka.m7g.16xlarge
982
+
983
+ *Express broker sizes*
984
+
985
+ - express.m7g.large, express.m7g.xlarge, express.m7g.2xlarge, express.m7g.4xlarge, express.m7g.8xlarge, express.m7g.12xlarge, express.m7g.16xlarge
986
+
987
+ .. epigraph::
988
+
989
+ Some broker sizes might not be available in certian AWS Regions. See the updated `Pricing tools <https://docs.aws.amazon.com/msk/pricing/>`_ section on the Amazon MSK pricing page for the latest list of available instances by Region.
941
990
 
942
991
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokernodegroupinfo.html#cfn-msk-cluster-brokernodegroupinfo-instancetype
943
992
  '''
@@ -3054,7 +3103,7 @@ class CfnCluster(
3054
3103
  )
3055
3104
 
3056
3105
 
3057
- @jsii.implements(_IInspectable_c2943556)
3106
+ @jsii.implements(_IInspectable_c2943556, _IClusterPolicyRef_f86bdab3)
3058
3107
  class CfnClusterPolicy(
3059
3108
  _CfnResource_9df397a6,
3060
3109
  metaclass=jsii.JSIIMeta,
@@ -3088,11 +3137,12 @@ class CfnClusterPolicy(
3088
3137
  cluster_arn: builtins.str,
3089
3138
  policy: typing.Any,
3090
3139
  ) -> None:
3091
- '''
3140
+ '''Create a new ``AWS::MSK::ClusterPolicy``.
3141
+
3092
3142
  :param scope: Scope in which this resource is defined.
3093
3143
  :param id: Construct identifier for this resource (unique in its scope).
3094
3144
  :param cluster_arn: The Amazon Resource Name (ARN) that uniquely identifies the cluster.
3095
- :param policy: Resource policy for the cluster.
3145
+ :param policy: Resource policy for the cluster. The maximum size supported for a resource-based policy document is 20 KB.
3096
3146
  '''
3097
3147
  if __debug__:
3098
3148
  type_hints = typing.get_type_hints(_typecheckingstub__44054483e71e00fc0cc8de4a0043676504f8ba8eaef21e7597ca21b373e44603)
@@ -3146,6 +3196,12 @@ class CfnClusterPolicy(
3146
3196
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3147
3197
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3148
3198
 
3199
+ @builtins.property
3200
+ @jsii.member(jsii_name="clusterPolicyRef")
3201
+ def cluster_policy_ref(self) -> _ClusterPolicyReference_ec5aa960:
3202
+ '''A reference to a ClusterPolicy resource.'''
3203
+ return typing.cast(_ClusterPolicyReference_ec5aa960, jsii.get(self, "clusterPolicyRef"))
3204
+
3149
3205
  @builtins.property
3150
3206
  @jsii.member(jsii_name="clusterArn")
3151
3207
  def cluster_arn(self) -> builtins.str:
@@ -3183,7 +3239,7 @@ class CfnClusterPolicyProps:
3183
3239
  '''Properties for defining a ``CfnClusterPolicy``.
3184
3240
 
3185
3241
  :param cluster_arn: The Amazon Resource Name (ARN) that uniquely identifies the cluster.
3186
- :param policy: Resource policy for the cluster.
3242
+ :param policy: Resource policy for the cluster. The maximum size supported for a resource-based policy document is 20 KB.
3187
3243
 
3188
3244
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-clusterpolicy.html
3189
3245
  :exampleMetadata: fixture=_generated
@@ -3224,6 +3280,8 @@ class CfnClusterPolicyProps:
3224
3280
  def policy(self) -> typing.Any:
3225
3281
  '''Resource policy for the cluster.
3226
3282
 
3283
+ The maximum size supported for a resource-based policy document is 20 KB.
3284
+
3227
3285
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-clusterpolicy.html#cfn-msk-clusterpolicy-policy
3228
3286
  '''
3229
3287
  result = self._values.get("policy")
@@ -3605,7 +3663,7 @@ class CfnClusterProps:
3605
3663
  )
3606
3664
 
3607
3665
 
3608
- @jsii.implements(_IInspectable_c2943556)
3666
+ @jsii.implements(_IInspectable_c2943556, _IConfigurationRef_69565de0)
3609
3667
  class CfnConfiguration(
3610
3668
  _CfnResource_9df397a6,
3611
3669
  metaclass=jsii.JSIIMeta,
@@ -3658,11 +3716,12 @@ class CfnConfiguration(
3658
3716
  kafka_versions_list: typing.Optional[typing.Sequence[builtins.str]] = None,
3659
3717
  latest_revision: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfiguration.LatestRevisionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3660
3718
  ) -> None:
3661
- '''
3719
+ '''Create a new ``AWS::MSK::Configuration``.
3720
+
3662
3721
  :param scope: Scope in which this resource is defined.
3663
3722
  :param id: Construct identifier for this resource (unique in its scope).
3664
3723
  :param name: The name of the configuration. Configuration names are strings that match the regex "^[0-9A-Za-z][0-9A-Za-z-]{0,}$".
3665
- :param server_properties: Contents of the ``server.properties`` file. When using this property, you must ensure that the contents of the file are base64 encoded. When using the console, the SDK, or the AWS CLI , the contents of ``server.properties`` can be in plaintext.
3724
+ :param server_properties: Contents of the ``server.properties`` file. When using the console, the SDK, or the AWS CLI , the contents of ``server.properties`` can be in plaintext.
3666
3725
  :param description: The description of the configuration.
3667
3726
  :param kafka_versions_list: The `versions of Apache Kafka <https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html>`_ with which you can use this MSK configuration. When you update the ``KafkaVersionsList`` property, AWS CloudFormation recreates a new configuration with the updated property before deleting the old configuration. Such an update requires a `resource replacement <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement>`_ . To successfully update ``KafkaVersionsList`` , you must also update the ``Name`` property in the same operation. If your configuration is attached with any clusters created using the AWS Management Console or AWS CLI , you'll need to manually delete the old configuration from the console after the update completes. For more information, see `Can’t update KafkaVersionsList in MSK configuration <https://docs.aws.amazon.com/msk/latest/developerguide/troubleshooting.html#troubleshoot-kafkaversionslist-cfn-update-failure>`_ in the *Amazon MSK Developer Guide* .
3668
3727
  :param latest_revision: Latest revision of the MSK configuration.
@@ -3752,6 +3811,12 @@ class CfnConfiguration(
3752
3811
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3753
3812
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3754
3813
 
3814
+ @builtins.property
3815
+ @jsii.member(jsii_name="configurationRef")
3816
+ def configuration_ref(self) -> _ConfigurationReference_fa1581ee:
3817
+ '''A reference to a Configuration resource.'''
3818
+ return typing.cast(_ConfigurationReference_fa1581ee, jsii.get(self, "configurationRef"))
3819
+
3755
3820
  @builtins.property
3756
3821
  @jsii.member(jsii_name="name")
3757
3822
  def name(self) -> builtins.str:
@@ -3768,7 +3833,7 @@ class CfnConfiguration(
3768
3833
  @builtins.property
3769
3834
  @jsii.member(jsii_name="serverProperties")
3770
3835
  def server_properties(self) -> builtins.str:
3771
- '''Contents of the ``server.properties`` file. When using this property, you must ensure that the contents of the file are base64 encoded. When using the console, the SDK, or the AWS CLI , the contents of ``server.properties`` can be in plaintext.'''
3836
+ '''Contents of the ``server.properties`` file. When using the console, the SDK, or the AWS CLI , the contents of ``server.properties`` can be in plaintext.'''
3772
3837
  return typing.cast(builtins.str, jsii.get(self, "serverProperties"))
3773
3838
 
3774
3839
  @server_properties.setter
@@ -3939,7 +4004,7 @@ class CfnConfigurationProps:
3939
4004
  '''Properties for defining a ``CfnConfiguration``.
3940
4005
 
3941
4006
  :param name: The name of the configuration. Configuration names are strings that match the regex "^[0-9A-Za-z][0-9A-Za-z-]{0,}$".
3942
- :param server_properties: Contents of the ``server.properties`` file. When using this property, you must ensure that the contents of the file are base64 encoded. When using the console, the SDK, or the AWS CLI , the contents of ``server.properties`` can be in plaintext.
4007
+ :param server_properties: Contents of the ``server.properties`` file. When using the console, the SDK, or the AWS CLI , the contents of ``server.properties`` can be in plaintext.
3943
4008
  :param description: The description of the configuration.
3944
4009
  :param kafka_versions_list: The `versions of Apache Kafka <https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html>`_ with which you can use this MSK configuration. When you update the ``KafkaVersionsList`` property, AWS CloudFormation recreates a new configuration with the updated property before deleting the old configuration. Such an update requires a `resource replacement <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement>`_ . To successfully update ``KafkaVersionsList`` , you must also update the ``Name`` property in the same operation. If your configuration is attached with any clusters created using the AWS Management Console or AWS CLI , you'll need to manually delete the old configuration from the console after the update completes. For more information, see `Can’t update KafkaVersionsList in MSK configuration <https://docs.aws.amazon.com/msk/latest/developerguide/troubleshooting.html#troubleshoot-kafkaversionslist-cfn-update-failure>`_ in the *Amazon MSK Developer Guide* .
3945
4010
  :param latest_revision: Latest revision of the MSK configuration.
@@ -3999,7 +4064,7 @@ class CfnConfigurationProps:
3999
4064
 
4000
4065
  @builtins.property
4001
4066
  def server_properties(self) -> builtins.str:
4002
- '''Contents of the ``server.properties`` file. When using this property, you must ensure that the contents of the file are base64 encoded. When using the console, the SDK, or the AWS CLI , the contents of ``server.properties`` can be in plaintext.
4067
+ '''Contents of the ``server.properties`` file. When using the console, the SDK, or the AWS CLI , the contents of ``server.properties`` can be in plaintext.
4003
4068
 
4004
4069
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-configuration.html#cfn-msk-configuration-serverproperties
4005
4070
  '''
@@ -4054,7 +4119,7 @@ class CfnConfigurationProps:
4054
4119
  )
4055
4120
 
4056
4121
 
4057
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
4122
+ @jsii.implements(_IInspectable_c2943556, _IReplicatorRef_ba6501db, _ITaggableV2_4e6798f8)
4058
4123
  class CfnReplicator(
4059
4124
  _CfnResource_9df397a6,
4060
4125
  metaclass=jsii.JSIIMeta,
@@ -4136,7 +4201,8 @@ class CfnReplicator(
4136
4201
  description: typing.Optional[builtins.str] = None,
4137
4202
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4138
4203
  ) -> None:
4139
- '''
4204
+ '''Create a new ``AWS::MSK::Replicator``.
4205
+
4140
4206
  :param scope: Scope in which this resource is defined.
4141
4207
  :param id: Construct identifier for this resource (unique in its scope).
4142
4208
  :param kafka_clusters: Kafka Clusters to use in setting up sources / targets for replication.
@@ -4220,6 +4286,12 @@ class CfnReplicator(
4220
4286
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4221
4287
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4222
4288
 
4289
+ @builtins.property
4290
+ @jsii.member(jsii_name="replicatorRef")
4291
+ def replicator_ref(self) -> _ReplicatorReference_d24fd028:
4292
+ '''A reference to a Replicator resource.'''
4293
+ return typing.cast(_ReplicatorReference_d24fd028, jsii.get(self, "replicatorRef"))
4294
+
4223
4295
  @builtins.property
4224
4296
  @jsii.member(jsii_name="kafkaClusters")
4225
4297
  def kafka_clusters(
@@ -5244,7 +5316,7 @@ class CfnReplicatorProps:
5244
5316
  )
5245
5317
 
5246
5318
 
5247
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
5319
+ @jsii.implements(_IInspectable_c2943556, _IServerlessClusterRef_d48e2d5f, _ITaggable_36806126)
5248
5320
  class CfnServerlessCluster(
5249
5321
  _CfnResource_9df397a6,
5250
5322
  metaclass=jsii.JSIIMeta,
@@ -5295,7 +5367,8 @@ class CfnServerlessCluster(
5295
5367
  vpc_configs: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnServerlessCluster.VpcConfigProperty", typing.Dict[builtins.str, typing.Any]]]]],
5296
5368
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5297
5369
  ) -> None:
5298
- '''
5370
+ '''Create a new ``AWS::MSK::ServerlessCluster``.
5371
+
5299
5372
  :param scope: Scope in which this resource is defined.
5300
5373
  :param id: Construct identifier for this resource (unique in its scope).
5301
5374
  :param client_authentication: Includes all client authentication related information.
@@ -5360,6 +5433,12 @@ class CfnServerlessCluster(
5360
5433
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5361
5434
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5362
5435
 
5436
+ @builtins.property
5437
+ @jsii.member(jsii_name="serverlessClusterRef")
5438
+ def serverless_cluster_ref(self) -> _ServerlessClusterReference_591ff7ca:
5439
+ '''A reference to a ServerlessCluster resource.'''
5440
+ return typing.cast(_ServerlessClusterReference_591ff7ca, jsii.get(self, "serverlessClusterRef"))
5441
+
5363
5442
  @builtins.property
5364
5443
  @jsii.member(jsii_name="tags")
5365
5444
  def tags(self) -> _TagManager_0a598cb3:
@@ -5810,7 +5889,7 @@ class CfnServerlessClusterProps:
5810
5889
  )
5811
5890
 
5812
5891
 
5813
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
5892
+ @jsii.implements(_IInspectable_c2943556, _IVpcConnectionRef_08dbabf3, _ITaggable_36806126)
5814
5893
  class CfnVpcConnection(
5815
5894
  _CfnResource_9df397a6,
5816
5895
  metaclass=jsii.JSIIMeta,
@@ -5854,7 +5933,8 @@ class CfnVpcConnection(
5854
5933
  vpc_id: builtins.str,
5855
5934
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5856
5935
  ) -> None:
5857
- '''
5936
+ '''Create a new ``AWS::MSK::VpcConnection``.
5937
+
5858
5938
  :param scope: Scope in which this resource is defined.
5859
5939
  :param id: Construct identifier for this resource (unique in its scope).
5860
5940
  :param authentication: The type of private link authentication.
@@ -5929,6 +6009,12 @@ class CfnVpcConnection(
5929
6009
  '''Tag Manager which manages the tags for this resource.'''
5930
6010
  return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
5931
6011
 
6012
+ @builtins.property
6013
+ @jsii.member(jsii_name="vpcConnectionRef")
6014
+ def vpc_connection_ref(self) -> _VpcConnectionReference_c5ff3bd2:
6015
+ '''A reference to a VpcConnection resource.'''
6016
+ return typing.cast(_VpcConnectionReference_c5ff3bd2, jsii.get(self, "vpcConnectionRef"))
6017
+
5932
6018
  @builtins.property
5933
6019
  @jsii.member(jsii_name="authentication")
5934
6020
  def authentication(self) -> builtins.str:
@@ -66,9 +66,13 @@ from .. import (
66
66
  TagManager as _TagManager_0a598cb3,
67
67
  TreeInspector as _TreeInspector_488e0dd5,
68
68
  )
69
+ from ..interfaces.aws_mwaa import (
70
+ EnvironmentReference as _EnvironmentReference_14c1e070,
71
+ IEnvironmentRef as _IEnvironmentRef_842152e5,
72
+ )
69
73
 
70
74
 
71
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
75
+ @jsii.implements(_IInspectable_c2943556, _IEnvironmentRef_842152e5, _ITaggable_36806126)
72
76
  class CfnEnvironment(
73
77
  _CfnResource_9df397a6,
74
78
  metaclass=jsii.JSIIMeta,
@@ -145,7 +149,8 @@ class CfnEnvironment(
145
149
  startup_script_s3_path="startupScriptS3Path",
146
150
  tags=tags,
147
151
  webserver_access_mode="webserverAccessMode",
148
- weekly_maintenance_window_start="weeklyMaintenanceWindowStart"
152
+ weekly_maintenance_window_start="weeklyMaintenanceWindowStart",
153
+ worker_replacement_strategy="workerReplacementStrategy"
149
154
  )
150
155
  '''
151
156
 
@@ -179,13 +184,15 @@ class CfnEnvironment(
179
184
  tags: typing.Any = None,
180
185
  webserver_access_mode: typing.Optional[builtins.str] = None,
181
186
  weekly_maintenance_window_start: typing.Optional[builtins.str] = None,
187
+ worker_replacement_strategy: typing.Optional[builtins.str] = None,
182
188
  ) -> None:
183
- '''
189
+ '''Create a new ``AWS::MWAA::Environment``.
190
+
184
191
  :param scope: Scope in which this resource is defined.
185
192
  :param id: Construct identifier for this resource (unique in its scope).
186
193
  :param name: The name of your Amazon MWAA environment.
187
194
  :param airflow_configuration_options: A list of key-value pairs containing the Airflow configuration options for your environment. For example, ``core.default_timezone: utc`` . To learn more, see `Apache Airflow configuration options <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html>`_ .
188
- :param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version. If you specify a newer version number for an existing environment, the version update requires some service interruption before taking effect. *Allowed Values* : ``1.10.12`` | ``2.0.2`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` | ``2.6.3`` | ``2.7.2`` | ``2.8.1`` | ``2.9.2`` | ``2.10.1`` (latest)
195
+ :param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version. If you specify a newer version number for an existing environment, the version update requires some service interruption before taking effect. *Allowed Values* : ``2.7.2`` | ``2.8.1`` | ``2.9.2`` | ``2.10.1`` | ``2.10.3`` | ``3.0.6`` (latest)
189
196
  :param dag_s3_path: The relative path to the DAGs folder on your Amazon S3 bucket. For example, ``dags`` . To learn more, see `Adding or updating DAGs <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html>`_ .
190
197
  :param endpoint_management: Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA. If set to ``SERVICE`` , Amazon MWAA will create and manage the required VPC endpoints in your VPC. If set to ``CUSTOMER`` , you must create, and manage, the VPC endpoints in your VPC.
191
198
  :param environment_class: The environment class type. Valid values: ``mw1.micro`` , ``mw1.small`` , ``mw1.medium`` , ``mw1.large`` , ``mw1.1large`` , and ``mw1.2large`` . To learn more, see `Amazon MWAA environment class <https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html>`_ .
@@ -208,6 +215,7 @@ class CfnEnvironment(
208
215
  :param tags: The key-value tag pairs associated to your environment. For example, ``"Environment": "Staging"`` . To learn more, see `Tagging <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ . If you specify new tags for an existing environment, the update requires service interruption before taking effect.
209
216
  :param webserver_access_mode: The Apache Airflow *Web server* access mode. To learn more, see `Apache Airflow access modes <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html>`_ . Valid values: ``PRIVATE_ONLY`` or ``PUBLIC_ONLY`` .
210
217
  :param weekly_maintenance_window_start: The day and time of the week to start weekly maintenance updates of your environment in the following format: ``DAY:HH:MM`` . For example: ``TUE:03:30`` . You can specify a start time in 30 minute increments only. Supported input includes the following: - MON|TUE|WED|THU|FRI|SAT|SUN:([01]\\d|2[0-3]):(00|30)
218
+ :param worker_replacement_strategy: The worker replacement strategy to use when updating the environment. Valid values: ``FORCED``, ``GRACEFUL``. FORCED means Apache Airflow workers will be stopped and replaced without waiting for tasks to complete before an update. GRACEFUL means Apache Airflow workers will be able to complete running tasks for up to 12 hours during an update before being stopped and replaced.
211
219
  '''
212
220
  if __debug__:
213
221
  type_hints = typing.get_type_hints(_typecheckingstub__558d6a60af086ab1a40ad8057fcb128456129bbbd328752ab90d8a6d573efb1c)
@@ -239,10 +247,53 @@ class CfnEnvironment(
239
247
  tags=tags,
240
248
  webserver_access_mode=webserver_access_mode,
241
249
  weekly_maintenance_window_start=weekly_maintenance_window_start,
250
+ worker_replacement_strategy=worker_replacement_strategy,
242
251
  )
243
252
 
244
253
  jsii.create(self.__class__, self, [scope, id, props])
245
254
 
255
+ @jsii.member(jsii_name="fromEnvironmentArn")
256
+ @builtins.classmethod
257
+ def from_environment_arn(
258
+ cls,
259
+ scope: _constructs_77d1e7e8.Construct,
260
+ id: builtins.str,
261
+ arn: builtins.str,
262
+ ) -> _IEnvironmentRef_842152e5:
263
+ '''Creates a new IEnvironmentRef from an ARN.
264
+
265
+ :param scope: -
266
+ :param id: -
267
+ :param arn: -
268
+ '''
269
+ if __debug__:
270
+ type_hints = typing.get_type_hints(_typecheckingstub__eeab8395584e59cc2c2e2e79af17a538406c85ef97d8a9a2859b93823146cf1b)
271
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
272
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
273
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
274
+ return typing.cast(_IEnvironmentRef_842152e5, jsii.sinvoke(cls, "fromEnvironmentArn", [scope, id, arn]))
275
+
276
+ @jsii.member(jsii_name="fromEnvironmentName")
277
+ @builtins.classmethod
278
+ def from_environment_name(
279
+ cls,
280
+ scope: _constructs_77d1e7e8.Construct,
281
+ id: builtins.str,
282
+ environment_name: builtins.str,
283
+ ) -> _IEnvironmentRef_842152e5:
284
+ '''Creates a new IEnvironmentRef from a environmentName.
285
+
286
+ :param scope: -
287
+ :param id: -
288
+ :param environment_name: -
289
+ '''
290
+ if __debug__:
291
+ type_hints = typing.get_type_hints(_typecheckingstub__00555161bf97ecf8a9091b34e1df9c2c441f970660c275c1bdb7afa29596b2cf)
292
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
293
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
294
+ check_type(argname="argument environment_name", value=environment_name, expected_type=type_hints["environment_name"])
295
+ return typing.cast(_IEnvironmentRef_842152e5, jsii.sinvoke(cls, "fromEnvironmentName", [scope, id, environment_name]))
296
+
246
297
  @jsii.member(jsii_name="inspect")
247
298
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
248
299
  '''Examines the CloudFormation resource and discloses attributes.
@@ -378,6 +429,12 @@ class CfnEnvironment(
378
429
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
379
430
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
380
431
 
432
+ @builtins.property
433
+ @jsii.member(jsii_name="environmentRef")
434
+ def environment_ref(self) -> _EnvironmentReference_14c1e070:
435
+ '''A reference to a Environment resource.'''
436
+ return typing.cast(_EnvironmentReference_14c1e070, jsii.get(self, "environmentRef"))
437
+
381
438
  @builtins.property
382
439
  @jsii.member(jsii_name="tags")
383
440
  def tags(self) -> _TagManager_0a598cb3:
@@ -737,6 +794,19 @@ class CfnEnvironment(
737
794
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
738
795
  jsii.set(self, "weeklyMaintenanceWindowStart", value) # pyright: ignore[reportArgumentType]
739
796
 
797
+ @builtins.property
798
+ @jsii.member(jsii_name="workerReplacementStrategy")
799
+ def worker_replacement_strategy(self) -> typing.Optional[builtins.str]:
800
+ '''The worker replacement strategy to use when updating the environment.'''
801
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "workerReplacementStrategy"))
802
+
803
+ @worker_replacement_strategy.setter
804
+ def worker_replacement_strategy(self, value: typing.Optional[builtins.str]) -> None:
805
+ if __debug__:
806
+ type_hints = typing.get_type_hints(_typecheckingstub__6a69a886eac1c8570e29fe73891b3d0a6bf8bc1d04ac36bc656c130c6498adef)
807
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
808
+ jsii.set(self, "workerReplacementStrategy", value) # pyright: ignore[reportArgumentType]
809
+
740
810
  @jsii.data_type(
741
811
  jsii_type="aws-cdk-lib.aws_mwaa.CfnEnvironment.LoggingConfigurationProperty",
742
812
  jsii_struct_bases=[],
@@ -909,7 +979,7 @@ class CfnEnvironment(
909
979
 
910
980
  :param cloud_watch_log_group_arn: The ARN of the CloudWatch Logs log group for each type of Apache Airflow log type that you have enabled. .. epigraph:: ``CloudWatchLogGroupArn`` is available only as a return value, accessible when specified as an attribute in the ```Fn:GetAtt`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html#aws-resource-mwaa-environment-return-values>`_ intrinsic function. Any value you provide for ``CloudWatchLogGroupArn`` is discarded by Amazon MWAA.
911
981
  :param enabled: Indicates whether to enable the Apache Airflow log type (e.g. ``DagProcessingLogs`` ) in CloudWatch Logs.
912
- :param log_level: Defines the Apache Airflow logs to send for the log type (e.g. ``DagProcessingLogs`` ) to CloudWatch Logs. Valid values: ``CRITICAL`` , ``ERROR`` , ``WARNING`` , ``INFO`` .
982
+ :param log_level: Defines the Apache Airflow logs to send for the log type (e.g. ``DagProcessingLogs`` ) to CloudWatch Logs.
913
983
 
914
984
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaa-environment-moduleloggingconfiguration.html
915
985
  :exampleMetadata: fixture=_generated
@@ -965,7 +1035,7 @@ class CfnEnvironment(
965
1035
 
966
1036
  @builtins.property
967
1037
  def log_level(self) -> typing.Optional[builtins.str]:
968
- '''Defines the Apache Airflow logs to send for the log type (e.g. ``DagProcessingLogs`` ) to CloudWatch Logs. Valid values: ``CRITICAL`` , ``ERROR`` , ``WARNING`` , ``INFO`` .
1038
+ '''Defines the Apache Airflow logs to send for the log type (e.g. ``DagProcessingLogs`` ) to CloudWatch Logs.
969
1039
 
970
1040
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaa-environment-moduleloggingconfiguration.html#cfn-mwaa-environment-moduleloggingconfiguration-loglevel
971
1041
  '''
@@ -1092,6 +1162,7 @@ class CfnEnvironment(
1092
1162
  "tags": "tags",
1093
1163
  "webserver_access_mode": "webserverAccessMode",
1094
1164
  "weekly_maintenance_window_start": "weeklyMaintenanceWindowStart",
1165
+ "worker_replacement_strategy": "workerReplacementStrategy",
1095
1166
  },
1096
1167
  )
1097
1168
  class CfnEnvironmentProps:
@@ -1123,12 +1194,13 @@ class CfnEnvironmentProps:
1123
1194
  tags: typing.Any = None,
1124
1195
  webserver_access_mode: typing.Optional[builtins.str] = None,
1125
1196
  weekly_maintenance_window_start: typing.Optional[builtins.str] = None,
1197
+ worker_replacement_strategy: typing.Optional[builtins.str] = None,
1126
1198
  ) -> None:
1127
1199
  '''Properties for defining a ``CfnEnvironment``.
1128
1200
 
1129
1201
  :param name: The name of your Amazon MWAA environment.
1130
1202
  :param airflow_configuration_options: A list of key-value pairs containing the Airflow configuration options for your environment. For example, ``core.default_timezone: utc`` . To learn more, see `Apache Airflow configuration options <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html>`_ .
1131
- :param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version. If you specify a newer version number for an existing environment, the version update requires some service interruption before taking effect. *Allowed Values* : ``1.10.12`` | ``2.0.2`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` | ``2.6.3`` | ``2.7.2`` | ``2.8.1`` | ``2.9.2`` | ``2.10.1`` (latest)
1203
+ :param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version. If you specify a newer version number for an existing environment, the version update requires some service interruption before taking effect. *Allowed Values* : ``2.7.2`` | ``2.8.1`` | ``2.9.2`` | ``2.10.1`` | ``2.10.3`` | ``3.0.6`` (latest)
1132
1204
  :param dag_s3_path: The relative path to the DAGs folder on your Amazon S3 bucket. For example, ``dags`` . To learn more, see `Adding or updating DAGs <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html>`_ .
1133
1205
  :param endpoint_management: Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA. If set to ``SERVICE`` , Amazon MWAA will create and manage the required VPC endpoints in your VPC. If set to ``CUSTOMER`` , you must create, and manage, the VPC endpoints in your VPC.
1134
1206
  :param environment_class: The environment class type. Valid values: ``mw1.micro`` , ``mw1.small`` , ``mw1.medium`` , ``mw1.large`` , ``mw1.1large`` , and ``mw1.2large`` . To learn more, see `Amazon MWAA environment class <https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html>`_ .
@@ -1151,6 +1223,7 @@ class CfnEnvironmentProps:
1151
1223
  :param tags: The key-value tag pairs associated to your environment. For example, ``"Environment": "Staging"`` . To learn more, see `Tagging <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ . If you specify new tags for an existing environment, the update requires service interruption before taking effect.
1152
1224
  :param webserver_access_mode: The Apache Airflow *Web server* access mode. To learn more, see `Apache Airflow access modes <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html>`_ . Valid values: ``PRIVATE_ONLY`` or ``PUBLIC_ONLY`` .
1153
1225
  :param weekly_maintenance_window_start: The day and time of the week to start weekly maintenance updates of your environment in the following format: ``DAY:HH:MM`` . For example: ``TUE:03:30`` . You can specify a start time in 30 minute increments only. Supported input includes the following: - MON|TUE|WED|THU|FRI|SAT|SUN:([01]\\d|2[0-3]):(00|30)
1226
+ :param worker_replacement_strategy: The worker replacement strategy to use when updating the environment. Valid values: ``FORCED``, ``GRACEFUL``. FORCED means Apache Airflow workers will be stopped and replaced without waiting for tasks to complete before an update. GRACEFUL means Apache Airflow workers will be able to complete running tasks for up to 12 hours during an update before being stopped and replaced.
1154
1227
 
1155
1228
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html
1156
1229
  :exampleMetadata: fixture=_generated
@@ -1220,7 +1293,8 @@ class CfnEnvironmentProps:
1220
1293
  startup_script_s3_path="startupScriptS3Path",
1221
1294
  tags=tags,
1222
1295
  webserver_access_mode="webserverAccessMode",
1223
- weekly_maintenance_window_start="weeklyMaintenanceWindowStart"
1296
+ weekly_maintenance_window_start="weeklyMaintenanceWindowStart",
1297
+ worker_replacement_strategy="workerReplacementStrategy"
1224
1298
  )
1225
1299
  '''
1226
1300
  if __debug__:
@@ -1250,6 +1324,7 @@ class CfnEnvironmentProps:
1250
1324
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
1251
1325
  check_type(argname="argument webserver_access_mode", value=webserver_access_mode, expected_type=type_hints["webserver_access_mode"])
1252
1326
  check_type(argname="argument weekly_maintenance_window_start", value=weekly_maintenance_window_start, expected_type=type_hints["weekly_maintenance_window_start"])
1327
+ check_type(argname="argument worker_replacement_strategy", value=worker_replacement_strategy, expected_type=type_hints["worker_replacement_strategy"])
1253
1328
  self._values: typing.Dict[builtins.str, typing.Any] = {
1254
1329
  "name": name,
1255
1330
  }
@@ -1301,6 +1376,8 @@ class CfnEnvironmentProps:
1301
1376
  self._values["webserver_access_mode"] = webserver_access_mode
1302
1377
  if weekly_maintenance_window_start is not None:
1303
1378
  self._values["weekly_maintenance_window_start"] = weekly_maintenance_window_start
1379
+ if worker_replacement_strategy is not None:
1380
+ self._values["worker_replacement_strategy"] = worker_replacement_strategy
1304
1381
 
1305
1382
  @builtins.property
1306
1383
  def name(self) -> builtins.str:
@@ -1331,7 +1408,7 @@ class CfnEnvironmentProps:
1331
1408
 
1332
1409
  If you specify a newer version number for an existing environment, the version update requires some service interruption before taking effect.
1333
1410
 
1334
- *Allowed Values* : ``1.10.12`` | ``2.0.2`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` | ``2.6.3`` | ``2.7.2`` | ``2.8.1`` | ``2.9.2`` | ``2.10.1`` (latest)
1411
+ *Allowed Values* : ``2.7.2`` | ``2.8.1`` | ``2.9.2`` | ``2.10.1`` | ``2.10.3`` | ``3.0.6`` (latest)
1335
1412
 
1336
1413
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html#cfn-mwaa-environment-airflowversion
1337
1414
  '''
@@ -1587,6 +1664,17 @@ class CfnEnvironmentProps:
1587
1664
  result = self._values.get("weekly_maintenance_window_start")
1588
1665
  return typing.cast(typing.Optional[builtins.str], result)
1589
1666
 
1667
+ @builtins.property
1668
+ def worker_replacement_strategy(self) -> typing.Optional[builtins.str]:
1669
+ '''The worker replacement strategy to use when updating the environment.
1670
+
1671
+ Valid values: ``FORCED``, ``GRACEFUL``. FORCED means Apache Airflow workers will be stopped and replaced without waiting for tasks to complete before an update. GRACEFUL means Apache Airflow workers will be able to complete running tasks for up to 12 hours during an update before being stopped and replaced.
1672
+
1673
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html#cfn-mwaa-environment-workerreplacementstrategy
1674
+ '''
1675
+ result = self._values.get("worker_replacement_strategy")
1676
+ return typing.cast(typing.Optional[builtins.str], result)
1677
+
1590
1678
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1591
1679
  return isinstance(rhs, self.__class__) and rhs._values == self._values
1592
1680
 
@@ -1635,6 +1723,23 @@ def _typecheckingstub__558d6a60af086ab1a40ad8057fcb128456129bbbd328752ab90d8a6d5
1635
1723
  tags: typing.Any = None,
1636
1724
  webserver_access_mode: typing.Optional[builtins.str] = None,
1637
1725
  weekly_maintenance_window_start: typing.Optional[builtins.str] = None,
1726
+ worker_replacement_strategy: typing.Optional[builtins.str] = None,
1727
+ ) -> None:
1728
+ """Type checking stubs"""
1729
+ pass
1730
+
1731
+ def _typecheckingstub__eeab8395584e59cc2c2e2e79af17a538406c85ef97d8a9a2859b93823146cf1b(
1732
+ scope: _constructs_77d1e7e8.Construct,
1733
+ id: builtins.str,
1734
+ arn: builtins.str,
1735
+ ) -> None:
1736
+ """Type checking stubs"""
1737
+ pass
1738
+
1739
+ def _typecheckingstub__00555161bf97ecf8a9091b34e1df9c2c441f970660c275c1bdb7afa29596b2cf(
1740
+ scope: _constructs_77d1e7e8.Construct,
1741
+ id: builtins.str,
1742
+ environment_name: builtins.str,
1638
1743
  ) -> None:
1639
1744
  """Type checking stubs"""
1640
1745
  pass
@@ -1801,6 +1906,12 @@ def _typecheckingstub__c4b7b1ca9a0752d370dddfd37838d62fc0fdbdce81d79923961a78bfa
1801
1906
  """Type checking stubs"""
1802
1907
  pass
1803
1908
 
1909
+ def _typecheckingstub__6a69a886eac1c8570e29fe73891b3d0a6bf8bc1d04ac36bc656c130c6498adef(
1910
+ value: typing.Optional[builtins.str],
1911
+ ) -> None:
1912
+ """Type checking stubs"""
1913
+ pass
1914
+
1804
1915
  def _typecheckingstub__d823c014bd64bec48bc3afd2f5085d92c0e9f9e6f7641f491eeb3020665639f5(
1805
1916
  *,
1806
1917
  dag_processing_logs: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnvironment.ModuleLoggingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -1856,6 +1967,7 @@ def _typecheckingstub__9d7baed808ece1f6aca4fce5dbeac04c731d688aec6f3395e1f0892ea
1856
1967
  tags: typing.Any = None,
1857
1968
  webserver_access_mode: typing.Optional[builtins.str] = None,
1858
1969
  weekly_maintenance_window_start: typing.Optional[builtins.str] = None,
1970
+ worker_replacement_strategy: typing.Optional[builtins.str] = None,
1859
1971
  ) -> None:
1860
1972
  """Type checking stubs"""
1861
1973
  pass