aws-cdk-lib 2.200.2__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 (569) hide show
  1. aws_cdk/__init__.py +1349 -373
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.200.2.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 +1017 -155
  12. aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +298 -43
  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 +29 -6
  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 +94 -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 +227 -53
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +1875 -132
  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 +135 -55
  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 +317 -28
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1405 -178
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +6747 -627
  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 +42 -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 +237 -32
  45. aws_cdk/aws_chatbot/__init__.py +70 -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 +345 -166
  50. aws_cdk/aws_cloudfront/__init__.py +2101 -680
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
  53. aws_cdk/aws_cloudtrail/__init__.py +301 -17
  54. aws_cdk/aws_cloudwatch/__init__.py +1414 -153
  55. aws_cdk/aws_codeartifact/__init__.py +35 -6
  56. aws_cdk/aws_codebuild/__init__.py +1103 -118
  57. aws_cdk/aws_codecommit/__init__.py +23 -9
  58. aws_cdk/aws_codeconnections/__init__.py +13 -2
  59. aws_cdk/aws_codedeploy/__init__.py +67 -6
  60. aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
  61. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  62. aws_cdk/aws_codepipeline/__init__.py +127 -64
  63. aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
  64. aws_cdk/aws_codestar/__init__.py +13 -2
  65. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  66. aws_cdk/aws_codestarnotifications/__init__.py +16 -2
  67. aws_cdk/aws_cognito/__init__.py +814 -80
  68. aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
  69. aws_cdk/aws_comprehend/__init__.py +24 -4
  70. aws_cdk/aws_config/__init__.py +191 -30
  71. aws_cdk/aws_connect/__init__.py +2736 -191
  72. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  73. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  74. aws_cdk/aws_controltower/__init__.py +35 -6
  75. aws_cdk/aws_cur/__init__.py +100 -4
  76. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  77. aws_cdk/aws_databrew/__init__.py +68 -12
  78. aws_cdk/aws_datapipeline/__init__.py +42 -2
  79. aws_cdk/aws_datasync/__init__.py +723 -203
  80. aws_cdk/aws_datazone/__init__.py +4425 -608
  81. aws_cdk/aws_dax/__init__.py +83 -6
  82. aws_cdk/aws_deadline/__init__.py +321 -32
  83. aws_cdk/aws_detective/__init__.py +35 -6
  84. aws_cdk/aws_devicefarm/__init__.py +68 -12
  85. aws_cdk/aws_devopsguru/__init__.py +37 -6
  86. aws_cdk/aws_directoryservice/__init__.py +53 -4
  87. aws_cdk/aws_dlm/__init__.py +13 -2
  88. aws_cdk/aws_dms/__init__.py +184 -27
  89. aws_cdk/aws_docdb/__init__.py +323 -46
  90. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  91. aws_cdk/aws_dsql/__init__.py +340 -12
  92. aws_cdk/aws_dynamodb/__init__.py +1463 -166
  93. aws_cdk/aws_ec2/__init__.py +9636 -1120
  94. aws_cdk/aws_ecr/__init__.py +631 -43
  95. aws_cdk/aws_ecr_assets/__init__.py +4 -0
  96. aws_cdk/aws_ecs/__init__.py +6524 -497
  97. aws_cdk/aws_ecs_patterns/__init__.py +2 -0
  98. aws_cdk/aws_efs/__init__.py +264 -24
  99. aws_cdk/aws_eks/__init__.py +1050 -218
  100. aws_cdk/aws_elasticache/__init__.py +373 -20
  101. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  102. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
  103. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
  104. aws_cdk/aws_elasticsearch/__init__.py +282 -9
  105. aws_cdk/aws_emr/__init__.py +187 -20
  106. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  107. aws_cdk/aws_emrserverless/__init__.py +188 -3
  108. aws_cdk/aws_entityresolution/__init__.py +585 -58
  109. aws_cdk/aws_events/__init__.py +969 -124
  110. aws_cdk/aws_events_targets/__init__.py +310 -54
  111. aws_cdk/aws_eventschemas/__init__.py +46 -8
  112. aws_cdk/aws_evidently/__init__.py +57 -10
  113. aws_cdk/aws_evs/__init__.py +2244 -0
  114. aws_cdk/aws_finspace/__init__.py +71 -2
  115. aws_cdk/aws_fis/__init__.py +26 -4
  116. aws_cdk/aws_fms/__init__.py +35 -6
  117. aws_cdk/aws_forecast/__init__.py +24 -4
  118. aws_cdk/aws_frauddetector/__init__.py +79 -14
  119. aws_cdk/aws_fsx/__init__.py +1236 -142
  120. aws_cdk/aws_gamelift/__init__.py +653 -78
  121. aws_cdk/aws_gameliftstreams/__init__.py +38 -16
  122. aws_cdk/aws_globalaccelerator/__init__.py +55 -14
  123. aws_cdk/aws_glue/__init__.py +1368 -320
  124. aws_cdk/aws_grafana/__init__.py +13 -2
  125. aws_cdk/aws_greengrass/__init__.py +654 -32
  126. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  127. aws_cdk/aws_groundstation/__init__.py +122 -6
  128. aws_cdk/aws_guardduty/__init__.py +1613 -123
  129. aws_cdk/aws_healthimaging/__init__.py +71 -2
  130. aws_cdk/aws_healthlake/__init__.py +42 -2
  131. aws_cdk/aws_iam/__init__.py +480 -140
  132. aws_cdk/aws_identitystore/__init__.py +24 -4
  133. aws_cdk/aws_imagebuilder/__init__.py +1433 -183
  134. aws_cdk/aws_inspector/__init__.py +38 -6
  135. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  136. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  137. aws_cdk/aws_invoicing/__init__.py +13 -2
  138. aws_cdk/aws_iot/__init__.py +1730 -86
  139. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  140. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  141. aws_cdk/aws_iotevents/__init__.py +122 -6
  142. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  143. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  144. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  145. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  146. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  147. aws_cdk/aws_iotwireless/__init__.py +649 -22
  148. aws_cdk/aws_ivs/__init__.py +561 -57
  149. aws_cdk/aws_ivschat/__init__.py +24 -4
  150. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  151. aws_cdk/aws_kendra/__init__.py +120 -28
  152. aws_cdk/aws_kendraranking/__init__.py +13 -2
  153. aws_cdk/aws_kinesis/__init__.py +622 -22
  154. aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
  155. aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
  156. aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
  157. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  158. aws_cdk/aws_kms/__init__.py +188 -41
  159. aws_cdk/aws_lakeformation/__init__.py +80 -15
  160. aws_cdk/aws_lambda/__init__.py +2101 -252
  161. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  162. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  163. aws_cdk/aws_launchwizard/__init__.py +13 -2
  164. aws_cdk/aws_lex/__init__.py +871 -8
  165. aws_cdk/aws_licensemanager/__init__.py +24 -4
  166. aws_cdk/aws_lightsail/__init__.py +2159 -975
  167. aws_cdk/aws_location/__init__.py +618 -14
  168. aws_cdk/aws_logs/__init__.py +5904 -956
  169. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  170. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  171. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  172. aws_cdk/aws_m2/__init__.py +94 -19
  173. aws_cdk/aws_macie/__init__.py +49 -11
  174. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  175. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  176. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  177. aws_cdk/aws_medialive/__init__.py +1239 -35
  178. aws_cdk/aws_mediapackage/__init__.py +59 -12
  179. aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
  180. aws_cdk/aws_mediastore/__init__.py +13 -2
  181. aws_cdk/aws_mediatailor/__init__.py +583 -12
  182. aws_cdk/aws_memorydb/__init__.py +271 -12
  183. aws_cdk/aws_mpa/__init__.py +1495 -0
  184. aws_cdk/aws_msk/__init__.py +104 -18
  185. aws_cdk/aws_mwaa/__init__.py +121 -9
  186. aws_cdk/aws_neptune/__init__.py +290 -78
  187. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  188. aws_cdk/aws_networkfirewall/__init__.py +1289 -273
  189. aws_cdk/aws_networkmanager/__init__.py +349 -33
  190. aws_cdk/aws_nimblestudio/__init__.py +75 -8
  191. aws_cdk/aws_notifications/__init__.py +317 -12
  192. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  193. aws_cdk/aws_oam/__init__.py +24 -4
  194. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  195. aws_cdk/aws_odb/__init__.py +5872 -0
  196. aws_cdk/aws_omics/__init__.py +2495 -529
  197. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  198. aws_cdk/aws_opensearchservice/__init__.py +495 -19
  199. aws_cdk/aws_opsworks/__init__.py +235 -139
  200. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  201. aws_cdk/aws_organizations/__init__.py +70 -10
  202. aws_cdk/aws_osis/__init__.py +167 -2
  203. aws_cdk/aws_panorama/__init__.py +151 -6
  204. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  205. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  206. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  207. aws_cdk/aws_pcs/__init__.py +387 -68
  208. aws_cdk/aws_personalize/__init__.py +46 -8
  209. aws_cdk/aws_pinpoint/__init__.py +329 -38
  210. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  211. aws_cdk/aws_pipes/__init__.py +12 -2
  212. aws_cdk/aws_proton/__init__.py +37 -6
  213. aws_cdk/aws_qbusiness/__init__.py +635 -34
  214. aws_cdk/aws_qldb/__init__.py +24 -4
  215. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  216. aws_cdk/aws_ram/__init__.py +24 -4
  217. aws_cdk/aws_rbin/__init__.py +12 -2
  218. aws_cdk/aws_rds/__init__.py +3345 -512
  219. aws_cdk/aws_redshift/__init__.py +143 -20
  220. aws_cdk/aws_redshiftserverless/__init__.py +692 -4
  221. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  222. aws_cdk/aws_rekognition/__init__.py +93 -6
  223. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  224. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  225. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  226. aws_cdk/aws_robomaker/__init__.py +72 -12
  227. aws_cdk/aws_rolesanywhere/__init__.py +180 -6
  228. aws_cdk/aws_route53/__init__.py +3273 -1442
  229. aws_cdk/aws_route53_targets/__init__.py +3 -0
  230. aws_cdk/aws_route53profiles/__init__.py +37 -6
  231. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  232. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  233. aws_cdk/aws_route53resolver/__init__.py +226 -36
  234. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  235. aws_cdk/aws_rum/__init__.py +13 -2
  236. aws_cdk/aws_s3/__init__.py +1291 -158
  237. aws_cdk/aws_s3_assets/__init__.py +11 -11
  238. aws_cdk/aws_s3_deployment/__init__.py +147 -11
  239. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  240. aws_cdk/aws_s3express/__init__.py +266 -8
  241. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  242. aws_cdk/aws_s3outposts/__init__.py +46 -8
  243. aws_cdk/aws_s3tables/__init__.py +2000 -323
  244. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  245. aws_cdk/aws_sagemaker/__init__.py +6617 -363
  246. aws_cdk/aws_sam/__init__.py +79 -14
  247. aws_cdk/aws_scheduler/__init__.py +237 -4
  248. aws_cdk/aws_sdb/__init__.py +12 -2
  249. aws_cdk/aws_secretsmanager/__init__.py +170 -14
  250. aws_cdk/aws_securityhub/__init__.py +3121 -176
  251. aws_cdk/aws_securitylake/__init__.py +46 -8
  252. aws_cdk/aws_servicecatalog/__init__.py +405 -246
  253. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  254. aws_cdk/aws_servicediscovery/__init__.py +140 -47
  255. aws_cdk/aws_ses/__init__.py +1231 -140
  256. aws_cdk/aws_shield/__init__.py +46 -8
  257. aws_cdk/aws_signer/__init__.py +27 -4
  258. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  259. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  260. aws_cdk/aws_sns/__init__.py +245 -29
  261. aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
  262. aws_cdk/aws_sqs/__init__.py +211 -14
  263. aws_cdk/aws_ssm/__init__.py +401 -58
  264. aws_cdk/aws_ssmcontacts/__init__.py +46 -8
  265. aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
  266. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  267. aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
  268. aws_cdk/aws_sso/__init__.py +70 -12
  269. aws_cdk/aws_stepfunctions/__init__.py +615 -70
  270. aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
  271. aws_cdk/aws_supportapp/__init__.py +39 -6
  272. aws_cdk/aws_synthetics/__init__.py +861 -75
  273. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  274. aws_cdk/aws_timestream/__init__.py +104 -8
  275. aws_cdk/aws_transfer/__init__.py +784 -87
  276. aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
  277. aws_cdk/aws_voiceid/__init__.py +41 -2
  278. aws_cdk/aws_vpclattice/__init__.py +376 -30
  279. aws_cdk/aws_waf/__init__.py +79 -14
  280. aws_cdk/aws_wafregional/__init__.py +123 -22
  281. aws_cdk/aws_wafv2/__init__.py +1179 -60
  282. aws_cdk/aws_wisdom/__init__.py +1401 -90
  283. aws_cdk/aws_workspaces/__init__.py +93 -6
  284. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  285. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  286. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  287. aws_cdk/aws_xray/__init__.py +48 -8
  288. aws_cdk/cloud_assembly_schema/__init__.py +231 -6
  289. aws_cdk/custom_resources/__init__.py +40 -12
  290. aws_cdk/cx_api/__init__.py +85 -14
  291. aws_cdk/interfaces/__init__.py +739 -0
  292. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  293. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  295. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  296. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  297. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  298. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  299. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  300. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  301. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  302. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  303. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  304. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  305. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  306. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  307. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  308. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  309. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  310. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  311. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  312. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  313. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  314. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  315. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  316. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  317. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  318. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  319. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  320. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  321. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  322. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  323. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  324. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  325. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  326. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  327. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  328. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  329. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  330. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  331. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  332. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  333. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  334. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  335. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  336. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  337. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  338. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  339. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  340. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  341. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  342. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  343. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  344. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  345. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  346. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  347. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  348. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  349. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  350. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  351. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  352. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  353. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  354. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  355. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  356. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  358. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  359. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  360. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  361. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  362. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  363. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  364. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  365. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  366. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  367. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  368. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  369. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  370. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  371. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  372. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  373. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  374. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  376. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  377. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  378. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  379. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  380. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  381. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  382. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  383. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  385. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  386. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  387. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  388. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  389. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  390. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  391. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  392. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  393. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  394. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  396. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  397. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  398. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  399. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  400. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  401. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  402. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  403. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  404. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  405. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  406. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  407. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  408. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  409. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  410. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  411. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  412. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  413. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  414. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  415. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  416. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  417. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  418. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  419. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  420. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  421. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  422. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  423. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  424. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  425. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  426. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  427. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  428. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  429. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  430. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  431. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  432. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  433. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  434. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  436. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  437. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  438. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  439. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  440. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  441. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  442. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  443. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  444. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  445. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  446. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  447. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  448. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  449. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  450. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  451. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  452. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  453. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  454. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  455. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  456. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  457. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  458. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  459. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  460. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  461. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  462. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  463. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  464. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  465. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  466. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  467. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  468. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  469. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  470. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  471. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  472. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  473. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  474. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  475. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  476. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  477. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  478. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  479. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  480. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  481. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  482. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  483. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  484. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  485. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  486. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  487. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  488. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  489. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  490. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  491. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  492. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  493. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  494. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  495. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  496. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  497. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  498. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  499. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  500. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  501. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  502. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  503. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  504. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  505. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  506. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  507. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  508. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  509. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  510. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  511. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  512. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  513. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  514. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  515. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  516. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  517. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  518. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  519. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  520. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  521. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  522. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  523. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  524. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  525. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  526. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  527. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  528. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  529. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  530. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  531. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  532. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  533. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  534. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  535. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  536. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  537. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  538. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  539. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  540. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  541. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  542. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  543. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  544. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  545. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  546. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  547. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  548. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  549. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  550. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  551. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  552. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  553. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  554. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  555. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  556. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  557. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  558. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  559. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  560. aws_cdk/pipelines/__init__.py +192 -42
  561. aws_cdk/region_info/__init__.py +3 -0
  562. aws_cdk/triggers/__init__.py +60 -18
  563. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
  564. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  565. aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
  566. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  567. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  568. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  569. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -67,9 +67,13 @@ from .. import (
67
67
  TagManager as _TagManager_0a598cb3,
68
68
  TreeInspector as _TreeInspector_488e0dd5,
69
69
  )
70
+ from ..interfaces.aws_lookoutequipment import (
71
+ IInferenceSchedulerRef as _IInferenceSchedulerRef_ff214e3d,
72
+ InferenceSchedulerReference as _InferenceSchedulerReference_0ddafe2a,
73
+ )
70
74
 
71
75
 
72
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
76
+ @jsii.implements(_IInspectable_c2943556, _IInferenceSchedulerRef_ff214e3d, _ITaggable_36806126)
73
77
  class CfnInferenceScheduler(
74
78
  _CfnResource_9df397a6,
75
79
  metaclass=jsii.JSIIMeta,
@@ -128,7 +132,8 @@ class CfnInferenceScheduler(
128
132
  server_side_kms_key_id: typing.Optional[builtins.str] = None,
129
133
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
130
134
  ) -> None:
131
- '''
135
+ '''Create a new ``AWS::LookoutEquipment::InferenceScheduler``.
136
+
132
137
  :param scope: Scope in which this resource is defined.
133
138
  :param id: Construct identifier for this resource (unique in its scope).
134
139
  :param data_input_configuration: Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.
@@ -203,6 +208,12 @@ class CfnInferenceScheduler(
203
208
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
204
209
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
205
210
 
211
+ @builtins.property
212
+ @jsii.member(jsii_name="inferenceSchedulerRef")
213
+ def inference_scheduler_ref(self) -> _InferenceSchedulerReference_0ddafe2a:
214
+ '''A reference to a InferenceScheduler resource.'''
215
+ return typing.cast(_InferenceSchedulerReference_0ddafe2a, jsii.get(self, "inferenceSchedulerRef"))
216
+
206
217
  @builtins.property
207
218
  @jsii.member(jsii_name="tags")
208
219
  def tags(self) -> _TagManager_0a598cb3:
@@ -64,15 +64,27 @@ from .. import (
64
64
  IResolvable as _IResolvable_da3f097b,
65
65
  TreeInspector as _TreeInspector_488e0dd5,
66
66
  )
67
+ from ..interfaces.aws_lookoutmetrics import (
68
+ AlertReference as _AlertReference_73a426bb,
69
+ AnomalyDetectorReference as _AnomalyDetectorReference_c01b78d5,
70
+ IAlertRef as _IAlertRef_f1434fff,
71
+ IAnomalyDetectorRef as _IAnomalyDetectorRef_2d878a8f,
72
+ )
67
73
 
68
74
 
69
- @jsii.implements(_IInspectable_c2943556)
75
+ @jsii.implements(_IInspectable_c2943556, _IAlertRef_f1434fff)
70
76
  class CfnAlert(
71
77
  _CfnResource_9df397a6,
72
78
  metaclass=jsii.JSIIMeta,
73
79
  jsii_type="aws-cdk-lib.aws_lookoutmetrics.CfnAlert",
74
80
  ):
75
- '''The ``AWS::LookoutMetrics::Alert`` type creates an alert for an anomaly detector.
81
+ '''.. epigraph::
82
+
83
+ End of support notice: On Oct 9, 2025, AWS will end support for Amazon Lookout for Metrics.
84
+
85
+ After Oct 9, 2025, you will no longer be able to access the Amazon Lookout for Metrics console or Amazon Lookout for Metrics resources. For more information, see `Amazon Lookout for Metrics end of support <https://docs.aws.amazon.com//blogs/machine-learning/transitioning-off-amazon-lookout-for-metrics/>`_ .
86
+
87
+ The ``AWS::LookoutMetrics::Alert`` type creates an alert for an anomaly detector.
76
88
 
77
89
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutmetrics-alert.html
78
90
  :cloudformationResource: AWS::LookoutMetrics::Alert
@@ -115,7 +127,8 @@ class CfnAlert(
115
127
  alert_description: typing.Optional[builtins.str] = None,
116
128
  alert_name: typing.Optional[builtins.str] = None,
117
129
  ) -> None:
118
- '''
130
+ '''Create a new ``AWS::LookoutMetrics::Alert``.
131
+
119
132
  :param scope: Scope in which this resource is defined.
120
133
  :param id: Construct identifier for this resource (unique in its scope).
121
134
  :param action: Action that will be triggered when there is an alert.
@@ -168,6 +181,12 @@ class CfnAlert(
168
181
  '''The CloudFormation resource type name for this resource class.'''
169
182
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
170
183
 
184
+ @builtins.property
185
+ @jsii.member(jsii_name="alertRef")
186
+ def alert_ref(self) -> _AlertReference_73a426bb:
187
+ '''A reference to a Alert resource.'''
188
+ return typing.cast(_AlertReference_73a426bb, jsii.get(self, "alertRef"))
189
+
171
190
  @builtins.property
172
191
  @jsii.member(jsii_name="attrArn")
173
192
  def attr_arn(self) -> builtins.str:
@@ -607,13 +626,19 @@ class CfnAlertProps:
607
626
  )
608
627
 
609
628
 
610
- @jsii.implements(_IInspectable_c2943556)
629
+ @jsii.implements(_IInspectable_c2943556, _IAnomalyDetectorRef_2d878a8f)
611
630
  class CfnAnomalyDetector(
612
631
  _CfnResource_9df397a6,
613
632
  metaclass=jsii.JSIIMeta,
614
633
  jsii_type="aws-cdk-lib.aws_lookoutmetrics.CfnAnomalyDetector",
615
634
  ):
616
- '''The ``AWS::LookoutMetrics::AnomalyDetector`` type creates an anomaly detector.
635
+ '''.. epigraph::
636
+
637
+ End of support notice: On Oct 9, 2025, AWS will end support for Amazon Lookout for Metrics.
638
+
639
+ After Oct 9, 2025, you will no longer be able to access the Amazon Lookout for Metrics console or Amazon Lookout for Metrics resources. For more information, see `Amazon Lookout for Metrics end of support <https://docs.aws.amazon.com//blogs/machine-learning/transitioning-off-amazon-lookout-for-metrics/>`_ .
640
+
641
+ The ``AWS::LookoutMetrics::AnomalyDetector`` type creates an anomaly detector.
617
642
 
618
643
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutmetrics-anomalydetector.html
619
644
  :cloudformationResource: AWS::LookoutMetrics::AnomalyDetector
@@ -725,7 +750,8 @@ class CfnAnomalyDetector(
725
750
  anomaly_detector_name: typing.Optional[builtins.str] = None,
726
751
  kms_key_arn: typing.Optional[builtins.str] = None,
727
752
  ) -> None:
728
- '''
753
+ '''Create a new ``AWS::LookoutMetrics::AnomalyDetector``.
754
+
729
755
  :param scope: Scope in which this resource is defined.
730
756
  :param id: Construct identifier for this resource (unique in its scope).
731
757
  :param anomaly_detector_config: Contains information about the configuration of the anomaly detector.
@@ -778,6 +804,12 @@ class CfnAnomalyDetector(
778
804
  '''The CloudFormation resource type name for this resource class.'''
779
805
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
780
806
 
807
+ @builtins.property
808
+ @jsii.member(jsii_name="anomalyDetectorRef")
809
+ def anomaly_detector_ref(self) -> _AnomalyDetectorReference_c01b78d5:
810
+ '''A reference to a AnomalyDetector resource.'''
811
+ return typing.cast(_AnomalyDetectorReference_c01b78d5, jsii.get(self, "anomalyDetectorRef"))
812
+
781
813
  @builtins.property
782
814
  @jsii.member(jsii_name="attrArn")
783
815
  def attr_arn(self) -> builtins.str:
@@ -63,9 +63,13 @@ from .. import (
63
63
  IInspectable as _IInspectable_c2943556,
64
64
  TreeInspector as _TreeInspector_488e0dd5,
65
65
  )
66
+ from ..interfaces.aws_lookoutvision import (
67
+ IProjectRef as _IProjectRef_ebc63cfa,
68
+ ProjectReference as _ProjectReference_b65b6f0d,
69
+ )
66
70
 
67
71
 
68
- @jsii.implements(_IInspectable_c2943556)
72
+ @jsii.implements(_IInspectable_c2943556, _IProjectRef_ebc63cfa)
69
73
  class CfnProject(
70
74
  _CfnResource_9df397a6,
71
75
  metaclass=jsii.JSIIMeta,
@@ -97,7 +101,8 @@ class CfnProject(
97
101
  *,
98
102
  project_name: builtins.str,
99
103
  ) -> None:
100
- '''
104
+ '''Create a new ``AWS::LookoutVision::Project``.
105
+
101
106
  :param scope: Scope in which this resource is defined.
102
107
  :param id: Construct identifier for this resource (unique in its scope).
103
108
  :param project_name: The name of the project.
@@ -110,6 +115,48 @@ class CfnProject(
110
115
 
111
116
  jsii.create(self.__class__, self, [scope, id, props])
112
117
 
118
+ @jsii.member(jsii_name="fromProjectArn")
119
+ @builtins.classmethod
120
+ def from_project_arn(
121
+ cls,
122
+ scope: _constructs_77d1e7e8.Construct,
123
+ id: builtins.str,
124
+ arn: builtins.str,
125
+ ) -> _IProjectRef_ebc63cfa:
126
+ '''Creates a new IProjectRef from an ARN.
127
+
128
+ :param scope: -
129
+ :param id: -
130
+ :param arn: -
131
+ '''
132
+ if __debug__:
133
+ type_hints = typing.get_type_hints(_typecheckingstub__84fff196233367990984dbde8dbe8aa8640b040153a13a4a883d4f0528c0f0ca)
134
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
135
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
136
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
137
+ return typing.cast(_IProjectRef_ebc63cfa, jsii.sinvoke(cls, "fromProjectArn", [scope, id, arn]))
138
+
139
+ @jsii.member(jsii_name="fromProjectName")
140
+ @builtins.classmethod
141
+ def from_project_name(
142
+ cls,
143
+ scope: _constructs_77d1e7e8.Construct,
144
+ id: builtins.str,
145
+ project_name: builtins.str,
146
+ ) -> _IProjectRef_ebc63cfa:
147
+ '''Creates a new IProjectRef from a projectName.
148
+
149
+ :param scope: -
150
+ :param id: -
151
+ :param project_name: -
152
+ '''
153
+ if __debug__:
154
+ type_hints = typing.get_type_hints(_typecheckingstub__10d2b4dda47960ca6ee5e6df8c5e0d918819f580de3bd335e8522dea923180a2)
155
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
156
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
157
+ check_type(argname="argument project_name", value=project_name, expected_type=type_hints["project_name"])
158
+ return typing.cast(_IProjectRef_ebc63cfa, jsii.sinvoke(cls, "fromProjectName", [scope, id, project_name]))
159
+
113
160
  @jsii.member(jsii_name="inspect")
114
161
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
115
162
  '''Examines the CloudFormation resource and discloses attributes.
@@ -154,6 +201,12 @@ class CfnProject(
154
201
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
155
202
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
156
203
 
204
+ @builtins.property
205
+ @jsii.member(jsii_name="projectRef")
206
+ def project_ref(self) -> _ProjectReference_b65b6f0d:
207
+ '''A reference to a Project resource.'''
208
+ return typing.cast(_ProjectReference_b65b6f0d, jsii.get(self, "projectRef"))
209
+
157
210
  @builtins.property
158
211
  @jsii.member(jsii_name="projectName")
159
212
  def project_name(self) -> builtins.str:
@@ -237,6 +290,22 @@ def _typecheckingstub__ae1299eb5a9daafd09ff98ba3e3d4056e110dde110eef801bc1e29615
237
290
  """Type checking stubs"""
238
291
  pass
239
292
 
293
+ def _typecheckingstub__84fff196233367990984dbde8dbe8aa8640b040153a13a4a883d4f0528c0f0ca(
294
+ scope: _constructs_77d1e7e8.Construct,
295
+ id: builtins.str,
296
+ arn: builtins.str,
297
+ ) -> None:
298
+ """Type checking stubs"""
299
+ pass
300
+
301
+ def _typecheckingstub__10d2b4dda47960ca6ee5e6df8c5e0d918819f580de3bd335e8522dea923180a2(
302
+ scope: _constructs_77d1e7e8.Construct,
303
+ id: builtins.str,
304
+ project_name: builtins.str,
305
+ ) -> None:
306
+ """Type checking stubs"""
307
+ pass
308
+
240
309
  def _typecheckingstub__03b76078beb0180f06779d0a685dd8192d3a9f806bb489debf20ab767476c7b0(
241
310
  inspector: _TreeInspector_488e0dd5,
242
311
  ) -> None:
@@ -66,9 +66,17 @@ from .. import (
66
66
  TagManager as _TagManager_0a598cb3,
67
67
  TreeInspector as _TreeInspector_488e0dd5,
68
68
  )
69
+ from ..interfaces.aws_m2 import (
70
+ ApplicationReference as _ApplicationReference_760d8e8c,
71
+ DeploymentReference as _DeploymentReference_2ee2f073,
72
+ EnvironmentReference as _EnvironmentReference_cf0881cd,
73
+ IApplicationRef as _IApplicationRef_1b548a1b,
74
+ IDeploymentRef as _IDeploymentRef_26b6aad0,
75
+ IEnvironmentRef as _IEnvironmentRef_780520b3,
76
+ )
69
77
 
70
78
 
71
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
79
+ @jsii.implements(_IInspectable_c2943556, _IApplicationRef_1b548a1b, _ITaggable_36806126)
72
80
  class CfnApplication(
73
81
  _CfnResource_9df397a6,
74
82
  metaclass=jsii.JSIIMeta,
@@ -119,7 +127,8 @@ class CfnApplication(
119
127
  role_arn: typing.Optional[builtins.str] = None,
120
128
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
121
129
  ) -> None:
122
- '''
130
+ '''Create a new ``AWS::M2::Application``.
131
+
123
132
  :param scope: Scope in which this resource is defined.
124
133
  :param id: Construct identifier for this resource (unique in its scope).
125
134
  :param engine_type: The type of the target platform for this application.
@@ -176,6 +185,12 @@ class CfnApplication(
176
185
  '''The CloudFormation resource type name for this resource class.'''
177
186
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
178
187
 
188
+ @builtins.property
189
+ @jsii.member(jsii_name="applicationRef")
190
+ def application_ref(self) -> _ApplicationReference_760d8e8c:
191
+ '''A reference to a Application resource.'''
192
+ return typing.cast(_ApplicationReference_760d8e8c, jsii.get(self, "applicationRef"))
193
+
179
194
  @builtins.property
180
195
  @jsii.member(jsii_name="attrApplicationArn")
181
196
  def attr_application_arn(self) -> builtins.str:
@@ -550,13 +565,19 @@ class CfnApplicationProps:
550
565
  )
551
566
 
552
567
 
553
- @jsii.implements(_IInspectable_c2943556)
568
+ @jsii.implements(_IInspectable_c2943556, _IDeploymentRef_26b6aad0)
554
569
  class CfnDeployment(
555
570
  _CfnResource_9df397a6,
556
571
  metaclass=jsii.JSIIMeta,
557
572
  jsii_type="aws-cdk-lib.aws_m2.CfnDeployment",
558
573
  ):
559
- '''Creates and starts a deployment to deploy an application into a runtime environment.
574
+ '''.. epigraph::
575
+
576
+ AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
577
+
578
+ If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ .
579
+
580
+ Creates and starts a deployment to deploy an application into a runtime environment.
560
581
 
561
582
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-deployment.html
562
583
  :cloudformationResource: AWS::M2::Deployment
@@ -584,7 +605,8 @@ class CfnDeployment(
584
605
  application_version: jsii.Number,
585
606
  environment_id: builtins.str,
586
607
  ) -> None:
587
- '''
608
+ '''Create a new ``AWS::M2::Deployment``.
609
+
588
610
  :param scope: Scope in which this resource is defined.
589
611
  :param id: Construct identifier for this resource (unique in its scope).
590
612
  :param application_id: The unique identifier of the application.
@@ -656,6 +678,12 @@ class CfnDeployment(
656
678
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
657
679
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
658
680
 
681
+ @builtins.property
682
+ @jsii.member(jsii_name="deploymentRef")
683
+ def deployment_ref(self) -> _DeploymentReference_2ee2f073:
684
+ '''A reference to a Deployment resource.'''
685
+ return typing.cast(_DeploymentReference_2ee2f073, jsii.get(self, "deploymentRef"))
686
+
659
687
  @builtins.property
660
688
  @jsii.member(jsii_name="applicationId")
661
689
  def application_id(self) -> builtins.str:
@@ -787,7 +815,7 @@ class CfnDeploymentProps:
787
815
  )
788
816
 
789
817
 
790
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
818
+ @jsii.implements(_IInspectable_c2943556, _IEnvironmentRef_780520b3, _ITaggable_36806126)
791
819
  class CfnEnvironment(
792
820
  _CfnResource_9df397a6,
793
821
  metaclass=jsii.JSIIMeta,
@@ -858,7 +886,8 @@ class CfnEnvironment(
858
886
  subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
859
887
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
860
888
  ) -> None:
861
- '''
889
+ '''Create a new ``AWS::M2::Environment``.
890
+
862
891
  :param scope: Scope in which this resource is defined.
863
892
  :param id: Construct identifier for this resource (unique in its scope).
864
893
  :param engine_type: The target platform for the runtime environment.
@@ -866,13 +895,13 @@ class CfnEnvironment(
866
895
  :param name: The name of the runtime environment.
867
896
  :param description: The description of the runtime environment.
868
897
  :param engine_version: The version of the runtime engine.
869
- :param high_availability_config: Defines the details of a high availability configuration.
898
+ :param high_availability_config: .. epigraph:: AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025. If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ . Defines the details of a high availability configuration.
870
899
  :param kms_key_id: The identifier of a customer managed key.
871
900
  :param network_type: The network type supported by the runtime environment.
872
901
  :param preferred_maintenance_window: Configures the maintenance window that you want for the runtime environment. The maintenance window must have the format ``ddd:hh24:mi-ddd:hh24:mi`` and must be less than 24 hours. The following two examples are valid maintenance windows: ``sun:23:45-mon:00:15`` or ``sat:01:00-sat:03:00`` . If you do not provide a value, a random system-generated value will be assigned.
873
902
  :param publicly_accessible: Specifies whether the runtime environment is publicly accessible.
874
903
  :param security_group_ids: The list of security groups for the VPC associated with this runtime environment.
875
- :param storage_configurations: Defines the storage configuration for a runtime environment.
904
+ :param storage_configurations: .. epigraph:: AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025. If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ . Defines the storage configuration for a runtime environment.
876
905
  :param subnet_ids: The list of subnets associated with the VPC for this runtime environment.
877
906
  :param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
878
907
  '''
@@ -952,6 +981,12 @@ class CfnEnvironment(
952
981
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
953
982
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
954
983
 
984
+ @builtins.property
985
+ @jsii.member(jsii_name="environmentRef")
986
+ def environment_ref(self) -> _EnvironmentReference_cf0881cd:
987
+ '''A reference to a Environment resource.'''
988
+ return typing.cast(_EnvironmentReference_cf0881cd, jsii.get(self, "environmentRef"))
989
+
955
990
  @builtins.property
956
991
  @jsii.member(jsii_name="tags")
957
992
  def tags(self) -> _TagManager_0a598cb3:
@@ -1028,7 +1063,9 @@ class CfnEnvironment(
1028
1063
  def high_availability_config(
1029
1064
  self,
1030
1065
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEnvironment.HighAvailabilityConfigProperty"]]:
1031
- '''Defines the details of a high availability configuration.'''
1066
+ '''.. epigraph::
1067
+
1068
+ AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.'''
1032
1069
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEnvironment.HighAvailabilityConfigProperty"]], jsii.get(self, "highAvailabilityConfig"))
1033
1070
 
1034
1071
  @high_availability_config.setter
@@ -1122,7 +1159,9 @@ class CfnEnvironment(
1122
1159
  def storage_configurations(
1123
1160
  self,
1124
1161
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnEnvironment.StorageConfigurationProperty"]]]]:
1125
- '''Defines the storage configuration for a runtime environment.'''
1162
+ '''.. epigraph::
1163
+
1164
+ AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.'''
1126
1165
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnEnvironment.StorageConfigurationProperty"]]]], jsii.get(self, "storageConfigurations"))
1127
1166
 
1128
1167
  @storage_configurations.setter
@@ -1176,7 +1215,13 @@ class CfnEnvironment(
1176
1215
  file_system_id: builtins.str,
1177
1216
  mount_point: builtins.str,
1178
1217
  ) -> None:
1179
- '''Defines the storage configuration for an Amazon EFS file system.
1218
+ '''.. epigraph::
1219
+
1220
+ AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
1221
+
1222
+ If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ .
1223
+
1224
+ Defines the storage configuration for an Amazon EFS file system.
1180
1225
 
1181
1226
  :param file_system_id: The file system identifier.
1182
1227
  :param mount_point: The mount point for the file system.
@@ -1247,7 +1292,13 @@ class CfnEnvironment(
1247
1292
  file_system_id: builtins.str,
1248
1293
  mount_point: builtins.str,
1249
1294
  ) -> None:
1250
- '''Defines the storage configuration for an Amazon FSx file system.
1295
+ '''.. epigraph::
1296
+
1297
+ AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
1298
+
1299
+ If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ .
1300
+
1301
+ Defines the storage configuration for an Amazon FSx file system.
1251
1302
 
1252
1303
  :param file_system_id: The file system identifier.
1253
1304
  :param mount_point: The mount point for the file system.
@@ -1313,7 +1364,13 @@ class CfnEnvironment(
1313
1364
  )
1314
1365
  class HighAvailabilityConfigProperty:
1315
1366
  def __init__(self, *, desired_capacity: jsii.Number) -> None:
1316
- '''Defines the details of a high availability configuration.
1367
+ '''.. epigraph::
1368
+
1369
+ AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
1370
+
1371
+ If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ .
1372
+
1373
+ Defines the details of a high availability configuration.
1317
1374
 
1318
1375
  :param desired_capacity: The number of instances in a high availability configuration. The minimum possible value is 1 and the maximum is 100.
1319
1376
 
@@ -1372,7 +1429,13 @@ class CfnEnvironment(
1372
1429
  efs: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEnvironment.EfsStorageConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1373
1430
  fsx: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEnvironment.FsxStorageConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1374
1431
  ) -> None:
1375
- '''Defines the storage configuration for a runtime environment.
1432
+ '''.. epigraph::
1433
+
1434
+ AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
1435
+
1436
+ If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ .
1437
+
1438
+ Defines the storage configuration for a runtime environment.
1376
1439
 
1377
1440
  :param efs: Defines the storage configuration for an Amazon EFS file system.
1378
1441
  :param fsx: Defines the storage configuration for an Amazon FSx file system.
@@ -1487,13 +1550,13 @@ class CfnEnvironmentProps:
1487
1550
  :param name: The name of the runtime environment.
1488
1551
  :param description: The description of the runtime environment.
1489
1552
  :param engine_version: The version of the runtime engine.
1490
- :param high_availability_config: Defines the details of a high availability configuration.
1553
+ :param high_availability_config: .. epigraph:: AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025. If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ . Defines the details of a high availability configuration.
1491
1554
  :param kms_key_id: The identifier of a customer managed key.
1492
1555
  :param network_type: The network type supported by the runtime environment.
1493
1556
  :param preferred_maintenance_window: Configures the maintenance window that you want for the runtime environment. The maintenance window must have the format ``ddd:hh24:mi-ddd:hh24:mi`` and must be less than 24 hours. The following two examples are valid maintenance windows: ``sun:23:45-mon:00:15`` or ``sat:01:00-sat:03:00`` . If you do not provide a value, a random system-generated value will be assigned.
1494
1557
  :param publicly_accessible: Specifies whether the runtime environment is publicly accessible.
1495
1558
  :param security_group_ids: The list of security groups for the VPC associated with this runtime environment.
1496
- :param storage_configurations: Defines the storage configuration for a runtime environment.
1559
+ :param storage_configurations: .. epigraph:: AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025. If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ . Defines the storage configuration for a runtime environment.
1497
1560
  :param subnet_ids: The list of subnets associated with the VPC for this runtime environment.
1498
1561
  :param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
1499
1562
 
@@ -1634,7 +1697,13 @@ class CfnEnvironmentProps:
1634
1697
  def high_availability_config(
1635
1698
  self,
1636
1699
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnEnvironment.HighAvailabilityConfigProperty]]:
1637
- '''Defines the details of a high availability configuration.
1700
+ '''.. epigraph::
1701
+
1702
+ AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
1703
+
1704
+ If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ .
1705
+
1706
+ Defines the details of a high availability configuration.
1638
1707
 
1639
1708
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-highavailabilityconfig
1640
1709
  '''
@@ -1696,7 +1765,13 @@ class CfnEnvironmentProps:
1696
1765
  def storage_configurations(
1697
1766
  self,
1698
1767
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnEnvironment.StorageConfigurationProperty]]]]:
1699
- '''Defines the storage configuration for a runtime environment.
1768
+ '''.. epigraph::
1769
+
1770
+ AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
1771
+
1772
+ If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ .
1773
+
1774
+ Defines the storage configuration for a runtime environment.
1700
1775
 
1701
1776
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-storageconfigurations
1702
1777
  '''