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
@@ -63,18 +63,41 @@ from .. import (
63
63
  IInspectable as _IInspectable_c2943556,
64
64
  IResolvable as _IResolvable_da3f097b,
65
65
  ITaggable as _ITaggable_36806126,
66
+ ITaggableV2 as _ITaggableV2_4e6798f8,
66
67
  TagManager as _TagManager_0a598cb3,
67
68
  TreeInspector as _TreeInspector_488e0dd5,
68
69
  )
70
+ from ..interfaces.aws_omics import (
71
+ AnnotationStoreReference as _AnnotationStoreReference_bb5ff456,
72
+ IAnnotationStoreRef as _IAnnotationStoreRef_c33c98b4,
73
+ IReferenceStoreRef as _IReferenceStoreRef_e44b493e,
74
+ IRunGroupRef as _IRunGroupRef_937b5363,
75
+ ISequenceStoreRef as _ISequenceStoreRef_d8ce7b6b,
76
+ IVariantStoreRef as _IVariantStoreRef_49e3cae7,
77
+ IWorkflowRef as _IWorkflowRef_c34b3fa1,
78
+ IWorkflowVersionRef as _IWorkflowVersionRef_8e877e7d,
79
+ ReferenceStoreReference as _ReferenceStoreReference_0fa98700,
80
+ RunGroupReference as _RunGroupReference_d14ed290,
81
+ SequenceStoreReference as _SequenceStoreReference_12ae1dcf,
82
+ VariantStoreReference as _VariantStoreReference_494e1db9,
83
+ WorkflowReference as _WorkflowReference_d2d5c008,
84
+ WorkflowVersionReference as _WorkflowVersionReference_1d5421a4,
85
+ )
69
86
 
70
87
 
71
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
88
+ @jsii.implements(_IInspectable_c2943556, _IAnnotationStoreRef_c33c98b4, _ITaggable_36806126)
72
89
  class CfnAnnotationStore(
73
90
  _CfnResource_9df397a6,
74
91
  metaclass=jsii.JSIIMeta,
75
92
  jsii_type="aws-cdk-lib.aws_omics.CfnAnnotationStore",
76
93
  ):
77
- '''Creates an annotation store.
94
+ '''.. epigraph::
95
+
96
+ AWS HealthOmics variant stores and annotation stores are no longer open to new customers.
97
+
98
+ Existing customers can continue to use the service as normal. For more information, see `AWS HealthOmics variant store and annotation store availability change <https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html>`_ .
99
+
100
+ Creates an annotation store.
78
101
 
79
102
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-annotationstore.html
80
103
  :cloudformationResource: AWS::Omics::AnnotationStore
@@ -131,7 +154,8 @@ class CfnAnnotationStore(
131
154
  store_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnnotationStore.StoreOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
132
155
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
133
156
  ) -> None:
134
- '''
157
+ '''Create a new ``AWS::Omics::AnnotationStore``.
158
+
135
159
  :param scope: Scope in which this resource is defined.
136
160
  :param id: Construct identifier for this resource (unique in its scope).
137
161
  :param name: The name of the Annotation Store.
@@ -158,6 +182,27 @@ class CfnAnnotationStore(
158
182
 
159
183
  jsii.create(self.__class__, self, [scope, id, props])
160
184
 
185
+ @jsii.member(jsii_name="fromAnnotationStoreName")
186
+ @builtins.classmethod
187
+ def from_annotation_store_name(
188
+ cls,
189
+ scope: _constructs_77d1e7e8.Construct,
190
+ id: builtins.str,
191
+ annotation_store_name: builtins.str,
192
+ ) -> _IAnnotationStoreRef_c33c98b4:
193
+ '''Creates a new IAnnotationStoreRef from a annotationStoreName.
194
+
195
+ :param scope: -
196
+ :param id: -
197
+ :param annotation_store_name: -
198
+ '''
199
+ if __debug__:
200
+ type_hints = typing.get_type_hints(_typecheckingstub__ea8d23b9f77f5d9216bba34b2f07ff06220a6053227128a855b380a90746d1fe)
201
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
202
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
203
+ check_type(argname="argument annotation_store_name", value=annotation_store_name, expected_type=type_hints["annotation_store_name"])
204
+ return typing.cast(_IAnnotationStoreRef_c33c98b4, jsii.sinvoke(cls, "fromAnnotationStoreName", [scope, id, annotation_store_name]))
205
+
161
206
  @jsii.member(jsii_name="inspect")
162
207
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
163
208
  '''Examines the CloudFormation resource and discloses attributes.
@@ -188,6 +233,12 @@ class CfnAnnotationStore(
188
233
  '''The CloudFormation resource type name for this resource class.'''
189
234
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
190
235
 
236
+ @builtins.property
237
+ @jsii.member(jsii_name="annotationStoreRef")
238
+ def annotation_store_ref(self) -> _AnnotationStoreReference_bb5ff456:
239
+ '''A reference to a AnnotationStore resource.'''
240
+ return typing.cast(_AnnotationStoreReference_bb5ff456, jsii.get(self, "annotationStoreRef"))
241
+
191
242
  @builtins.property
192
243
  @jsii.member(jsii_name="attrCreationTime")
193
244
  def attr_creation_time(self) -> builtins.str:
@@ -840,7 +891,7 @@ class CfnAnnotationStoreProps:
840
891
  )
841
892
 
842
893
 
843
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
894
+ @jsii.implements(_IInspectable_c2943556, _IReferenceStoreRef_e44b493e, _ITaggable_36806126)
844
895
  class CfnReferenceStore(
845
896
  _CfnResource_9df397a6,
846
897
  metaclass=jsii.JSIIMeta,
@@ -885,7 +936,8 @@ class CfnReferenceStore(
885
936
  sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnReferenceStore.SseConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
886
937
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
887
938
  ) -> None:
888
- '''
939
+ '''Create a new ``AWS::Omics::ReferenceStore``.
940
+
889
941
  :param scope: Scope in which this resource is defined.
890
942
  :param id: Construct identifier for this resource (unique in its scope).
891
943
  :param name: A name for the store.
@@ -903,6 +955,48 @@ class CfnReferenceStore(
903
955
 
904
956
  jsii.create(self.__class__, self, [scope, id, props])
905
957
 
958
+ @jsii.member(jsii_name="fromReferenceStoreArn")
959
+ @builtins.classmethod
960
+ def from_reference_store_arn(
961
+ cls,
962
+ scope: _constructs_77d1e7e8.Construct,
963
+ id: builtins.str,
964
+ arn: builtins.str,
965
+ ) -> _IReferenceStoreRef_e44b493e:
966
+ '''Creates a new IReferenceStoreRef from an ARN.
967
+
968
+ :param scope: -
969
+ :param id: -
970
+ :param arn: -
971
+ '''
972
+ if __debug__:
973
+ type_hints = typing.get_type_hints(_typecheckingstub__03eab96b33743423157434263c495ecf4bb597bb49fcadef0690e503e3540689)
974
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
975
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
976
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
977
+ return typing.cast(_IReferenceStoreRef_e44b493e, jsii.sinvoke(cls, "fromReferenceStoreArn", [scope, id, arn]))
978
+
979
+ @jsii.member(jsii_name="fromReferenceStoreId")
980
+ @builtins.classmethod
981
+ def from_reference_store_id(
982
+ cls,
983
+ scope: _constructs_77d1e7e8.Construct,
984
+ id: builtins.str,
985
+ reference_store_id: builtins.str,
986
+ ) -> _IReferenceStoreRef_e44b493e:
987
+ '''Creates a new IReferenceStoreRef from a referenceStoreId.
988
+
989
+ :param scope: -
990
+ :param id: -
991
+ :param reference_store_id: -
992
+ '''
993
+ if __debug__:
994
+ type_hints = typing.get_type_hints(_typecheckingstub__7d3a144262ad49c5d6ecb97bcdeda753c5514368bac2ab437b403dd5ecbff176)
995
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
996
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
997
+ check_type(argname="argument reference_store_id", value=reference_store_id, expected_type=type_hints["reference_store_id"])
998
+ return typing.cast(_IReferenceStoreRef_e44b493e, jsii.sinvoke(cls, "fromReferenceStoreId", [scope, id, reference_store_id]))
999
+
906
1000
  @jsii.member(jsii_name="inspect")
907
1001
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
908
1002
  '''Examines the CloudFormation resource and discloses attributes.
@@ -965,6 +1059,12 @@ class CfnReferenceStore(
965
1059
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
966
1060
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
967
1061
 
1062
+ @builtins.property
1063
+ @jsii.member(jsii_name="referenceStoreRef")
1064
+ def reference_store_ref(self) -> _ReferenceStoreReference_0fa98700:
1065
+ '''A reference to a ReferenceStore resource.'''
1066
+ return typing.cast(_ReferenceStoreReference_0fa98700, jsii.get(self, "referenceStoreRef"))
1067
+
968
1068
  @builtins.property
969
1069
  @jsii.member(jsii_name="tags")
970
1070
  def tags(self) -> _TagManager_0a598cb3:
@@ -1223,13 +1323,15 @@ class CfnReferenceStoreProps:
1223
1323
  )
1224
1324
 
1225
1325
 
1226
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
1326
+ @jsii.implements(_IInspectable_c2943556, _IRunGroupRef_937b5363, _ITaggable_36806126)
1227
1327
  class CfnRunGroup(
1228
1328
  _CfnResource_9df397a6,
1229
1329
  metaclass=jsii.JSIIMeta,
1230
1330
  jsii_type="aws-cdk-lib.aws_omics.CfnRunGroup",
1231
1331
  ):
1232
- '''You can optionally create a run group to limit the compute resources for the runs that you add to the group.
1332
+ '''Creates a run group to limit the compute resources for the runs that are added to the group.
1333
+
1334
+ Returns an ARN, ID, and tags for the run group.
1233
1335
 
1234
1336
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-rungroup.html
1235
1337
  :cloudformationResource: AWS::Omics::RunGroup
@@ -1265,7 +1367,8 @@ class CfnRunGroup(
1265
1367
  name: typing.Optional[builtins.str] = None,
1266
1368
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1267
1369
  ) -> None:
1268
- '''
1370
+ '''Create a new ``AWS::Omics::RunGroup``.
1371
+
1269
1372
  :param scope: Scope in which this resource is defined.
1270
1373
  :param id: Construct identifier for this resource (unique in its scope).
1271
1374
  :param max_cpus: The group's maximum CPU count setting.
@@ -1352,6 +1455,12 @@ class CfnRunGroup(
1352
1455
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1353
1456
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1354
1457
 
1458
+ @builtins.property
1459
+ @jsii.member(jsii_name="runGroupRef")
1460
+ def run_group_ref(self) -> _RunGroupReference_d14ed290:
1461
+ '''A reference to a RunGroup resource.'''
1462
+ return typing.cast(_RunGroupReference_d14ed290, jsii.get(self, "runGroupRef"))
1463
+
1355
1464
  @builtins.property
1356
1465
  @jsii.member(jsii_name="tags")
1357
1466
  def tags(self) -> _TagManager_0a598cb3:
@@ -1580,7 +1689,7 @@ class CfnRunGroupProps:
1580
1689
  )
1581
1690
 
1582
1691
 
1583
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
1692
+ @jsii.implements(_IInspectable_c2943556, _ISequenceStoreRef_d8ce7b6b, _ITaggable_36806126)
1584
1693
  class CfnSequenceStore(
1585
1694
  _CfnResource_9df397a6,
1586
1695
  metaclass=jsii.JSIIMeta,
@@ -1637,7 +1746,8 @@ class CfnSequenceStore(
1637
1746
  sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSequenceStore.SseConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1638
1747
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1639
1748
  ) -> None:
1640
- '''
1749
+ '''Create a new ``AWS::Omics::SequenceStore``.
1750
+
1641
1751
  :param scope: Scope in which this resource is defined.
1642
1752
  :param id: Construct identifier for this resource (unique in its scope).
1643
1753
  :param name: A name for the store.
@@ -1668,6 +1778,48 @@ class CfnSequenceStore(
1668
1778
 
1669
1779
  jsii.create(self.__class__, self, [scope, id, props])
1670
1780
 
1781
+ @jsii.member(jsii_name="fromSequenceStoreArn")
1782
+ @builtins.classmethod
1783
+ def from_sequence_store_arn(
1784
+ cls,
1785
+ scope: _constructs_77d1e7e8.Construct,
1786
+ id: builtins.str,
1787
+ arn: builtins.str,
1788
+ ) -> _ISequenceStoreRef_d8ce7b6b:
1789
+ '''Creates a new ISequenceStoreRef from an ARN.
1790
+
1791
+ :param scope: -
1792
+ :param id: -
1793
+ :param arn: -
1794
+ '''
1795
+ if __debug__:
1796
+ type_hints = typing.get_type_hints(_typecheckingstub__d0401ce1b5169b8a6f265ee186bf5ea3e78a0a8a2b71e6256e2a1effe74e148d)
1797
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1798
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1799
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
1800
+ return typing.cast(_ISequenceStoreRef_d8ce7b6b, jsii.sinvoke(cls, "fromSequenceStoreArn", [scope, id, arn]))
1801
+
1802
+ @jsii.member(jsii_name="fromSequenceStoreId")
1803
+ @builtins.classmethod
1804
+ def from_sequence_store_id(
1805
+ cls,
1806
+ scope: _constructs_77d1e7e8.Construct,
1807
+ id: builtins.str,
1808
+ sequence_store_id: builtins.str,
1809
+ ) -> _ISequenceStoreRef_d8ce7b6b:
1810
+ '''Creates a new ISequenceStoreRef from a sequenceStoreId.
1811
+
1812
+ :param scope: -
1813
+ :param id: -
1814
+ :param sequence_store_id: -
1815
+ '''
1816
+ if __debug__:
1817
+ type_hints = typing.get_type_hints(_typecheckingstub__939e1e0c5383ed843656a8c66c9eeac470cdb45344d2aa8c6353ab2273bb3618)
1818
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1819
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1820
+ check_type(argname="argument sequence_store_id", value=sequence_store_id, expected_type=type_hints["sequence_store_id"])
1821
+ return typing.cast(_ISequenceStoreRef_d8ce7b6b, jsii.sinvoke(cls, "fromSequenceStoreId", [scope, id, sequence_store_id]))
1822
+
1671
1823
  @jsii.member(jsii_name="inspect")
1672
1824
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1673
1825
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1775,6 +1927,12 @@ class CfnSequenceStore(
1775
1927
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1776
1928
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1777
1929
 
1930
+ @builtins.property
1931
+ @jsii.member(jsii_name="sequenceStoreRef")
1932
+ def sequence_store_ref(self) -> _SequenceStoreReference_12ae1dcf:
1933
+ '''A reference to a SequenceStore resource.'''
1934
+ return typing.cast(_SequenceStoreReference_12ae1dcf, jsii.get(self, "sequenceStoreRef"))
1935
+
1778
1936
  @builtins.property
1779
1937
  @jsii.member(jsii_name="tags")
1780
1938
  def tags(self) -> _TagManager_0a598cb3:
@@ -2183,7 +2341,7 @@ class CfnSequenceStoreProps:
2183
2341
  )
2184
2342
 
2185
2343
 
2186
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
2344
+ @jsii.implements(_IInspectable_c2943556, _IVariantStoreRef_49e3cae7, _ITaggable_36806126)
2187
2345
  class CfnVariantStore(
2188
2346
  _CfnResource_9df397a6,
2189
2347
  metaclass=jsii.JSIIMeta,
@@ -2232,7 +2390,8 @@ class CfnVariantStore(
2232
2390
  sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnVariantStore.SseConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2233
2391
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2234
2392
  ) -> None:
2235
- '''
2393
+ '''Create a new ``AWS::Omics::VariantStore``.
2394
+
2236
2395
  :param scope: Scope in which this resource is defined.
2237
2396
  :param id: Construct identifier for this resource (unique in its scope).
2238
2397
  :param name: A name for the store.
@@ -2255,6 +2414,27 @@ class CfnVariantStore(
2255
2414
 
2256
2415
  jsii.create(self.__class__, self, [scope, id, props])
2257
2416
 
2417
+ @jsii.member(jsii_name="fromVariantStoreName")
2418
+ @builtins.classmethod
2419
+ def from_variant_store_name(
2420
+ cls,
2421
+ scope: _constructs_77d1e7e8.Construct,
2422
+ id: builtins.str,
2423
+ variant_store_name: builtins.str,
2424
+ ) -> _IVariantStoreRef_49e3cae7:
2425
+ '''Creates a new IVariantStoreRef from a variantStoreName.
2426
+
2427
+ :param scope: -
2428
+ :param id: -
2429
+ :param variant_store_name: -
2430
+ '''
2431
+ if __debug__:
2432
+ type_hints = typing.get_type_hints(_typecheckingstub__2f419b3d012ad3960d3cb7ca202c16de7716902d7708b8a5f93c80ecc69b0794)
2433
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2434
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2435
+ check_type(argname="argument variant_store_name", value=variant_store_name, expected_type=type_hints["variant_store_name"])
2436
+ return typing.cast(_IVariantStoreRef_49e3cae7, jsii.sinvoke(cls, "fromVariantStoreName", [scope, id, variant_store_name]))
2437
+
2258
2438
  @jsii.member(jsii_name="inspect")
2259
2439
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2260
2440
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2359,6 +2539,12 @@ class CfnVariantStore(
2359
2539
  '''Tag Manager which manages the tags for this resource.'''
2360
2540
  return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
2361
2541
 
2542
+ @builtins.property
2543
+ @jsii.member(jsii_name="variantStoreRef")
2544
+ def variant_store_ref(self) -> _VariantStoreReference_494e1db9:
2545
+ '''A reference to a VariantStore resource.'''
2546
+ return typing.cast(_VariantStoreReference_494e1db9, jsii.get(self, "variantStoreRef"))
2547
+
2362
2548
  @builtins.property
2363
2549
  @jsii.member(jsii_name="name")
2364
2550
  def name(self) -> builtins.str:
@@ -2701,21 +2887,21 @@ class CfnVariantStoreProps:
2701
2887
  )
2702
2888
 
2703
2889
 
2704
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
2890
+ @jsii.implements(_IInspectable_c2943556, _IWorkflowRef_c34b3fa1, _ITaggable_36806126)
2705
2891
  class CfnWorkflow(
2706
2892
  _CfnResource_9df397a6,
2707
2893
  metaclass=jsii.JSIIMeta,
2708
2894
  jsii_type="aws-cdk-lib.aws_omics.CfnWorkflow",
2709
2895
  ):
2710
- '''Creates a private workflow.Private workflows depend on a variety of resources that you create and configure before creating the workflow:.
2896
+ '''Creates a private workflow. Before you create a private workflow, you must create and configure these required resources:.
2711
2897
 
2712
- - *Input data* : Input data for the workflow, stored in an S3 bucket or a AWS HealthOmics sequence store.
2713
- - *Workflow definition files* : Define your workflow in one or more workflow definition files, written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements.
2714
- - *Parameter template files* : Define run parameters using a parameter template file (written in JSON).
2715
- - *ECR container images* : Create one or more container images for the workflow. Store the images in a private ECR repository.
2716
- - (Optional) *Sentieon licenses* : Request a Sentieon license if you plan to use Sentieon software in a private workflow.
2898
+ - *Workflow definition file:* A workflow definition file written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements. The workflow definition file must be in ``.zip`` format. For more information, see `Workflow definition files <https://docs.aws.amazon.com/omics/latest/dev/workflow-definition-files.html>`_ in AWS HealthOmics.
2899
+ - You can use Amazon Q CLI to build and validate your workflow definition files in WDL, Nextflow, and CWL. For more information, see `Example prompts for Amazon Q CLI <https://docs.aws.amazon.com/omics/latest/dev/getting-started.html#omics-q-prompts>`_ and the `AWS HealthOmics Agentic generative AI tutorial <https://docs.aws.amazon.com/https://github.com/aws-samples/aws-healthomics-tutorials/tree/main/generative-ai>`_ on GitHub.
2900
+ - *(Optional) Parameter template file:* A parameter template file written in JSON. Create the file to define the run parameters, or AWS HealthOmics generates the parameter template for you. For more information, see `Parameter template files for HealthOmics workflows <https://docs.aws.amazon.com/omics/latest/dev/parameter-templates.html>`_ .
2901
+ - *ECR container images:* Create container images for the workflow in a private ECR repository, or synchronize images from a supported upstream registry with your Amazon ECR private repository.
2902
+ - *(Optional) Sentieon licenses:* Request a Sentieon license to use the Sentieon software in private workflows.
2717
2903
 
2718
- For more information, see `Creating or updating a private workflow in AWS HealthOmics <https://docs.aws.amazon.com/omics/latest/dev/creating-private-workflows.html>`_ in the AWS HealthOmics User Guide.
2904
+ For more information, see `Creating or updating a private workflow in AWS HealthOmics <https://docs.aws.amazon.com/omics/latest/dev/creating-private-workflows.html>`_ in the *AWS HealthOmics User Guide* .
2719
2905
 
2720
2906
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html
2721
2907
  :cloudformationResource: AWS::Omics::Workflow
@@ -2729,6 +2915,28 @@ class CfnWorkflow(
2729
2915
 
2730
2916
  cfn_workflow = omics.CfnWorkflow(self, "MyCfnWorkflow",
2731
2917
  accelerators="accelerators",
2918
+ container_registry_map=omics.CfnWorkflow.ContainerRegistryMapProperty(
2919
+ image_mappings=[omics.CfnWorkflow.ImageMappingProperty(
2920
+ destination_image="destinationImage",
2921
+ source_image="sourceImage"
2922
+ )],
2923
+ registry_mappings=[omics.CfnWorkflow.RegistryMappingProperty(
2924
+ ecr_account_id="ecrAccountId",
2925
+ ecr_repository_prefix="ecrRepositoryPrefix",
2926
+ upstream_registry_url="upstreamRegistryUrl",
2927
+ upstream_repository_prefix="upstreamRepositoryPrefix"
2928
+ )]
2929
+ ),
2930
+ container_registry_map_uri="containerRegistryMapUri",
2931
+ definition_repository=omics.CfnWorkflow.DefinitionRepositoryProperty(
2932
+ connection_arn="connectionArn",
2933
+ exclude_file_patterns=["excludeFilePatterns"],
2934
+ full_repository_id="fullRepositoryId",
2935
+ source_reference=omics.CfnWorkflow.SourceReferenceProperty(
2936
+ type="type",
2937
+ value="value"
2938
+ )
2939
+ ),
2732
2940
  definition_uri="definitionUri",
2733
2941
  description="description",
2734
2942
  engine="engine",
@@ -2740,10 +2948,16 @@ class CfnWorkflow(
2740
2948
  optional=False
2741
2949
  )
2742
2950
  },
2951
+ parameter_template_path="parameterTemplatePath",
2952
+ readme_markdown="readmeMarkdown",
2953
+ readme_path="readmePath",
2954
+ readme_uri="readmeUri",
2743
2955
  storage_capacity=123,
2956
+ storage_type="storageType",
2744
2957
  tags={
2745
2958
  "tags_key": "tags"
2746
- }
2959
+ },
2960
+ workflow_bucket_owner_id="workflowBucketOwnerId"
2747
2961
  )
2748
2962
  '''
2749
2963
 
@@ -2753,27 +2967,46 @@ class CfnWorkflow(
2753
2967
  id: builtins.str,
2754
2968
  *,
2755
2969
  accelerators: typing.Optional[builtins.str] = None,
2970
+ container_registry_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflow.ContainerRegistryMapProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2971
+ container_registry_map_uri: typing.Optional[builtins.str] = None,
2972
+ definition_repository: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflow.DefinitionRepositoryProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2756
2973
  definition_uri: typing.Optional[builtins.str] = None,
2757
2974
  description: typing.Optional[builtins.str] = None,
2758
2975
  engine: typing.Optional[builtins.str] = None,
2759
2976
  main: typing.Optional[builtins.str] = None,
2760
2977
  name: typing.Optional[builtins.str] = None,
2761
2978
  parameter_template: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflow.WorkflowParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
2979
+ parameter_template_path: typing.Optional[builtins.str] = None,
2980
+ readme_markdown: typing.Optional[builtins.str] = None,
2981
+ readme_path: typing.Optional[builtins.str] = None,
2982
+ readme_uri: typing.Optional[builtins.str] = None,
2762
2983
  storage_capacity: typing.Optional[jsii.Number] = None,
2984
+ storage_type: typing.Optional[builtins.str] = None,
2763
2985
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2986
+ workflow_bucket_owner_id: typing.Optional[builtins.str] = None,
2764
2987
  ) -> None:
2765
- '''
2988
+ '''Create a new ``AWS::Omics::Workflow``.
2989
+
2766
2990
  :param scope: Scope in which this resource is defined.
2767
2991
  :param id: Construct identifier for this resource (unique in its scope).
2768
2992
  :param accelerators:
2993
+ :param container_registry_map: Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. For more information, see `Container images <https://docs.aws.amazon.com/omics/latest/dev/workflows-ecr.html>`_ in the *AWS HealthOmics User Guide* .
2994
+ :param container_registry_map_uri:
2995
+ :param definition_repository: Contains information about a source code repository that hosts the workflow definition files.
2769
2996
  :param definition_uri: The URI of a definition for the workflow.
2770
2997
  :param description: The parameter's description.
2771
2998
  :param engine: An engine for the workflow.
2772
2999
  :param main: The path of the main definition file for the workflow.
2773
3000
  :param name: The workflow's name.
2774
3001
  :param parameter_template: The workflow's parameter template.
2775
- :param storage_capacity: The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.
3002
+ :param parameter_template_path: Path to the primary workflow parameter template JSON file inside the repository.
3003
+ :param readme_markdown: The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
3004
+ :param readme_path: The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
3005
+ :param readme_uri: The S3 URI of the README file for the workflow. This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
3006
+ :param storage_capacity: The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version. The ``storageCapacity`` can be overwritten at run time. The storage capacity is not required for runs with a ``DYNAMIC`` storage type.
3007
+ :param storage_type:
2776
3008
  :param tags: Tags for the workflow.
3009
+ :param workflow_bucket_owner_id: Optional workflow bucket owner ID to verify the workflow bucket.
2777
3010
  '''
2778
3011
  if __debug__:
2779
3012
  type_hints = typing.get_type_hints(_typecheckingstub__b2d05cb293836959a925b22dbe1861bc4457d2d510bd3a480ae858ea9f00850d)
@@ -2781,14 +3014,23 @@ class CfnWorkflow(
2781
3014
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2782
3015
  props = CfnWorkflowProps(
2783
3016
  accelerators=accelerators,
3017
+ container_registry_map=container_registry_map,
3018
+ container_registry_map_uri=container_registry_map_uri,
3019
+ definition_repository=definition_repository,
2784
3020
  definition_uri=definition_uri,
2785
3021
  description=description,
2786
3022
  engine=engine,
2787
3023
  main=main,
2788
3024
  name=name,
2789
3025
  parameter_template=parameter_template,
3026
+ parameter_template_path=parameter_template_path,
3027
+ readme_markdown=readme_markdown,
3028
+ readme_path=readme_path,
3029
+ readme_uri=readme_uri,
2790
3030
  storage_capacity=storage_capacity,
3031
+ storage_type=storage_type,
2791
3032
  tags=tags,
3033
+ workflow_bucket_owner_id=workflow_bucket_owner_id,
2792
3034
  )
2793
3035
 
2794
3036
  jsii.create(self.__class__, self, [scope, id, props])
@@ -2868,6 +3110,14 @@ class CfnWorkflow(
2868
3110
  '''
2869
3111
  return typing.cast(builtins.str, jsii.get(self, "attrType"))
2870
3112
 
3113
+ @builtins.property
3114
+ @jsii.member(jsii_name="attrUuid")
3115
+ def attr_uuid(self) -> builtins.str:
3116
+ '''
3117
+ :cloudformationAttribute: Uuid
3118
+ '''
3119
+ return typing.cast(builtins.str, jsii.get(self, "attrUuid"))
3120
+
2871
3121
  @builtins.property
2872
3122
  @jsii.member(jsii_name="cfnProperties")
2873
3123
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -2879,6 +3129,12 @@ class CfnWorkflow(
2879
3129
  '''Tag Manager which manages the tags for this resource.'''
2880
3130
  return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
2881
3131
 
3132
+ @builtins.property
3133
+ @jsii.member(jsii_name="workflowRef")
3134
+ def workflow_ref(self) -> _WorkflowReference_d2d5c008:
3135
+ '''A reference to a Workflow resource.'''
3136
+ return typing.cast(_WorkflowReference_d2d5c008, jsii.get(self, "workflowRef"))
3137
+
2882
3138
  @builtins.property
2883
3139
  @jsii.member(jsii_name="accelerators")
2884
3140
  def accelerators(self) -> typing.Optional[builtins.str]:
@@ -2891,6 +3147,54 @@ class CfnWorkflow(
2891
3147
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2892
3148
  jsii.set(self, "accelerators", value) # pyright: ignore[reportArgumentType]
2893
3149
 
3150
+ @builtins.property
3151
+ @jsii.member(jsii_name="containerRegistryMap")
3152
+ def container_registry_map(
3153
+ self,
3154
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.ContainerRegistryMapProperty"]]:
3155
+ '''Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.'''
3156
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.ContainerRegistryMapProperty"]], jsii.get(self, "containerRegistryMap"))
3157
+
3158
+ @container_registry_map.setter
3159
+ def container_registry_map(
3160
+ self,
3161
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.ContainerRegistryMapProperty"]],
3162
+ ) -> None:
3163
+ if __debug__:
3164
+ type_hints = typing.get_type_hints(_typecheckingstub__d61321fc4a694dded60b8fceeeafd83e9ae3f79a0329bdba98cd03787f3daa3c)
3165
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3166
+ jsii.set(self, "containerRegistryMap", value) # pyright: ignore[reportArgumentType]
3167
+
3168
+ @builtins.property
3169
+ @jsii.member(jsii_name="containerRegistryMapUri")
3170
+ def container_registry_map_uri(self) -> typing.Optional[builtins.str]:
3171
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "containerRegistryMapUri"))
3172
+
3173
+ @container_registry_map_uri.setter
3174
+ def container_registry_map_uri(self, value: typing.Optional[builtins.str]) -> None:
3175
+ if __debug__:
3176
+ type_hints = typing.get_type_hints(_typecheckingstub__1466a9fdbdff03b1c7b3fd5e72f7386ca160db487d501609519ca1c35a987aca)
3177
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3178
+ jsii.set(self, "containerRegistryMapUri", value) # pyright: ignore[reportArgumentType]
3179
+
3180
+ @builtins.property
3181
+ @jsii.member(jsii_name="definitionRepository")
3182
+ def definition_repository(
3183
+ self,
3184
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.DefinitionRepositoryProperty"]]:
3185
+ '''Contains information about a source code repository that hosts the workflow definition files.'''
3186
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.DefinitionRepositoryProperty"]], jsii.get(self, "definitionRepository"))
3187
+
3188
+ @definition_repository.setter
3189
+ def definition_repository(
3190
+ self,
3191
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.DefinitionRepositoryProperty"]],
3192
+ ) -> None:
3193
+ if __debug__:
3194
+ type_hints = typing.get_type_hints(_typecheckingstub__6b6e4242f1457a50b9f5b17595e8985df9311b3b5ec98f525f390f9387770415)
3195
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3196
+ jsii.set(self, "definitionRepository", value) # pyright: ignore[reportArgumentType]
3197
+
2894
3198
  @builtins.property
2895
3199
  @jsii.member(jsii_name="definitionUri")
2896
3200
  def definition_uri(self) -> typing.Optional[builtins.str]:
@@ -2974,6 +3278,58 @@ class CfnWorkflow(
2974
3278
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2975
3279
  jsii.set(self, "parameterTemplate", value) # pyright: ignore[reportArgumentType]
2976
3280
 
3281
+ @builtins.property
3282
+ @jsii.member(jsii_name="parameterTemplatePath")
3283
+ def parameter_template_path(self) -> typing.Optional[builtins.str]:
3284
+ '''Path to the primary workflow parameter template JSON file inside the repository.'''
3285
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "parameterTemplatePath"))
3286
+
3287
+ @parameter_template_path.setter
3288
+ def parameter_template_path(self, value: typing.Optional[builtins.str]) -> None:
3289
+ if __debug__:
3290
+ type_hints = typing.get_type_hints(_typecheckingstub__d41351b64d942ee30b08547c1780197e0df1eca59541df6f21ad720a36cb6716)
3291
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3292
+ jsii.set(self, "parameterTemplatePath", value) # pyright: ignore[reportArgumentType]
3293
+
3294
+ @builtins.property
3295
+ @jsii.member(jsii_name="readmeMarkdown")
3296
+ def readme_markdown(self) -> typing.Optional[builtins.str]:
3297
+ '''The markdown content for the workflow's README file.'''
3298
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "readmeMarkdown"))
3299
+
3300
+ @readme_markdown.setter
3301
+ def readme_markdown(self, value: typing.Optional[builtins.str]) -> None:
3302
+ if __debug__:
3303
+ type_hints = typing.get_type_hints(_typecheckingstub__ecc1997459356ed8d8ca95f01eab7bd4215d815bf69cff594388b6f7222e0c8a)
3304
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3305
+ jsii.set(self, "readmeMarkdown", value) # pyright: ignore[reportArgumentType]
3306
+
3307
+ @builtins.property
3308
+ @jsii.member(jsii_name="readmePath")
3309
+ def readme_path(self) -> typing.Optional[builtins.str]:
3310
+ '''The path to the workflow README markdown file within the repository.'''
3311
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "readmePath"))
3312
+
3313
+ @readme_path.setter
3314
+ def readme_path(self, value: typing.Optional[builtins.str]) -> None:
3315
+ if __debug__:
3316
+ type_hints = typing.get_type_hints(_typecheckingstub__16e36c31f82073225a89cc2a0da972aba7908d4ad2dd686757120c7089f99861)
3317
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3318
+ jsii.set(self, "readmePath", value) # pyright: ignore[reportArgumentType]
3319
+
3320
+ @builtins.property
3321
+ @jsii.member(jsii_name="readmeUri")
3322
+ def readme_uri(self) -> typing.Optional[builtins.str]:
3323
+ '''The S3 URI of the README file for the workflow.'''
3324
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "readmeUri"))
3325
+
3326
+ @readme_uri.setter
3327
+ def readme_uri(self, value: typing.Optional[builtins.str]) -> None:
3328
+ if __debug__:
3329
+ type_hints = typing.get_type_hints(_typecheckingstub__28c67e6013e7a108b99f462f48461025e53196240b5182ef0ee813188829ec6a)
3330
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3331
+ jsii.set(self, "readmeUri", value) # pyright: ignore[reportArgumentType]
3332
+
2977
3333
  @builtins.property
2978
3334
  @jsii.member(jsii_name="storageCapacity")
2979
3335
  def storage_capacity(self) -> typing.Optional[jsii.Number]:
@@ -2987,6 +3343,18 @@ class CfnWorkflow(
2987
3343
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2988
3344
  jsii.set(self, "storageCapacity", value) # pyright: ignore[reportArgumentType]
2989
3345
 
3346
+ @builtins.property
3347
+ @jsii.member(jsii_name="storageType")
3348
+ def storage_type(self) -> typing.Optional[builtins.str]:
3349
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "storageType"))
3350
+
3351
+ @storage_type.setter
3352
+ def storage_type(self, value: typing.Optional[builtins.str]) -> None:
3353
+ if __debug__:
3354
+ type_hints = typing.get_type_hints(_typecheckingstub__82b78c9fdaf5e3e15a75209f5d891cf1513f47077977c45c2d020ffe13e990ac)
3355
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3356
+ jsii.set(self, "storageType", value) # pyright: ignore[reportArgumentType]
3357
+
2990
3358
  @builtins.property
2991
3359
  @jsii.member(jsii_name="tagsRaw")
2992
3360
  def tags_raw(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
@@ -3003,24 +3371,42 @@ class CfnWorkflow(
3003
3371
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3004
3372
  jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
3005
3373
 
3374
+ @builtins.property
3375
+ @jsii.member(jsii_name="workflowBucketOwnerId")
3376
+ def workflow_bucket_owner_id(self) -> typing.Optional[builtins.str]:
3377
+ '''Optional workflow bucket owner ID to verify the workflow bucket.'''
3378
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "workflowBucketOwnerId"))
3379
+
3380
+ @workflow_bucket_owner_id.setter
3381
+ def workflow_bucket_owner_id(self, value: typing.Optional[builtins.str]) -> None:
3382
+ if __debug__:
3383
+ type_hints = typing.get_type_hints(_typecheckingstub__fec2ca5e32cee87eaac65d878c60669f18bb90724ac13ab05f21221ebd80766e)
3384
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3385
+ jsii.set(self, "workflowBucketOwnerId", value) # pyright: ignore[reportArgumentType]
3386
+
3006
3387
  @jsii.data_type(
3007
- jsii_type="aws-cdk-lib.aws_omics.CfnWorkflow.WorkflowParameterProperty",
3388
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflow.ContainerRegistryMapProperty",
3008
3389
  jsii_struct_bases=[],
3009
- name_mapping={"description": "description", "optional": "optional"},
3390
+ name_mapping={
3391
+ "image_mappings": "imageMappings",
3392
+ "registry_mappings": "registryMappings",
3393
+ },
3010
3394
  )
3011
- class WorkflowParameterProperty:
3395
+ class ContainerRegistryMapProperty:
3012
3396
  def __init__(
3013
3397
  self,
3014
3398
  *,
3015
- description: typing.Optional[builtins.str] = None,
3016
- optional: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3399
+ image_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflow.ImageMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
3400
+ registry_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflow.RegistryMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
3017
3401
  ) -> None:
3018
- '''A workflow parameter.
3402
+ '''Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.
3019
3403
 
3020
- :param description: The parameter's description.
3021
- :param optional: Whether the parameter is optional.
3404
+ For more information, see `Container images <https://docs.aws.amazon.com/omics/latest/dev/workflows-ecr.html>`_ in the *AWS HealthOmics User Guide* .
3022
3405
 
3023
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-workflowparameter.html
3406
+ :param image_mappings: Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
3407
+ :param registry_mappings: Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
3408
+
3409
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-containerregistrymap.html
3024
3410
  :exampleMetadata: fixture=_generated
3025
3411
 
3026
3412
  Example::
@@ -3029,40 +3415,50 @@ class CfnWorkflow(
3029
3415
  # The values are placeholders you should change.
3030
3416
  from aws_cdk import aws_omics as omics
3031
3417
 
3032
- workflow_parameter_property = omics.CfnWorkflow.WorkflowParameterProperty(
3033
- description="description",
3034
- optional=False
3418
+ container_registry_map_property = omics.CfnWorkflow.ContainerRegistryMapProperty(
3419
+ image_mappings=[omics.CfnWorkflow.ImageMappingProperty(
3420
+ destination_image="destinationImage",
3421
+ source_image="sourceImage"
3422
+ )],
3423
+ registry_mappings=[omics.CfnWorkflow.RegistryMappingProperty(
3424
+ ecr_account_id="ecrAccountId",
3425
+ ecr_repository_prefix="ecrRepositoryPrefix",
3426
+ upstream_registry_url="upstreamRegistryUrl",
3427
+ upstream_repository_prefix="upstreamRepositoryPrefix"
3428
+ )]
3035
3429
  )
3036
3430
  '''
3037
3431
  if __debug__:
3038
- type_hints = typing.get_type_hints(_typecheckingstub__beb0e924d2102ff644fd2da920cdd60f013b66e8285db8ffc0ce774a694580a5)
3039
- check_type(argname="argument description", value=description, expected_type=type_hints["description"])
3040
- check_type(argname="argument optional", value=optional, expected_type=type_hints["optional"])
3432
+ type_hints = typing.get_type_hints(_typecheckingstub__b93208b886c42793f6b22971c79ed50b456a125a28fedf2949548b0a03f82c3e)
3433
+ check_type(argname="argument image_mappings", value=image_mappings, expected_type=type_hints["image_mappings"])
3434
+ check_type(argname="argument registry_mappings", value=registry_mappings, expected_type=type_hints["registry_mappings"])
3041
3435
  self._values: typing.Dict[builtins.str, typing.Any] = {}
3042
- if description is not None:
3043
- self._values["description"] = description
3044
- if optional is not None:
3045
- self._values["optional"] = optional
3436
+ if image_mappings is not None:
3437
+ self._values["image_mappings"] = image_mappings
3438
+ if registry_mappings is not None:
3439
+ self._values["registry_mappings"] = registry_mappings
3046
3440
 
3047
3441
  @builtins.property
3048
- def description(self) -> typing.Optional[builtins.str]:
3049
- '''The parameter's description.
3442
+ def image_mappings(
3443
+ self,
3444
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.ImageMappingProperty"]]]]:
3445
+ '''Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
3050
3446
 
3051
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-workflowparameter.html#cfn-omics-workflow-workflowparameter-description
3447
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-containerregistrymap.html#cfn-omics-workflow-containerregistrymap-imagemappings
3052
3448
  '''
3053
- result = self._values.get("description")
3054
- return typing.cast(typing.Optional[builtins.str], result)
3449
+ result = self._values.get("image_mappings")
3450
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.ImageMappingProperty"]]]], result)
3055
3451
 
3056
3452
  @builtins.property
3057
- def optional(
3453
+ def registry_mappings(
3058
3454
  self,
3059
- ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
3060
- '''Whether the parameter is optional.
3455
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.RegistryMappingProperty"]]]]:
3456
+ '''Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
3061
3457
 
3062
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-workflowparameter.html#cfn-omics-workflow-workflowparameter-optional
3458
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-containerregistrymap.html#cfn-omics-workflow-containerregistrymap-registrymappings
3063
3459
  '''
3064
- result = self._values.get("optional")
3065
- return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
3460
+ result = self._values.get("registry_mappings")
3461
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.RegistryMappingProperty"]]]], result)
3066
3462
 
3067
3463
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
3068
3464
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -3071,94 +3467,2001 @@ class CfnWorkflow(
3071
3467
  return not (rhs == self)
3072
3468
 
3073
3469
  def __repr__(self) -> str:
3074
- return "WorkflowParameterProperty(%s)" % ", ".join(
3470
+ return "ContainerRegistryMapProperty(%s)" % ", ".join(
3075
3471
  k + "=" + repr(v) for k, v in self._values.items()
3076
3472
  )
3077
3473
 
3474
+ @jsii.data_type(
3475
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflow.DefinitionRepositoryProperty",
3476
+ jsii_struct_bases=[],
3477
+ name_mapping={
3478
+ "connection_arn": "connectionArn",
3479
+ "exclude_file_patterns": "excludeFilePatterns",
3480
+ "full_repository_id": "fullRepositoryId",
3481
+ "source_reference": "sourceReference",
3482
+ },
3483
+ )
3484
+ class DefinitionRepositoryProperty:
3485
+ def __init__(
3486
+ self,
3487
+ *,
3488
+ connection_arn: typing.Optional[builtins.str] = None,
3489
+ exclude_file_patterns: typing.Optional[typing.Sequence[builtins.str]] = None,
3490
+ full_repository_id: typing.Optional[builtins.str] = None,
3491
+ source_reference: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflow.SourceReferenceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3492
+ ) -> None:
3493
+ '''Contains information about a source code repository that hosts the workflow definition files.
3078
3494
 
3079
- @jsii.data_type(
3080
- jsii_type="aws-cdk-lib.aws_omics.CfnWorkflowProps",
3081
- jsii_struct_bases=[],
3082
- name_mapping={
3083
- "accelerators": "accelerators",
3084
- "definition_uri": "definitionUri",
3085
- "description": "description",
3086
- "engine": "engine",
3087
- "main": "main",
3088
- "name": "name",
3089
- "parameter_template": "parameterTemplate",
3090
- "storage_capacity": "storageCapacity",
3091
- "tags": "tags",
3092
- },
3093
- )
3094
- class CfnWorkflowProps:
3095
- def __init__(
3096
- self,
3097
- *,
3098
- accelerators: typing.Optional[builtins.str] = None,
3099
- definition_uri: typing.Optional[builtins.str] = None,
3100
- description: typing.Optional[builtins.str] = None,
3101
- engine: typing.Optional[builtins.str] = None,
3102
- main: typing.Optional[builtins.str] = None,
3103
- name: typing.Optional[builtins.str] = None,
3104
- parameter_template: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflow.WorkflowParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3105
- storage_capacity: typing.Optional[jsii.Number] = None,
3106
- tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3107
- ) -> None:
3108
- '''Properties for defining a ``CfnWorkflow``.
3109
-
3110
- :param accelerators:
3111
- :param definition_uri: The URI of a definition for the workflow.
3112
- :param description: The parameter's description.
3113
- :param engine: An engine for the workflow.
3114
- :param main: The path of the main definition file for the workflow.
3115
- :param name: The workflow's name.
3116
- :param parameter_template: The workflow's parameter template.
3117
- :param storage_capacity: The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.
3118
- :param tags: Tags for the workflow.
3495
+ :param connection_arn: The Amazon Resource Name (ARN) of the connection to the source code repository.
3496
+ :param exclude_file_patterns: A list of file patterns to exclude when retrieving the workflow definition from the repository.
3497
+ :param full_repository_id: The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
3498
+ :param source_reference: The source reference for the repository, such as a branch name, tag, or commit ID.
3119
3499
 
3120
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html
3121
- :exampleMetadata: fixture=_generated
3500
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-definitionrepository.html
3501
+ :exampleMetadata: fixture=_generated
3122
3502
 
3123
- Example::
3503
+ Example::
3124
3504
 
3125
- # The code below shows an example of how to instantiate this type.
3126
- # The values are placeholders you should change.
3127
- from aws_cdk import aws_omics as omics
3128
-
3129
- cfn_workflow_props = omics.CfnWorkflowProps(
3130
- accelerators="accelerators",
3131
- definition_uri="definitionUri",
3132
- description="description",
3133
- engine="engine",
3134
- main="main",
3135
- name="name",
3136
- parameter_template={
3137
- "parameter_template_key": omics.CfnWorkflow.WorkflowParameterProperty(
3138
- description="description",
3139
- optional=False
3505
+ # The code below shows an example of how to instantiate this type.
3506
+ # The values are placeholders you should change.
3507
+ from aws_cdk import aws_omics as omics
3508
+
3509
+ definition_repository_property = omics.CfnWorkflow.DefinitionRepositoryProperty(
3510
+ connection_arn="connectionArn",
3511
+ exclude_file_patterns=["excludeFilePatterns"],
3512
+ full_repository_id="fullRepositoryId",
3513
+ source_reference=omics.CfnWorkflow.SourceReferenceProperty(
3514
+ type="type",
3515
+ value="value"
3140
3516
  )
3141
- },
3142
- storage_capacity=123,
3143
- tags={
3144
- "tags_key": "tags"
3145
- }
3146
- )
3147
- '''
3148
- if __debug__:
3149
- type_hints = typing.get_type_hints(_typecheckingstub__09bedca50200dd06a4bbe4bb6135e76dacff76287249f3d28b8f285f8205f173)
3150
- check_type(argname="argument accelerators", value=accelerators, expected_type=type_hints["accelerators"])
3151
- check_type(argname="argument definition_uri", value=definition_uri, expected_type=type_hints["definition_uri"])
3517
+ )
3518
+ '''
3519
+ if __debug__:
3520
+ type_hints = typing.get_type_hints(_typecheckingstub__a3c23b09e8f18584c69d282b6816697f2992e22dbf81773246b66875fbb0c0c8)
3521
+ check_type(argname="argument connection_arn", value=connection_arn, expected_type=type_hints["connection_arn"])
3522
+ check_type(argname="argument exclude_file_patterns", value=exclude_file_patterns, expected_type=type_hints["exclude_file_patterns"])
3523
+ check_type(argname="argument full_repository_id", value=full_repository_id, expected_type=type_hints["full_repository_id"])
3524
+ check_type(argname="argument source_reference", value=source_reference, expected_type=type_hints["source_reference"])
3525
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
3526
+ if connection_arn is not None:
3527
+ self._values["connection_arn"] = connection_arn
3528
+ if exclude_file_patterns is not None:
3529
+ self._values["exclude_file_patterns"] = exclude_file_patterns
3530
+ if full_repository_id is not None:
3531
+ self._values["full_repository_id"] = full_repository_id
3532
+ if source_reference is not None:
3533
+ self._values["source_reference"] = source_reference
3534
+
3535
+ @builtins.property
3536
+ def connection_arn(self) -> typing.Optional[builtins.str]:
3537
+ '''The Amazon Resource Name (ARN) of the connection to the source code repository.
3538
+
3539
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-definitionrepository.html#cfn-omics-workflow-definitionrepository-connectionarn
3540
+ '''
3541
+ result = self._values.get("connection_arn")
3542
+ return typing.cast(typing.Optional[builtins.str], result)
3543
+
3544
+ @builtins.property
3545
+ def exclude_file_patterns(self) -> typing.Optional[typing.List[builtins.str]]:
3546
+ '''A list of file patterns to exclude when retrieving the workflow definition from the repository.
3547
+
3548
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-definitionrepository.html#cfn-omics-workflow-definitionrepository-excludefilepatterns
3549
+ '''
3550
+ result = self._values.get("exclude_file_patterns")
3551
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
3552
+
3553
+ @builtins.property
3554
+ def full_repository_id(self) -> typing.Optional[builtins.str]:
3555
+ '''The full repository identifier, including the repository owner and name.
3556
+
3557
+ For example, 'repository-owner/repository-name'.
3558
+
3559
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-definitionrepository.html#cfn-omics-workflow-definitionrepository-fullrepositoryid
3560
+ '''
3561
+ result = self._values.get("full_repository_id")
3562
+ return typing.cast(typing.Optional[builtins.str], result)
3563
+
3564
+ @builtins.property
3565
+ def source_reference(
3566
+ self,
3567
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.SourceReferenceProperty"]]:
3568
+ '''The source reference for the repository, such as a branch name, tag, or commit ID.
3569
+
3570
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-definitionrepository.html#cfn-omics-workflow-definitionrepository-sourcereference
3571
+ '''
3572
+ result = self._values.get("source_reference")
3573
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.SourceReferenceProperty"]], result)
3574
+
3575
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3576
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3577
+
3578
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3579
+ return not (rhs == self)
3580
+
3581
+ def __repr__(self) -> str:
3582
+ return "DefinitionRepositoryProperty(%s)" % ", ".join(
3583
+ k + "=" + repr(v) for k, v in self._values.items()
3584
+ )
3585
+
3586
+ @jsii.data_type(
3587
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflow.ImageMappingProperty",
3588
+ jsii_struct_bases=[],
3589
+ name_mapping={
3590
+ "destination_image": "destinationImage",
3591
+ "source_image": "sourceImage",
3592
+ },
3593
+ )
3594
+ class ImageMappingProperty:
3595
+ def __init__(
3596
+ self,
3597
+ *,
3598
+ destination_image: typing.Optional[builtins.str] = None,
3599
+ source_image: typing.Optional[builtins.str] = None,
3600
+ ) -> None:
3601
+ '''Specifies image mappings that workflow tasks can use.
3602
+
3603
+ For example, you can replace all the task references of a public image to use an equivalent image in your private ECR repository. You can use image mappings with upstream registries that don't support pull through cache. You need to manually synchronize the upstream registry with your private repository.
3604
+
3605
+ :param destination_image: Specifies the URI of the corresponding image in the private ECR registry.
3606
+ :param source_image: Specifies the URI of the source image in the upstream registry.
3607
+
3608
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-imagemapping.html
3609
+ :exampleMetadata: fixture=_generated
3610
+
3611
+ Example::
3612
+
3613
+ # The code below shows an example of how to instantiate this type.
3614
+ # The values are placeholders you should change.
3615
+ from aws_cdk import aws_omics as omics
3616
+
3617
+ image_mapping_property = omics.CfnWorkflow.ImageMappingProperty(
3618
+ destination_image="destinationImage",
3619
+ source_image="sourceImage"
3620
+ )
3621
+ '''
3622
+ if __debug__:
3623
+ type_hints = typing.get_type_hints(_typecheckingstub__98f85817eb366199f668581daf61aabd43de777e1bd4110572941bbd0bb03687)
3624
+ check_type(argname="argument destination_image", value=destination_image, expected_type=type_hints["destination_image"])
3625
+ check_type(argname="argument source_image", value=source_image, expected_type=type_hints["source_image"])
3626
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
3627
+ if destination_image is not None:
3628
+ self._values["destination_image"] = destination_image
3629
+ if source_image is not None:
3630
+ self._values["source_image"] = source_image
3631
+
3632
+ @builtins.property
3633
+ def destination_image(self) -> typing.Optional[builtins.str]:
3634
+ '''Specifies the URI of the corresponding image in the private ECR registry.
3635
+
3636
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-imagemapping.html#cfn-omics-workflow-imagemapping-destinationimage
3637
+ '''
3638
+ result = self._values.get("destination_image")
3639
+ return typing.cast(typing.Optional[builtins.str], result)
3640
+
3641
+ @builtins.property
3642
+ def source_image(self) -> typing.Optional[builtins.str]:
3643
+ '''Specifies the URI of the source image in the upstream registry.
3644
+
3645
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-imagemapping.html#cfn-omics-workflow-imagemapping-sourceimage
3646
+ '''
3647
+ result = self._values.get("source_image")
3648
+ return typing.cast(typing.Optional[builtins.str], result)
3649
+
3650
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3651
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3652
+
3653
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3654
+ return not (rhs == self)
3655
+
3656
+ def __repr__(self) -> str:
3657
+ return "ImageMappingProperty(%s)" % ", ".join(
3658
+ k + "=" + repr(v) for k, v in self._values.items()
3659
+ )
3660
+
3661
+ @jsii.data_type(
3662
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflow.RegistryMappingProperty",
3663
+ jsii_struct_bases=[],
3664
+ name_mapping={
3665
+ "ecr_account_id": "ecrAccountId",
3666
+ "ecr_repository_prefix": "ecrRepositoryPrefix",
3667
+ "upstream_registry_url": "upstreamRegistryUrl",
3668
+ "upstream_repository_prefix": "upstreamRepositoryPrefix",
3669
+ },
3670
+ )
3671
+ class RegistryMappingProperty:
3672
+ def __init__(
3673
+ self,
3674
+ *,
3675
+ ecr_account_id: typing.Optional[builtins.str] = None,
3676
+ ecr_repository_prefix: typing.Optional[builtins.str] = None,
3677
+ upstream_registry_url: typing.Optional[builtins.str] = None,
3678
+ upstream_repository_prefix: typing.Optional[builtins.str] = None,
3679
+ ) -> None:
3680
+ '''If you are using the ECR pull through cache feature, the registry mapping maps between the ECR repository and the upstream registry where container images are pulled and synchronized.
3681
+
3682
+ :param ecr_account_id: Account ID of the account that owns the upstream container image.
3683
+ :param ecr_repository_prefix: The repository prefix to use in the ECR private repository.
3684
+ :param upstream_registry_url: The URI of the upstream registry.
3685
+ :param upstream_repository_prefix: The repository prefix of the corresponding repository in the upstream registry.
3686
+
3687
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-registrymapping.html
3688
+ :exampleMetadata: fixture=_generated
3689
+
3690
+ Example::
3691
+
3692
+ # The code below shows an example of how to instantiate this type.
3693
+ # The values are placeholders you should change.
3694
+ from aws_cdk import aws_omics as omics
3695
+
3696
+ registry_mapping_property = omics.CfnWorkflow.RegistryMappingProperty(
3697
+ ecr_account_id="ecrAccountId",
3698
+ ecr_repository_prefix="ecrRepositoryPrefix",
3699
+ upstream_registry_url="upstreamRegistryUrl",
3700
+ upstream_repository_prefix="upstreamRepositoryPrefix"
3701
+ )
3702
+ '''
3703
+ if __debug__:
3704
+ type_hints = typing.get_type_hints(_typecheckingstub__bf8725b8e4b50a33568267e8b0666f0c8b9e8a47c56098879cb0cdba27310fbf)
3705
+ check_type(argname="argument ecr_account_id", value=ecr_account_id, expected_type=type_hints["ecr_account_id"])
3706
+ check_type(argname="argument ecr_repository_prefix", value=ecr_repository_prefix, expected_type=type_hints["ecr_repository_prefix"])
3707
+ check_type(argname="argument upstream_registry_url", value=upstream_registry_url, expected_type=type_hints["upstream_registry_url"])
3708
+ check_type(argname="argument upstream_repository_prefix", value=upstream_repository_prefix, expected_type=type_hints["upstream_repository_prefix"])
3709
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
3710
+ if ecr_account_id is not None:
3711
+ self._values["ecr_account_id"] = ecr_account_id
3712
+ if ecr_repository_prefix is not None:
3713
+ self._values["ecr_repository_prefix"] = ecr_repository_prefix
3714
+ if upstream_registry_url is not None:
3715
+ self._values["upstream_registry_url"] = upstream_registry_url
3716
+ if upstream_repository_prefix is not None:
3717
+ self._values["upstream_repository_prefix"] = upstream_repository_prefix
3718
+
3719
+ @builtins.property
3720
+ def ecr_account_id(self) -> typing.Optional[builtins.str]:
3721
+ '''Account ID of the account that owns the upstream container image.
3722
+
3723
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-registrymapping.html#cfn-omics-workflow-registrymapping-ecraccountid
3724
+ '''
3725
+ result = self._values.get("ecr_account_id")
3726
+ return typing.cast(typing.Optional[builtins.str], result)
3727
+
3728
+ @builtins.property
3729
+ def ecr_repository_prefix(self) -> typing.Optional[builtins.str]:
3730
+ '''The repository prefix to use in the ECR private repository.
3731
+
3732
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-registrymapping.html#cfn-omics-workflow-registrymapping-ecrrepositoryprefix
3733
+ '''
3734
+ result = self._values.get("ecr_repository_prefix")
3735
+ return typing.cast(typing.Optional[builtins.str], result)
3736
+
3737
+ @builtins.property
3738
+ def upstream_registry_url(self) -> typing.Optional[builtins.str]:
3739
+ '''The URI of the upstream registry.
3740
+
3741
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-registrymapping.html#cfn-omics-workflow-registrymapping-upstreamregistryurl
3742
+ '''
3743
+ result = self._values.get("upstream_registry_url")
3744
+ return typing.cast(typing.Optional[builtins.str], result)
3745
+
3746
+ @builtins.property
3747
+ def upstream_repository_prefix(self) -> typing.Optional[builtins.str]:
3748
+ '''The repository prefix of the corresponding repository in the upstream registry.
3749
+
3750
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-registrymapping.html#cfn-omics-workflow-registrymapping-upstreamrepositoryprefix
3751
+ '''
3752
+ result = self._values.get("upstream_repository_prefix")
3753
+ return typing.cast(typing.Optional[builtins.str], result)
3754
+
3755
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3756
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3757
+
3758
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3759
+ return not (rhs == self)
3760
+
3761
+ def __repr__(self) -> str:
3762
+ return "RegistryMappingProperty(%s)" % ", ".join(
3763
+ k + "=" + repr(v) for k, v in self._values.items()
3764
+ )
3765
+
3766
+ @jsii.data_type(
3767
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflow.SourceReferenceProperty",
3768
+ jsii_struct_bases=[],
3769
+ name_mapping={"type": "type", "value": "value"},
3770
+ )
3771
+ class SourceReferenceProperty:
3772
+ def __init__(
3773
+ self,
3774
+ *,
3775
+ type: typing.Optional[builtins.str] = None,
3776
+ value: typing.Optional[builtins.str] = None,
3777
+ ) -> None:
3778
+ '''Contains information about the source reference in a code repository, such as a branch, tag, or commit.
3779
+
3780
+ :param type: The type of source reference, such as branch, tag, or commit.
3781
+ :param value: The value of the source reference, such as the branch name, tag name, or commit ID.
3782
+
3783
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-sourcereference.html
3784
+ :exampleMetadata: fixture=_generated
3785
+
3786
+ Example::
3787
+
3788
+ # The code below shows an example of how to instantiate this type.
3789
+ # The values are placeholders you should change.
3790
+ from aws_cdk import aws_omics as omics
3791
+
3792
+ source_reference_property = omics.CfnWorkflow.SourceReferenceProperty(
3793
+ type="type",
3794
+ value="value"
3795
+ )
3796
+ '''
3797
+ if __debug__:
3798
+ type_hints = typing.get_type_hints(_typecheckingstub__f4e57d9f64919c2d451cd965846e1f5ee2aa3404611459632e4dd2699b4654d1)
3799
+ check_type(argname="argument type", value=type, expected_type=type_hints["type"])
3800
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3801
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
3802
+ if type is not None:
3803
+ self._values["type"] = type
3804
+ if value is not None:
3805
+ self._values["value"] = value
3806
+
3807
+ @builtins.property
3808
+ def type(self) -> typing.Optional[builtins.str]:
3809
+ '''The type of source reference, such as branch, tag, or commit.
3810
+
3811
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-sourcereference.html#cfn-omics-workflow-sourcereference-type
3812
+ '''
3813
+ result = self._values.get("type")
3814
+ return typing.cast(typing.Optional[builtins.str], result)
3815
+
3816
+ @builtins.property
3817
+ def value(self) -> typing.Optional[builtins.str]:
3818
+ '''The value of the source reference, such as the branch name, tag name, or commit ID.
3819
+
3820
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-sourcereference.html#cfn-omics-workflow-sourcereference-value
3821
+ '''
3822
+ result = self._values.get("value")
3823
+ return typing.cast(typing.Optional[builtins.str], result)
3824
+
3825
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3826
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3827
+
3828
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3829
+ return not (rhs == self)
3830
+
3831
+ def __repr__(self) -> str:
3832
+ return "SourceReferenceProperty(%s)" % ", ".join(
3833
+ k + "=" + repr(v) for k, v in self._values.items()
3834
+ )
3835
+
3836
+ @jsii.data_type(
3837
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflow.WorkflowParameterProperty",
3838
+ jsii_struct_bases=[],
3839
+ name_mapping={"description": "description", "optional": "optional"},
3840
+ )
3841
+ class WorkflowParameterProperty:
3842
+ def __init__(
3843
+ self,
3844
+ *,
3845
+ description: typing.Optional[builtins.str] = None,
3846
+ optional: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3847
+ ) -> None:
3848
+ '''A workflow parameter.
3849
+
3850
+ :param description: The parameter's description.
3851
+ :param optional: Whether the parameter is optional.
3852
+
3853
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-workflowparameter.html
3854
+ :exampleMetadata: fixture=_generated
3855
+
3856
+ Example::
3857
+
3858
+ # The code below shows an example of how to instantiate this type.
3859
+ # The values are placeholders you should change.
3860
+ from aws_cdk import aws_omics as omics
3861
+
3862
+ workflow_parameter_property = omics.CfnWorkflow.WorkflowParameterProperty(
3863
+ description="description",
3864
+ optional=False
3865
+ )
3866
+ '''
3867
+ if __debug__:
3868
+ type_hints = typing.get_type_hints(_typecheckingstub__beb0e924d2102ff644fd2da920cdd60f013b66e8285db8ffc0ce774a694580a5)
3869
+ check_type(argname="argument description", value=description, expected_type=type_hints["description"])
3870
+ check_type(argname="argument optional", value=optional, expected_type=type_hints["optional"])
3871
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
3872
+ if description is not None:
3873
+ self._values["description"] = description
3874
+ if optional is not None:
3875
+ self._values["optional"] = optional
3876
+
3877
+ @builtins.property
3878
+ def description(self) -> typing.Optional[builtins.str]:
3879
+ '''The parameter's description.
3880
+
3881
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-workflowparameter.html#cfn-omics-workflow-workflowparameter-description
3882
+ '''
3883
+ result = self._values.get("description")
3884
+ return typing.cast(typing.Optional[builtins.str], result)
3885
+
3886
+ @builtins.property
3887
+ def optional(
3888
+ self,
3889
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
3890
+ '''Whether the parameter is optional.
3891
+
3892
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-workflowparameter.html#cfn-omics-workflow-workflowparameter-optional
3893
+ '''
3894
+ result = self._values.get("optional")
3895
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
3896
+
3897
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3898
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3899
+
3900
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3901
+ return not (rhs == self)
3902
+
3903
+ def __repr__(self) -> str:
3904
+ return "WorkflowParameterProperty(%s)" % ", ".join(
3905
+ k + "=" + repr(v) for k, v in self._values.items()
3906
+ )
3907
+
3908
+
3909
+ @jsii.data_type(
3910
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflowProps",
3911
+ jsii_struct_bases=[],
3912
+ name_mapping={
3913
+ "accelerators": "accelerators",
3914
+ "container_registry_map": "containerRegistryMap",
3915
+ "container_registry_map_uri": "containerRegistryMapUri",
3916
+ "definition_repository": "definitionRepository",
3917
+ "definition_uri": "definitionUri",
3918
+ "description": "description",
3919
+ "engine": "engine",
3920
+ "main": "main",
3921
+ "name": "name",
3922
+ "parameter_template": "parameterTemplate",
3923
+ "parameter_template_path": "parameterTemplatePath",
3924
+ "readme_markdown": "readmeMarkdown",
3925
+ "readme_path": "readmePath",
3926
+ "readme_uri": "readmeUri",
3927
+ "storage_capacity": "storageCapacity",
3928
+ "storage_type": "storageType",
3929
+ "tags": "tags",
3930
+ "workflow_bucket_owner_id": "workflowBucketOwnerId",
3931
+ },
3932
+ )
3933
+ class CfnWorkflowProps:
3934
+ def __init__(
3935
+ self,
3936
+ *,
3937
+ accelerators: typing.Optional[builtins.str] = None,
3938
+ container_registry_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflow.ContainerRegistryMapProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3939
+ container_registry_map_uri: typing.Optional[builtins.str] = None,
3940
+ definition_repository: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflow.DefinitionRepositoryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3941
+ definition_uri: typing.Optional[builtins.str] = None,
3942
+ description: typing.Optional[builtins.str] = None,
3943
+ engine: typing.Optional[builtins.str] = None,
3944
+ main: typing.Optional[builtins.str] = None,
3945
+ name: typing.Optional[builtins.str] = None,
3946
+ parameter_template: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflow.WorkflowParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3947
+ parameter_template_path: typing.Optional[builtins.str] = None,
3948
+ readme_markdown: typing.Optional[builtins.str] = None,
3949
+ readme_path: typing.Optional[builtins.str] = None,
3950
+ readme_uri: typing.Optional[builtins.str] = None,
3951
+ storage_capacity: typing.Optional[jsii.Number] = None,
3952
+ storage_type: typing.Optional[builtins.str] = None,
3953
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3954
+ workflow_bucket_owner_id: typing.Optional[builtins.str] = None,
3955
+ ) -> None:
3956
+ '''Properties for defining a ``CfnWorkflow``.
3957
+
3958
+ :param accelerators:
3959
+ :param container_registry_map: Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. For more information, see `Container images <https://docs.aws.amazon.com/omics/latest/dev/workflows-ecr.html>`_ in the *AWS HealthOmics User Guide* .
3960
+ :param container_registry_map_uri:
3961
+ :param definition_repository: Contains information about a source code repository that hosts the workflow definition files.
3962
+ :param definition_uri: The URI of a definition for the workflow.
3963
+ :param description: The parameter's description.
3964
+ :param engine: An engine for the workflow.
3965
+ :param main: The path of the main definition file for the workflow.
3966
+ :param name: The workflow's name.
3967
+ :param parameter_template: The workflow's parameter template.
3968
+ :param parameter_template_path: Path to the primary workflow parameter template JSON file inside the repository.
3969
+ :param readme_markdown: The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
3970
+ :param readme_path: The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
3971
+ :param readme_uri: The S3 URI of the README file for the workflow. This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
3972
+ :param storage_capacity: The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version. The ``storageCapacity`` can be overwritten at run time. The storage capacity is not required for runs with a ``DYNAMIC`` storage type.
3973
+ :param storage_type:
3974
+ :param tags: Tags for the workflow.
3975
+ :param workflow_bucket_owner_id: Optional workflow bucket owner ID to verify the workflow bucket.
3976
+
3977
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html
3978
+ :exampleMetadata: fixture=_generated
3979
+
3980
+ Example::
3981
+
3982
+ # The code below shows an example of how to instantiate this type.
3983
+ # The values are placeholders you should change.
3984
+ from aws_cdk import aws_omics as omics
3985
+
3986
+ cfn_workflow_props = omics.CfnWorkflowProps(
3987
+ accelerators="accelerators",
3988
+ container_registry_map=omics.CfnWorkflow.ContainerRegistryMapProperty(
3989
+ image_mappings=[omics.CfnWorkflow.ImageMappingProperty(
3990
+ destination_image="destinationImage",
3991
+ source_image="sourceImage"
3992
+ )],
3993
+ registry_mappings=[omics.CfnWorkflow.RegistryMappingProperty(
3994
+ ecr_account_id="ecrAccountId",
3995
+ ecr_repository_prefix="ecrRepositoryPrefix",
3996
+ upstream_registry_url="upstreamRegistryUrl",
3997
+ upstream_repository_prefix="upstreamRepositoryPrefix"
3998
+ )]
3999
+ ),
4000
+ container_registry_map_uri="containerRegistryMapUri",
4001
+ definition_repository=omics.CfnWorkflow.DefinitionRepositoryProperty(
4002
+ connection_arn="connectionArn",
4003
+ exclude_file_patterns=["excludeFilePatterns"],
4004
+ full_repository_id="fullRepositoryId",
4005
+ source_reference=omics.CfnWorkflow.SourceReferenceProperty(
4006
+ type="type",
4007
+ value="value"
4008
+ )
4009
+ ),
4010
+ definition_uri="definitionUri",
4011
+ description="description",
4012
+ engine="engine",
4013
+ main="main",
4014
+ name="name",
4015
+ parameter_template={
4016
+ "parameter_template_key": omics.CfnWorkflow.WorkflowParameterProperty(
4017
+ description="description",
4018
+ optional=False
4019
+ )
4020
+ },
4021
+ parameter_template_path="parameterTemplatePath",
4022
+ readme_markdown="readmeMarkdown",
4023
+ readme_path="readmePath",
4024
+ readme_uri="readmeUri",
4025
+ storage_capacity=123,
4026
+ storage_type="storageType",
4027
+ tags={
4028
+ "tags_key": "tags"
4029
+ },
4030
+ workflow_bucket_owner_id="workflowBucketOwnerId"
4031
+ )
4032
+ '''
4033
+ if __debug__:
4034
+ type_hints = typing.get_type_hints(_typecheckingstub__09bedca50200dd06a4bbe4bb6135e76dacff76287249f3d28b8f285f8205f173)
4035
+ check_type(argname="argument accelerators", value=accelerators, expected_type=type_hints["accelerators"])
4036
+ check_type(argname="argument container_registry_map", value=container_registry_map, expected_type=type_hints["container_registry_map"])
4037
+ check_type(argname="argument container_registry_map_uri", value=container_registry_map_uri, expected_type=type_hints["container_registry_map_uri"])
4038
+ check_type(argname="argument definition_repository", value=definition_repository, expected_type=type_hints["definition_repository"])
4039
+ check_type(argname="argument definition_uri", value=definition_uri, expected_type=type_hints["definition_uri"])
4040
+ check_type(argname="argument description", value=description, expected_type=type_hints["description"])
4041
+ check_type(argname="argument engine", value=engine, expected_type=type_hints["engine"])
4042
+ check_type(argname="argument main", value=main, expected_type=type_hints["main"])
4043
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
4044
+ check_type(argname="argument parameter_template", value=parameter_template, expected_type=type_hints["parameter_template"])
4045
+ check_type(argname="argument parameter_template_path", value=parameter_template_path, expected_type=type_hints["parameter_template_path"])
4046
+ check_type(argname="argument readme_markdown", value=readme_markdown, expected_type=type_hints["readme_markdown"])
4047
+ check_type(argname="argument readme_path", value=readme_path, expected_type=type_hints["readme_path"])
4048
+ check_type(argname="argument readme_uri", value=readme_uri, expected_type=type_hints["readme_uri"])
4049
+ check_type(argname="argument storage_capacity", value=storage_capacity, expected_type=type_hints["storage_capacity"])
4050
+ check_type(argname="argument storage_type", value=storage_type, expected_type=type_hints["storage_type"])
4051
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
4052
+ check_type(argname="argument workflow_bucket_owner_id", value=workflow_bucket_owner_id, expected_type=type_hints["workflow_bucket_owner_id"])
4053
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
4054
+ if accelerators is not None:
4055
+ self._values["accelerators"] = accelerators
4056
+ if container_registry_map is not None:
4057
+ self._values["container_registry_map"] = container_registry_map
4058
+ if container_registry_map_uri is not None:
4059
+ self._values["container_registry_map_uri"] = container_registry_map_uri
4060
+ if definition_repository is not None:
4061
+ self._values["definition_repository"] = definition_repository
4062
+ if definition_uri is not None:
4063
+ self._values["definition_uri"] = definition_uri
4064
+ if description is not None:
4065
+ self._values["description"] = description
4066
+ if engine is not None:
4067
+ self._values["engine"] = engine
4068
+ if main is not None:
4069
+ self._values["main"] = main
4070
+ if name is not None:
4071
+ self._values["name"] = name
4072
+ if parameter_template is not None:
4073
+ self._values["parameter_template"] = parameter_template
4074
+ if parameter_template_path is not None:
4075
+ self._values["parameter_template_path"] = parameter_template_path
4076
+ if readme_markdown is not None:
4077
+ self._values["readme_markdown"] = readme_markdown
4078
+ if readme_path is not None:
4079
+ self._values["readme_path"] = readme_path
4080
+ if readme_uri is not None:
4081
+ self._values["readme_uri"] = readme_uri
4082
+ if storage_capacity is not None:
4083
+ self._values["storage_capacity"] = storage_capacity
4084
+ if storage_type is not None:
4085
+ self._values["storage_type"] = storage_type
4086
+ if tags is not None:
4087
+ self._values["tags"] = tags
4088
+ if workflow_bucket_owner_id is not None:
4089
+ self._values["workflow_bucket_owner_id"] = workflow_bucket_owner_id
4090
+
4091
+ @builtins.property
4092
+ def accelerators(self) -> typing.Optional[builtins.str]:
4093
+ '''
4094
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-accelerators
4095
+ '''
4096
+ result = self._values.get("accelerators")
4097
+ return typing.cast(typing.Optional[builtins.str], result)
4098
+
4099
+ @builtins.property
4100
+ def container_registry_map(
4101
+ self,
4102
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkflow.ContainerRegistryMapProperty]]:
4103
+ '''Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.
4104
+
4105
+ For more information, see `Container images <https://docs.aws.amazon.com/omics/latest/dev/workflows-ecr.html>`_ in the *AWS HealthOmics User Guide* .
4106
+
4107
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-containerregistrymap
4108
+ '''
4109
+ result = self._values.get("container_registry_map")
4110
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkflow.ContainerRegistryMapProperty]], result)
4111
+
4112
+ @builtins.property
4113
+ def container_registry_map_uri(self) -> typing.Optional[builtins.str]:
4114
+ '''
4115
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-containerregistrymapuri
4116
+ '''
4117
+ result = self._values.get("container_registry_map_uri")
4118
+ return typing.cast(typing.Optional[builtins.str], result)
4119
+
4120
+ @builtins.property
4121
+ def definition_repository(
4122
+ self,
4123
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkflow.DefinitionRepositoryProperty]]:
4124
+ '''Contains information about a source code repository that hosts the workflow definition files.
4125
+
4126
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-definitionrepository
4127
+ '''
4128
+ result = self._values.get("definition_repository")
4129
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkflow.DefinitionRepositoryProperty]], result)
4130
+
4131
+ @builtins.property
4132
+ def definition_uri(self) -> typing.Optional[builtins.str]:
4133
+ '''The URI of a definition for the workflow.
4134
+
4135
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-definitionuri
4136
+ '''
4137
+ result = self._values.get("definition_uri")
4138
+ return typing.cast(typing.Optional[builtins.str], result)
4139
+
4140
+ @builtins.property
4141
+ def description(self) -> typing.Optional[builtins.str]:
4142
+ '''The parameter's description.
4143
+
4144
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-description
4145
+ '''
4146
+ result = self._values.get("description")
4147
+ return typing.cast(typing.Optional[builtins.str], result)
4148
+
4149
+ @builtins.property
4150
+ def engine(self) -> typing.Optional[builtins.str]:
4151
+ '''An engine for the workflow.
4152
+
4153
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-engine
4154
+ '''
4155
+ result = self._values.get("engine")
4156
+ return typing.cast(typing.Optional[builtins.str], result)
4157
+
4158
+ @builtins.property
4159
+ def main(self) -> typing.Optional[builtins.str]:
4160
+ '''The path of the main definition file for the workflow.
4161
+
4162
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-main
4163
+ '''
4164
+ result = self._values.get("main")
4165
+ return typing.cast(typing.Optional[builtins.str], result)
4166
+
4167
+ @builtins.property
4168
+ def name(self) -> typing.Optional[builtins.str]:
4169
+ '''The workflow's name.
4170
+
4171
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-name
4172
+ '''
4173
+ result = self._values.get("name")
4174
+ return typing.cast(typing.Optional[builtins.str], result)
4175
+
4176
+ @builtins.property
4177
+ def parameter_template(
4178
+ self,
4179
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnWorkflow.WorkflowParameterProperty]]]]:
4180
+ '''The workflow's parameter template.
4181
+
4182
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-parametertemplate
4183
+ '''
4184
+ result = self._values.get("parameter_template")
4185
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnWorkflow.WorkflowParameterProperty]]]], result)
4186
+
4187
+ @builtins.property
4188
+ def parameter_template_path(self) -> typing.Optional[builtins.str]:
4189
+ '''Path to the primary workflow parameter template JSON file inside the repository.
4190
+
4191
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-parametertemplatepath
4192
+ '''
4193
+ result = self._values.get("parameter_template_path")
4194
+ return typing.cast(typing.Optional[builtins.str], result)
4195
+
4196
+ @builtins.property
4197
+ def readme_markdown(self) -> typing.Optional[builtins.str]:
4198
+ '''The markdown content for the workflow's README file.
4199
+
4200
+ This provides documentation and usage information for users of the workflow.
4201
+
4202
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-readmemarkdown
4203
+ '''
4204
+ result = self._values.get("readme_markdown")
4205
+ return typing.cast(typing.Optional[builtins.str], result)
4206
+
4207
+ @builtins.property
4208
+ def readme_path(self) -> typing.Optional[builtins.str]:
4209
+ '''The path to the workflow README markdown file within the repository.
4210
+
4211
+ This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
4212
+
4213
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-readmepath
4214
+ '''
4215
+ result = self._values.get("readme_path")
4216
+ return typing.cast(typing.Optional[builtins.str], result)
4217
+
4218
+ @builtins.property
4219
+ def readme_uri(self) -> typing.Optional[builtins.str]:
4220
+ '''The S3 URI of the README file for the workflow.
4221
+
4222
+ This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
4223
+
4224
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-readmeuri
4225
+ '''
4226
+ result = self._values.get("readme_uri")
4227
+ return typing.cast(typing.Optional[builtins.str], result)
4228
+
4229
+ @builtins.property
4230
+ def storage_capacity(self) -> typing.Optional[jsii.Number]:
4231
+ '''The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.
4232
+
4233
+ The ``storageCapacity`` can be overwritten at run time. The storage capacity is not required for runs with a ``DYNAMIC`` storage type.
4234
+
4235
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-storagecapacity
4236
+ '''
4237
+ result = self._values.get("storage_capacity")
4238
+ return typing.cast(typing.Optional[jsii.Number], result)
4239
+
4240
+ @builtins.property
4241
+ def storage_type(self) -> typing.Optional[builtins.str]:
4242
+ '''
4243
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-storagetype
4244
+ '''
4245
+ result = self._values.get("storage_type")
4246
+ return typing.cast(typing.Optional[builtins.str], result)
4247
+
4248
+ @builtins.property
4249
+ def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
4250
+ '''Tags for the workflow.
4251
+
4252
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-tags
4253
+ '''
4254
+ result = self._values.get("tags")
4255
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
4256
+
4257
+ @builtins.property
4258
+ def workflow_bucket_owner_id(self) -> typing.Optional[builtins.str]:
4259
+ '''Optional workflow bucket owner ID to verify the workflow bucket.
4260
+
4261
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-workflowbucketownerid
4262
+ '''
4263
+ result = self._values.get("workflow_bucket_owner_id")
4264
+ return typing.cast(typing.Optional[builtins.str], result)
4265
+
4266
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4267
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4268
+
4269
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4270
+ return not (rhs == self)
4271
+
4272
+ def __repr__(self) -> str:
4273
+ return "CfnWorkflowProps(%s)" % ", ".join(
4274
+ k + "=" + repr(v) for k, v in self._values.items()
4275
+ )
4276
+
4277
+
4278
+ @jsii.implements(_IInspectable_c2943556, _IWorkflowVersionRef_8e877e7d, _ITaggableV2_4e6798f8)
4279
+ class CfnWorkflowVersion(
4280
+ _CfnResource_9df397a6,
4281
+ metaclass=jsii.JSIIMeta,
4282
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflowVersion",
4283
+ ):
4284
+ '''Creates a new workflow version for the workflow that you specify with the ``workflowId`` parameter.
4285
+
4286
+ When you create a new version of a workflow, you need to specify the configuration for the new version. It doesn't inherit any configuration values from the workflow.
4287
+
4288
+ Provide a version name that is unique for this workflow. You cannot change the name after HealthOmics creates the version.
4289
+ .. epigraph::
4290
+
4291
+ Don't include any personally identifiable information (PII) in the version name. Version names appear in the workflow version ARN.
4292
+
4293
+ For more information, see `Workflow versioning in AWS HealthOmics <https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html>`_ in the *AWS HealthOmics User Guide* .
4294
+
4295
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html
4296
+ :cloudformationResource: AWS::Omics::WorkflowVersion
4297
+ :exampleMetadata: fixture=_generated
4298
+
4299
+ Example::
4300
+
4301
+ # The code below shows an example of how to instantiate this type.
4302
+ # The values are placeholders you should change.
4303
+ from aws_cdk import aws_omics as omics
4304
+
4305
+ cfn_workflow_version = omics.CfnWorkflowVersion(self, "MyCfnWorkflowVersion",
4306
+ version_name="versionName",
4307
+ workflow_id="workflowId",
4308
+
4309
+ # the properties below are optional
4310
+ accelerators="accelerators",
4311
+ container_registry_map=omics.CfnWorkflowVersion.ContainerRegistryMapProperty(
4312
+ image_mappings=[omics.CfnWorkflowVersion.ImageMappingProperty(
4313
+ destination_image="destinationImage",
4314
+ source_image="sourceImage"
4315
+ )],
4316
+ registry_mappings=[omics.CfnWorkflowVersion.RegistryMappingProperty(
4317
+ ecr_account_id="ecrAccountId",
4318
+ ecr_repository_prefix="ecrRepositoryPrefix",
4319
+ upstream_registry_url="upstreamRegistryUrl",
4320
+ upstream_repository_prefix="upstreamRepositoryPrefix"
4321
+ )]
4322
+ ),
4323
+ container_registry_map_uri="containerRegistryMapUri",
4324
+ definition_repository=omics.CfnWorkflowVersion.DefinitionRepositoryProperty(
4325
+ connection_arn="connectionArn",
4326
+ exclude_file_patterns=["excludeFilePatterns"],
4327
+ full_repository_id="fullRepositoryId",
4328
+ source_reference=omics.CfnWorkflowVersion.SourceReferenceProperty(
4329
+ type="type",
4330
+ value="value"
4331
+ )
4332
+ ),
4333
+ definition_uri="definitionUri",
4334
+ description="description",
4335
+ engine="engine",
4336
+ main="main",
4337
+ parameter_template={
4338
+ "parameter_template_key": omics.CfnWorkflowVersion.WorkflowParameterProperty(
4339
+ description="description",
4340
+ optional=False
4341
+ )
4342
+ },
4343
+ parameter_template_path="parameterTemplatePath",
4344
+ readme_markdown="readmeMarkdown",
4345
+ readme_path="readmePath",
4346
+ readme_uri="readmeUri",
4347
+ storage_capacity=123,
4348
+ storage_type="storageType",
4349
+ tags={
4350
+ "tags_key": "tags"
4351
+ },
4352
+ workflow_bucket_owner_id="workflowBucketOwnerId"
4353
+ )
4354
+ '''
4355
+
4356
+ def __init__(
4357
+ self,
4358
+ scope: _constructs_77d1e7e8.Construct,
4359
+ id: builtins.str,
4360
+ *,
4361
+ version_name: builtins.str,
4362
+ workflow_id: builtins.str,
4363
+ accelerators: typing.Optional[builtins.str] = None,
4364
+ container_registry_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflowVersion.ContainerRegistryMapProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4365
+ container_registry_map_uri: typing.Optional[builtins.str] = None,
4366
+ definition_repository: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflowVersion.DefinitionRepositoryProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4367
+ definition_uri: typing.Optional[builtins.str] = None,
4368
+ description: typing.Optional[builtins.str] = None,
4369
+ engine: typing.Optional[builtins.str] = None,
4370
+ main: typing.Optional[builtins.str] = None,
4371
+ parameter_template: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflowVersion.WorkflowParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
4372
+ parameter_template_path: typing.Optional[builtins.str] = None,
4373
+ readme_markdown: typing.Optional[builtins.str] = None,
4374
+ readme_path: typing.Optional[builtins.str] = None,
4375
+ readme_uri: typing.Optional[builtins.str] = None,
4376
+ storage_capacity: typing.Optional[jsii.Number] = None,
4377
+ storage_type: typing.Optional[builtins.str] = None,
4378
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4379
+ workflow_bucket_owner_id: typing.Optional[builtins.str] = None,
4380
+ ) -> None:
4381
+ '''Create a new ``AWS::Omics::WorkflowVersion``.
4382
+
4383
+ :param scope: Scope in which this resource is defined.
4384
+ :param id: Construct identifier for this resource (unique in its scope).
4385
+ :param version_name: The name of the workflow version.
4386
+ :param workflow_id: The workflow's ID.
4387
+ :param accelerators:
4388
+ :param container_registry_map: Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. For more information, see `Container images <https://docs.aws.amazon.com/omics/latest/dev/workflows-ecr.html>`_ in the *AWS HealthOmics User Guide* .
4389
+ :param container_registry_map_uri:
4390
+ :param definition_repository: Contains information about a source code repository that hosts the workflow definition files.
4391
+ :param definition_uri:
4392
+ :param description: The description of the workflow version.
4393
+ :param engine:
4394
+ :param main:
4395
+ :param parameter_template:
4396
+ :param parameter_template_path: Path to the primary workflow parameter template JSON file inside the repository.
4397
+ :param readme_markdown: The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
4398
+ :param readme_path: The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
4399
+ :param readme_uri: The S3 URI of the README file for the workflow. This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
4400
+ :param storage_capacity:
4401
+ :param storage_type:
4402
+ :param tags: A map of resource tags.
4403
+ :param workflow_bucket_owner_id:
4404
+ '''
4405
+ if __debug__:
4406
+ type_hints = typing.get_type_hints(_typecheckingstub__f9bbd83c3821b6d01e1b0445c2a66c0e7c312d81583ae6cf8dbe78c8d6a4bf99)
4407
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4408
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4409
+ props = CfnWorkflowVersionProps(
4410
+ version_name=version_name,
4411
+ workflow_id=workflow_id,
4412
+ accelerators=accelerators,
4413
+ container_registry_map=container_registry_map,
4414
+ container_registry_map_uri=container_registry_map_uri,
4415
+ definition_repository=definition_repository,
4416
+ definition_uri=definition_uri,
4417
+ description=description,
4418
+ engine=engine,
4419
+ main=main,
4420
+ parameter_template=parameter_template,
4421
+ parameter_template_path=parameter_template_path,
4422
+ readme_markdown=readme_markdown,
4423
+ readme_path=readme_path,
4424
+ readme_uri=readme_uri,
4425
+ storage_capacity=storage_capacity,
4426
+ storage_type=storage_type,
4427
+ tags=tags,
4428
+ workflow_bucket_owner_id=workflow_bucket_owner_id,
4429
+ )
4430
+
4431
+ jsii.create(self.__class__, self, [scope, id, props])
4432
+
4433
+ @jsii.member(jsii_name="inspect")
4434
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4435
+ '''Examines the CloudFormation resource and discloses attributes.
4436
+
4437
+ :param inspector: tree inspector to collect and process attributes.
4438
+ '''
4439
+ if __debug__:
4440
+ type_hints = typing.get_type_hints(_typecheckingstub__1a7de38e00c231b3afd92bbb59cad40657b334333096dde12413f391ade16867)
4441
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
4442
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
4443
+
4444
+ @jsii.member(jsii_name="renderProperties")
4445
+ def _render_properties(
4446
+ self,
4447
+ props: typing.Mapping[builtins.str, typing.Any],
4448
+ ) -> typing.Mapping[builtins.str, typing.Any]:
4449
+ '''
4450
+ :param props: -
4451
+ '''
4452
+ if __debug__:
4453
+ type_hints = typing.get_type_hints(_typecheckingstub__e1461fce0dec6c9339e6bbc0df050886fb1f30852661c80911b28268bdee03c9)
4454
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
4455
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
4456
+
4457
+ @jsii.python.classproperty
4458
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
4459
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
4460
+ '''The CloudFormation resource type name for this resource class.'''
4461
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
4462
+
4463
+ @builtins.property
4464
+ @jsii.member(jsii_name="attrArn")
4465
+ def attr_arn(self) -> builtins.str:
4466
+ '''ARN of the workflow version.
4467
+
4468
+ :cloudformationAttribute: Arn
4469
+ '''
4470
+ return typing.cast(builtins.str, jsii.get(self, "attrArn"))
4471
+
4472
+ @builtins.property
4473
+ @jsii.member(jsii_name="attrCreationTime")
4474
+ def attr_creation_time(self) -> builtins.str:
4475
+ '''The creation time of the workflow version.
4476
+
4477
+ :cloudformationAttribute: CreationTime
4478
+ '''
4479
+ return typing.cast(builtins.str, jsii.get(self, "attrCreationTime"))
4480
+
4481
+ @builtins.property
4482
+ @jsii.member(jsii_name="attrStatus")
4483
+ def attr_status(self) -> builtins.str:
4484
+ '''The status of the workflow version.
4485
+
4486
+ :cloudformationAttribute: Status
4487
+ '''
4488
+ return typing.cast(builtins.str, jsii.get(self, "attrStatus"))
4489
+
4490
+ @builtins.property
4491
+ @jsii.member(jsii_name="attrType")
4492
+ def attr_type(self) -> builtins.str:
4493
+ '''The type of the workflow version.
4494
+
4495
+ :cloudformationAttribute: Type
4496
+ '''
4497
+ return typing.cast(builtins.str, jsii.get(self, "attrType"))
4498
+
4499
+ @builtins.property
4500
+ @jsii.member(jsii_name="attrUuid")
4501
+ def attr_uuid(self) -> builtins.str:
4502
+ '''
4503
+ :cloudformationAttribute: Uuid
4504
+ '''
4505
+ return typing.cast(builtins.str, jsii.get(self, "attrUuid"))
4506
+
4507
+ @builtins.property
4508
+ @jsii.member(jsii_name="cdkTagManager")
4509
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
4510
+ '''Tag Manager which manages the tags for this resource.'''
4511
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
4512
+
4513
+ @builtins.property
4514
+ @jsii.member(jsii_name="cfnProperties")
4515
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4516
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4517
+
4518
+ @builtins.property
4519
+ @jsii.member(jsii_name="workflowVersionRef")
4520
+ def workflow_version_ref(self) -> _WorkflowVersionReference_1d5421a4:
4521
+ '''A reference to a WorkflowVersion resource.'''
4522
+ return typing.cast(_WorkflowVersionReference_1d5421a4, jsii.get(self, "workflowVersionRef"))
4523
+
4524
+ @builtins.property
4525
+ @jsii.member(jsii_name="versionName")
4526
+ def version_name(self) -> builtins.str:
4527
+ '''The name of the workflow version.'''
4528
+ return typing.cast(builtins.str, jsii.get(self, "versionName"))
4529
+
4530
+ @version_name.setter
4531
+ def version_name(self, value: builtins.str) -> None:
4532
+ if __debug__:
4533
+ type_hints = typing.get_type_hints(_typecheckingstub__4a9f5bdcc4a225102f171d30f4738ab832792497c08ecb206114ad57125adf01)
4534
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4535
+ jsii.set(self, "versionName", value) # pyright: ignore[reportArgumentType]
4536
+
4537
+ @builtins.property
4538
+ @jsii.member(jsii_name="workflowId")
4539
+ def workflow_id(self) -> builtins.str:
4540
+ '''The workflow's ID.'''
4541
+ return typing.cast(builtins.str, jsii.get(self, "workflowId"))
4542
+
4543
+ @workflow_id.setter
4544
+ def workflow_id(self, value: builtins.str) -> None:
4545
+ if __debug__:
4546
+ type_hints = typing.get_type_hints(_typecheckingstub__5def0afb0cd8ab9471e48b541cd9dceaeb6826bfe7a8a24d0c36614c73b1a6d6)
4547
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4548
+ jsii.set(self, "workflowId", value) # pyright: ignore[reportArgumentType]
4549
+
4550
+ @builtins.property
4551
+ @jsii.member(jsii_name="accelerators")
4552
+ def accelerators(self) -> typing.Optional[builtins.str]:
4553
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "accelerators"))
4554
+
4555
+ @accelerators.setter
4556
+ def accelerators(self, value: typing.Optional[builtins.str]) -> None:
4557
+ if __debug__:
4558
+ type_hints = typing.get_type_hints(_typecheckingstub__b69952a53a68976751566fbcf17774d0dfa2d7ede106cb440b751f76c7eb99ef)
4559
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4560
+ jsii.set(self, "accelerators", value) # pyright: ignore[reportArgumentType]
4561
+
4562
+ @builtins.property
4563
+ @jsii.member(jsii_name="containerRegistryMap")
4564
+ def container_registry_map(
4565
+ self,
4566
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.ContainerRegistryMapProperty"]]:
4567
+ '''Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.'''
4568
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.ContainerRegistryMapProperty"]], jsii.get(self, "containerRegistryMap"))
4569
+
4570
+ @container_registry_map.setter
4571
+ def container_registry_map(
4572
+ self,
4573
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.ContainerRegistryMapProperty"]],
4574
+ ) -> None:
4575
+ if __debug__:
4576
+ type_hints = typing.get_type_hints(_typecheckingstub__46a9bb90d987260f113e2b2c7bfe0d00e76229ce25afbfccf1a386b82f85e224)
4577
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4578
+ jsii.set(self, "containerRegistryMap", value) # pyright: ignore[reportArgumentType]
4579
+
4580
+ @builtins.property
4581
+ @jsii.member(jsii_name="containerRegistryMapUri")
4582
+ def container_registry_map_uri(self) -> typing.Optional[builtins.str]:
4583
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "containerRegistryMapUri"))
4584
+
4585
+ @container_registry_map_uri.setter
4586
+ def container_registry_map_uri(self, value: typing.Optional[builtins.str]) -> None:
4587
+ if __debug__:
4588
+ type_hints = typing.get_type_hints(_typecheckingstub__65acb20ad98b8b631169a3db99c88bd3662a7e2bd947577b5265d087e4b8362d)
4589
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4590
+ jsii.set(self, "containerRegistryMapUri", value) # pyright: ignore[reportArgumentType]
4591
+
4592
+ @builtins.property
4593
+ @jsii.member(jsii_name="definitionRepository")
4594
+ def definition_repository(
4595
+ self,
4596
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.DefinitionRepositoryProperty"]]:
4597
+ '''Contains information about a source code repository that hosts the workflow definition files.'''
4598
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.DefinitionRepositoryProperty"]], jsii.get(self, "definitionRepository"))
4599
+
4600
+ @definition_repository.setter
4601
+ def definition_repository(
4602
+ self,
4603
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.DefinitionRepositoryProperty"]],
4604
+ ) -> None:
4605
+ if __debug__:
4606
+ type_hints = typing.get_type_hints(_typecheckingstub__76f88fb7dbfba72f92fec4a64878a9e7fdd595353c2e76e5f675a9f318a5b5e6)
4607
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4608
+ jsii.set(self, "definitionRepository", value) # pyright: ignore[reportArgumentType]
4609
+
4610
+ @builtins.property
4611
+ @jsii.member(jsii_name="definitionUri")
4612
+ def definition_uri(self) -> typing.Optional[builtins.str]:
4613
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "definitionUri"))
4614
+
4615
+ @definition_uri.setter
4616
+ def definition_uri(self, value: typing.Optional[builtins.str]) -> None:
4617
+ if __debug__:
4618
+ type_hints = typing.get_type_hints(_typecheckingstub__7a8ff1e5a2ba3fcf1c5fb306e96445a76ec1ac6872615b206206a2a173f64978)
4619
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4620
+ jsii.set(self, "definitionUri", value) # pyright: ignore[reportArgumentType]
4621
+
4622
+ @builtins.property
4623
+ @jsii.member(jsii_name="description")
4624
+ def description(self) -> typing.Optional[builtins.str]:
4625
+ '''The description of the workflow version.'''
4626
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
4627
+
4628
+ @description.setter
4629
+ def description(self, value: typing.Optional[builtins.str]) -> None:
4630
+ if __debug__:
4631
+ type_hints = typing.get_type_hints(_typecheckingstub__d26e61de900859028fd4b5aff7eb7fefa87386da043d620b3407bc69ef3f950b)
4632
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4633
+ jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
4634
+
4635
+ @builtins.property
4636
+ @jsii.member(jsii_name="engine")
4637
+ def engine(self) -> typing.Optional[builtins.str]:
4638
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "engine"))
4639
+
4640
+ @engine.setter
4641
+ def engine(self, value: typing.Optional[builtins.str]) -> None:
4642
+ if __debug__:
4643
+ type_hints = typing.get_type_hints(_typecheckingstub__4ade62566da0dd0e16cdb86d20bb176d8778e02a5223101deea2467f1ee7cadc)
4644
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4645
+ jsii.set(self, "engine", value) # pyright: ignore[reportArgumentType]
4646
+
4647
+ @builtins.property
4648
+ @jsii.member(jsii_name="main")
4649
+ def main(self) -> typing.Optional[builtins.str]:
4650
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "main"))
4651
+
4652
+ @main.setter
4653
+ def main(self, value: typing.Optional[builtins.str]) -> None:
4654
+ if __debug__:
4655
+ type_hints = typing.get_type_hints(_typecheckingstub__bb201e46965fe4b385e0e52f84a505023c34c0c16c33aea7e75a09209c34d1af)
4656
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4657
+ jsii.set(self, "main", value) # pyright: ignore[reportArgumentType]
4658
+
4659
+ @builtins.property
4660
+ @jsii.member(jsii_name="parameterTemplate")
4661
+ def parameter_template(
4662
+ self,
4663
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.WorkflowParameterProperty"]]]]:
4664
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.WorkflowParameterProperty"]]]], jsii.get(self, "parameterTemplate"))
4665
+
4666
+ @parameter_template.setter
4667
+ def parameter_template(
4668
+ self,
4669
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.WorkflowParameterProperty"]]]],
4670
+ ) -> None:
4671
+ if __debug__:
4672
+ type_hints = typing.get_type_hints(_typecheckingstub__909f80095cd6043c196e37a387a0f1f32bfcddcd8f9a81c5e8f5ac8b4874faa9)
4673
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4674
+ jsii.set(self, "parameterTemplate", value) # pyright: ignore[reportArgumentType]
4675
+
4676
+ @builtins.property
4677
+ @jsii.member(jsii_name="parameterTemplatePath")
4678
+ def parameter_template_path(self) -> typing.Optional[builtins.str]:
4679
+ '''Path to the primary workflow parameter template JSON file inside the repository.'''
4680
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "parameterTemplatePath"))
4681
+
4682
+ @parameter_template_path.setter
4683
+ def parameter_template_path(self, value: typing.Optional[builtins.str]) -> None:
4684
+ if __debug__:
4685
+ type_hints = typing.get_type_hints(_typecheckingstub__1012e58717a3baf054312a40aba36847bbd98b702310ea8aff265f26caeab471)
4686
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4687
+ jsii.set(self, "parameterTemplatePath", value) # pyright: ignore[reportArgumentType]
4688
+
4689
+ @builtins.property
4690
+ @jsii.member(jsii_name="readmeMarkdown")
4691
+ def readme_markdown(self) -> typing.Optional[builtins.str]:
4692
+ '''The markdown content for the workflow's README file.'''
4693
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "readmeMarkdown"))
4694
+
4695
+ @readme_markdown.setter
4696
+ def readme_markdown(self, value: typing.Optional[builtins.str]) -> None:
4697
+ if __debug__:
4698
+ type_hints = typing.get_type_hints(_typecheckingstub__3cea66896cfd0dfa12a8b3d0b44794207352c9c78eb70c50e46466b4eea34898)
4699
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4700
+ jsii.set(self, "readmeMarkdown", value) # pyright: ignore[reportArgumentType]
4701
+
4702
+ @builtins.property
4703
+ @jsii.member(jsii_name="readmePath")
4704
+ def readme_path(self) -> typing.Optional[builtins.str]:
4705
+ '''The path to the workflow README markdown file within the repository.'''
4706
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "readmePath"))
4707
+
4708
+ @readme_path.setter
4709
+ def readme_path(self, value: typing.Optional[builtins.str]) -> None:
4710
+ if __debug__:
4711
+ type_hints = typing.get_type_hints(_typecheckingstub__40cad564b15c28b2c112ad54de257f81d4d31fdfe311871657ae5bd714eb9ee6)
4712
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4713
+ jsii.set(self, "readmePath", value) # pyright: ignore[reportArgumentType]
4714
+
4715
+ @builtins.property
4716
+ @jsii.member(jsii_name="readmeUri")
4717
+ def readme_uri(self) -> typing.Optional[builtins.str]:
4718
+ '''The S3 URI of the README file for the workflow.'''
4719
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "readmeUri"))
4720
+
4721
+ @readme_uri.setter
4722
+ def readme_uri(self, value: typing.Optional[builtins.str]) -> None:
4723
+ if __debug__:
4724
+ type_hints = typing.get_type_hints(_typecheckingstub__abe09bb1e32d84773aaf309a744224900a63bf483fa24970e875c0b0a2f1b1cb)
4725
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4726
+ jsii.set(self, "readmeUri", value) # pyright: ignore[reportArgumentType]
4727
+
4728
+ @builtins.property
4729
+ @jsii.member(jsii_name="storageCapacity")
4730
+ def storage_capacity(self) -> typing.Optional[jsii.Number]:
4731
+ return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "storageCapacity"))
4732
+
4733
+ @storage_capacity.setter
4734
+ def storage_capacity(self, value: typing.Optional[jsii.Number]) -> None:
4735
+ if __debug__:
4736
+ type_hints = typing.get_type_hints(_typecheckingstub__ba60096260fa288ca386a5b2841efb8fa9833ea893400efeba006766f392a7b7)
4737
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4738
+ jsii.set(self, "storageCapacity", value) # pyright: ignore[reportArgumentType]
4739
+
4740
+ @builtins.property
4741
+ @jsii.member(jsii_name="storageType")
4742
+ def storage_type(self) -> typing.Optional[builtins.str]:
4743
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "storageType"))
4744
+
4745
+ @storage_type.setter
4746
+ def storage_type(self, value: typing.Optional[builtins.str]) -> None:
4747
+ if __debug__:
4748
+ type_hints = typing.get_type_hints(_typecheckingstub__50ce9715f4efa14e458d6207fae79f6b0ebc36a3bf74435e024116d9f8060ca2)
4749
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4750
+ jsii.set(self, "storageType", value) # pyright: ignore[reportArgumentType]
4751
+
4752
+ @builtins.property
4753
+ @jsii.member(jsii_name="tags")
4754
+ def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
4755
+ '''A map of resource tags.'''
4756
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tags"))
4757
+
4758
+ @tags.setter
4759
+ def tags(
4760
+ self,
4761
+ value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
4762
+ ) -> None:
4763
+ if __debug__:
4764
+ type_hints = typing.get_type_hints(_typecheckingstub__bfbcbf729952f991d2243244c21c373b5bf1a3947ed2973ab1664037cdf636f8)
4765
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4766
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
4767
+
4768
+ @builtins.property
4769
+ @jsii.member(jsii_name="workflowBucketOwnerId")
4770
+ def workflow_bucket_owner_id(self) -> typing.Optional[builtins.str]:
4771
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "workflowBucketOwnerId"))
4772
+
4773
+ @workflow_bucket_owner_id.setter
4774
+ def workflow_bucket_owner_id(self, value: typing.Optional[builtins.str]) -> None:
4775
+ if __debug__:
4776
+ type_hints = typing.get_type_hints(_typecheckingstub__bc6b06c168132bf54bf849b9d49774230af45a049e67f52bc48dd0220c18775d)
4777
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
4778
+ jsii.set(self, "workflowBucketOwnerId", value) # pyright: ignore[reportArgumentType]
4779
+
4780
+ @jsii.data_type(
4781
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflowVersion.ContainerRegistryMapProperty",
4782
+ jsii_struct_bases=[],
4783
+ name_mapping={
4784
+ "image_mappings": "imageMappings",
4785
+ "registry_mappings": "registryMappings",
4786
+ },
4787
+ )
4788
+ class ContainerRegistryMapProperty:
4789
+ def __init__(
4790
+ self,
4791
+ *,
4792
+ image_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflowVersion.ImageMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
4793
+ registry_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflowVersion.RegistryMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
4794
+ ) -> None:
4795
+ '''Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.
4796
+
4797
+ For more information, see `Container images <https://docs.aws.amazon.com/omics/latest/dev/workflows-ecr.html>`_ in the *AWS HealthOmics User Guide* .
4798
+
4799
+ :param image_mappings: Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
4800
+ :param registry_mappings: Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
4801
+
4802
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-containerregistrymap.html
4803
+ :exampleMetadata: fixture=_generated
4804
+
4805
+ Example::
4806
+
4807
+ # The code below shows an example of how to instantiate this type.
4808
+ # The values are placeholders you should change.
4809
+ from aws_cdk import aws_omics as omics
4810
+
4811
+ container_registry_map_property = omics.CfnWorkflowVersion.ContainerRegistryMapProperty(
4812
+ image_mappings=[omics.CfnWorkflowVersion.ImageMappingProperty(
4813
+ destination_image="destinationImage",
4814
+ source_image="sourceImage"
4815
+ )],
4816
+ registry_mappings=[omics.CfnWorkflowVersion.RegistryMappingProperty(
4817
+ ecr_account_id="ecrAccountId",
4818
+ ecr_repository_prefix="ecrRepositoryPrefix",
4819
+ upstream_registry_url="upstreamRegistryUrl",
4820
+ upstream_repository_prefix="upstreamRepositoryPrefix"
4821
+ )]
4822
+ )
4823
+ '''
4824
+ if __debug__:
4825
+ type_hints = typing.get_type_hints(_typecheckingstub__32eb3bf30b3d01f44e56bdf643f62609b8cbc84d473cb19e3564543b645033d4)
4826
+ check_type(argname="argument image_mappings", value=image_mappings, expected_type=type_hints["image_mappings"])
4827
+ check_type(argname="argument registry_mappings", value=registry_mappings, expected_type=type_hints["registry_mappings"])
4828
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
4829
+ if image_mappings is not None:
4830
+ self._values["image_mappings"] = image_mappings
4831
+ if registry_mappings is not None:
4832
+ self._values["registry_mappings"] = registry_mappings
4833
+
4834
+ @builtins.property
4835
+ def image_mappings(
4836
+ self,
4837
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.ImageMappingProperty"]]]]:
4838
+ '''Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
4839
+
4840
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-containerregistrymap.html#cfn-omics-workflowversion-containerregistrymap-imagemappings
4841
+ '''
4842
+ result = self._values.get("image_mappings")
4843
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.ImageMappingProperty"]]]], result)
4844
+
4845
+ @builtins.property
4846
+ def registry_mappings(
4847
+ self,
4848
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.RegistryMappingProperty"]]]]:
4849
+ '''Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
4850
+
4851
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-containerregistrymap.html#cfn-omics-workflowversion-containerregistrymap-registrymappings
4852
+ '''
4853
+ result = self._values.get("registry_mappings")
4854
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.RegistryMappingProperty"]]]], result)
4855
+
4856
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4857
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4858
+
4859
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4860
+ return not (rhs == self)
4861
+
4862
+ def __repr__(self) -> str:
4863
+ return "ContainerRegistryMapProperty(%s)" % ", ".join(
4864
+ k + "=" + repr(v) for k, v in self._values.items()
4865
+ )
4866
+
4867
+ @jsii.data_type(
4868
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflowVersion.DefinitionRepositoryProperty",
4869
+ jsii_struct_bases=[],
4870
+ name_mapping={
4871
+ "connection_arn": "connectionArn",
4872
+ "exclude_file_patterns": "excludeFilePatterns",
4873
+ "full_repository_id": "fullRepositoryId",
4874
+ "source_reference": "sourceReference",
4875
+ },
4876
+ )
4877
+ class DefinitionRepositoryProperty:
4878
+ def __init__(
4879
+ self,
4880
+ *,
4881
+ connection_arn: typing.Optional[builtins.str] = None,
4882
+ exclude_file_patterns: typing.Optional[typing.Sequence[builtins.str]] = None,
4883
+ full_repository_id: typing.Optional[builtins.str] = None,
4884
+ source_reference: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflowVersion.SourceReferenceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4885
+ ) -> None:
4886
+ '''Contains information about a source code repository that hosts the workflow definition files.
4887
+
4888
+ :param connection_arn: The Amazon Resource Name (ARN) of the connection to the source code repository.
4889
+ :param exclude_file_patterns: A list of file patterns to exclude when retrieving the workflow definition from the repository.
4890
+ :param full_repository_id: The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
4891
+ :param source_reference: The source reference for the repository, such as a branch name, tag, or commit ID.
4892
+
4893
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-definitionrepository.html
4894
+ :exampleMetadata: fixture=_generated
4895
+
4896
+ Example::
4897
+
4898
+ # The code below shows an example of how to instantiate this type.
4899
+ # The values are placeholders you should change.
4900
+ from aws_cdk import aws_omics as omics
4901
+
4902
+ definition_repository_property = omics.CfnWorkflowVersion.DefinitionRepositoryProperty(
4903
+ connection_arn="connectionArn",
4904
+ exclude_file_patterns=["excludeFilePatterns"],
4905
+ full_repository_id="fullRepositoryId",
4906
+ source_reference=omics.CfnWorkflowVersion.SourceReferenceProperty(
4907
+ type="type",
4908
+ value="value"
4909
+ )
4910
+ )
4911
+ '''
4912
+ if __debug__:
4913
+ type_hints = typing.get_type_hints(_typecheckingstub__e0748aa0fb5a9a9d624696b0fc54ab2faf0941992918eb234ba6c3bb4a47aef5)
4914
+ check_type(argname="argument connection_arn", value=connection_arn, expected_type=type_hints["connection_arn"])
4915
+ check_type(argname="argument exclude_file_patterns", value=exclude_file_patterns, expected_type=type_hints["exclude_file_patterns"])
4916
+ check_type(argname="argument full_repository_id", value=full_repository_id, expected_type=type_hints["full_repository_id"])
4917
+ check_type(argname="argument source_reference", value=source_reference, expected_type=type_hints["source_reference"])
4918
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
4919
+ if connection_arn is not None:
4920
+ self._values["connection_arn"] = connection_arn
4921
+ if exclude_file_patterns is not None:
4922
+ self._values["exclude_file_patterns"] = exclude_file_patterns
4923
+ if full_repository_id is not None:
4924
+ self._values["full_repository_id"] = full_repository_id
4925
+ if source_reference is not None:
4926
+ self._values["source_reference"] = source_reference
4927
+
4928
+ @builtins.property
4929
+ def connection_arn(self) -> typing.Optional[builtins.str]:
4930
+ '''The Amazon Resource Name (ARN) of the connection to the source code repository.
4931
+
4932
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-definitionrepository.html#cfn-omics-workflowversion-definitionrepository-connectionarn
4933
+ '''
4934
+ result = self._values.get("connection_arn")
4935
+ return typing.cast(typing.Optional[builtins.str], result)
4936
+
4937
+ @builtins.property
4938
+ def exclude_file_patterns(self) -> typing.Optional[typing.List[builtins.str]]:
4939
+ '''A list of file patterns to exclude when retrieving the workflow definition from the repository.
4940
+
4941
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-definitionrepository.html#cfn-omics-workflowversion-definitionrepository-excludefilepatterns
4942
+ '''
4943
+ result = self._values.get("exclude_file_patterns")
4944
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
4945
+
4946
+ @builtins.property
4947
+ def full_repository_id(self) -> typing.Optional[builtins.str]:
4948
+ '''The full repository identifier, including the repository owner and name.
4949
+
4950
+ For example, 'repository-owner/repository-name'.
4951
+
4952
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-definitionrepository.html#cfn-omics-workflowversion-definitionrepository-fullrepositoryid
4953
+ '''
4954
+ result = self._values.get("full_repository_id")
4955
+ return typing.cast(typing.Optional[builtins.str], result)
4956
+
4957
+ @builtins.property
4958
+ def source_reference(
4959
+ self,
4960
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.SourceReferenceProperty"]]:
4961
+ '''The source reference for the repository, such as a branch name, tag, or commit ID.
4962
+
4963
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-definitionrepository.html#cfn-omics-workflowversion-definitionrepository-sourcereference
4964
+ '''
4965
+ result = self._values.get("source_reference")
4966
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.SourceReferenceProperty"]], result)
4967
+
4968
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4969
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4970
+
4971
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4972
+ return not (rhs == self)
4973
+
4974
+ def __repr__(self) -> str:
4975
+ return "DefinitionRepositoryProperty(%s)" % ", ".join(
4976
+ k + "=" + repr(v) for k, v in self._values.items()
4977
+ )
4978
+
4979
+ @jsii.data_type(
4980
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflowVersion.ImageMappingProperty",
4981
+ jsii_struct_bases=[],
4982
+ name_mapping={
4983
+ "destination_image": "destinationImage",
4984
+ "source_image": "sourceImage",
4985
+ },
4986
+ )
4987
+ class ImageMappingProperty:
4988
+ def __init__(
4989
+ self,
4990
+ *,
4991
+ destination_image: typing.Optional[builtins.str] = None,
4992
+ source_image: typing.Optional[builtins.str] = None,
4993
+ ) -> None:
4994
+ '''Specifies image mappings that workflow tasks can use.
4995
+
4996
+ For example, you can replace all the task references of a public image to use an equivalent image in your private ECR repository. You can use image mappings with upstream registries that don't support pull through cache. You need to manually synchronize the upstream registry with your private repository.
4997
+
4998
+ :param destination_image: Specifies the URI of the corresponding image in the private ECR registry.
4999
+ :param source_image: Specifies the URI of the source image in the upstream registry.
5000
+
5001
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-imagemapping.html
5002
+ :exampleMetadata: fixture=_generated
5003
+
5004
+ Example::
5005
+
5006
+ # The code below shows an example of how to instantiate this type.
5007
+ # The values are placeholders you should change.
5008
+ from aws_cdk import aws_omics as omics
5009
+
5010
+ image_mapping_property = omics.CfnWorkflowVersion.ImageMappingProperty(
5011
+ destination_image="destinationImage",
5012
+ source_image="sourceImage"
5013
+ )
5014
+ '''
5015
+ if __debug__:
5016
+ type_hints = typing.get_type_hints(_typecheckingstub__421f9ca400f5d5d6c3aa9a53dbe35757f3408b2b30be15794288deb51c48b293)
5017
+ check_type(argname="argument destination_image", value=destination_image, expected_type=type_hints["destination_image"])
5018
+ check_type(argname="argument source_image", value=source_image, expected_type=type_hints["source_image"])
5019
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
5020
+ if destination_image is not None:
5021
+ self._values["destination_image"] = destination_image
5022
+ if source_image is not None:
5023
+ self._values["source_image"] = source_image
5024
+
5025
+ @builtins.property
5026
+ def destination_image(self) -> typing.Optional[builtins.str]:
5027
+ '''Specifies the URI of the corresponding image in the private ECR registry.
5028
+
5029
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-imagemapping.html#cfn-omics-workflowversion-imagemapping-destinationimage
5030
+ '''
5031
+ result = self._values.get("destination_image")
5032
+ return typing.cast(typing.Optional[builtins.str], result)
5033
+
5034
+ @builtins.property
5035
+ def source_image(self) -> typing.Optional[builtins.str]:
5036
+ '''Specifies the URI of the source image in the upstream registry.
5037
+
5038
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-imagemapping.html#cfn-omics-workflowversion-imagemapping-sourceimage
5039
+ '''
5040
+ result = self._values.get("source_image")
5041
+ return typing.cast(typing.Optional[builtins.str], result)
5042
+
5043
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
5044
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
5045
+
5046
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
5047
+ return not (rhs == self)
5048
+
5049
+ def __repr__(self) -> str:
5050
+ return "ImageMappingProperty(%s)" % ", ".join(
5051
+ k + "=" + repr(v) for k, v in self._values.items()
5052
+ )
5053
+
5054
+ @jsii.data_type(
5055
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflowVersion.RegistryMappingProperty",
5056
+ jsii_struct_bases=[],
5057
+ name_mapping={
5058
+ "ecr_account_id": "ecrAccountId",
5059
+ "ecr_repository_prefix": "ecrRepositoryPrefix",
5060
+ "upstream_registry_url": "upstreamRegistryUrl",
5061
+ "upstream_repository_prefix": "upstreamRepositoryPrefix",
5062
+ },
5063
+ )
5064
+ class RegistryMappingProperty:
5065
+ def __init__(
5066
+ self,
5067
+ *,
5068
+ ecr_account_id: typing.Optional[builtins.str] = None,
5069
+ ecr_repository_prefix: typing.Optional[builtins.str] = None,
5070
+ upstream_registry_url: typing.Optional[builtins.str] = None,
5071
+ upstream_repository_prefix: typing.Optional[builtins.str] = None,
5072
+ ) -> None:
5073
+ '''If you are using the ECR pull through cache feature, the registry mapping maps between the ECR repository and the upstream registry where container images are pulled and synchronized.
5074
+
5075
+ :param ecr_account_id: Account ID of the account that owns the upstream container image.
5076
+ :param ecr_repository_prefix: The repository prefix to use in the ECR private repository.
5077
+ :param upstream_registry_url: The URI of the upstream registry.
5078
+ :param upstream_repository_prefix: The repository prefix of the corresponding repository in the upstream registry.
5079
+
5080
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-registrymapping.html
5081
+ :exampleMetadata: fixture=_generated
5082
+
5083
+ Example::
5084
+
5085
+ # The code below shows an example of how to instantiate this type.
5086
+ # The values are placeholders you should change.
5087
+ from aws_cdk import aws_omics as omics
5088
+
5089
+ registry_mapping_property = omics.CfnWorkflowVersion.RegistryMappingProperty(
5090
+ ecr_account_id="ecrAccountId",
5091
+ ecr_repository_prefix="ecrRepositoryPrefix",
5092
+ upstream_registry_url="upstreamRegistryUrl",
5093
+ upstream_repository_prefix="upstreamRepositoryPrefix"
5094
+ )
5095
+ '''
5096
+ if __debug__:
5097
+ type_hints = typing.get_type_hints(_typecheckingstub__9eab95380e8258bf7a10a1ed8080d039134ac7daf1f5f0c979d28cb4f5c4f426)
5098
+ check_type(argname="argument ecr_account_id", value=ecr_account_id, expected_type=type_hints["ecr_account_id"])
5099
+ check_type(argname="argument ecr_repository_prefix", value=ecr_repository_prefix, expected_type=type_hints["ecr_repository_prefix"])
5100
+ check_type(argname="argument upstream_registry_url", value=upstream_registry_url, expected_type=type_hints["upstream_registry_url"])
5101
+ check_type(argname="argument upstream_repository_prefix", value=upstream_repository_prefix, expected_type=type_hints["upstream_repository_prefix"])
5102
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
5103
+ if ecr_account_id is not None:
5104
+ self._values["ecr_account_id"] = ecr_account_id
5105
+ if ecr_repository_prefix is not None:
5106
+ self._values["ecr_repository_prefix"] = ecr_repository_prefix
5107
+ if upstream_registry_url is not None:
5108
+ self._values["upstream_registry_url"] = upstream_registry_url
5109
+ if upstream_repository_prefix is not None:
5110
+ self._values["upstream_repository_prefix"] = upstream_repository_prefix
5111
+
5112
+ @builtins.property
5113
+ def ecr_account_id(self) -> typing.Optional[builtins.str]:
5114
+ '''Account ID of the account that owns the upstream container image.
5115
+
5116
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-registrymapping.html#cfn-omics-workflowversion-registrymapping-ecraccountid
5117
+ '''
5118
+ result = self._values.get("ecr_account_id")
5119
+ return typing.cast(typing.Optional[builtins.str], result)
5120
+
5121
+ @builtins.property
5122
+ def ecr_repository_prefix(self) -> typing.Optional[builtins.str]:
5123
+ '''The repository prefix to use in the ECR private repository.
5124
+
5125
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-registrymapping.html#cfn-omics-workflowversion-registrymapping-ecrrepositoryprefix
5126
+ '''
5127
+ result = self._values.get("ecr_repository_prefix")
5128
+ return typing.cast(typing.Optional[builtins.str], result)
5129
+
5130
+ @builtins.property
5131
+ def upstream_registry_url(self) -> typing.Optional[builtins.str]:
5132
+ '''The URI of the upstream registry.
5133
+
5134
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-registrymapping.html#cfn-omics-workflowversion-registrymapping-upstreamregistryurl
5135
+ '''
5136
+ result = self._values.get("upstream_registry_url")
5137
+ return typing.cast(typing.Optional[builtins.str], result)
5138
+
5139
+ @builtins.property
5140
+ def upstream_repository_prefix(self) -> typing.Optional[builtins.str]:
5141
+ '''The repository prefix of the corresponding repository in the upstream registry.
5142
+
5143
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-registrymapping.html#cfn-omics-workflowversion-registrymapping-upstreamrepositoryprefix
5144
+ '''
5145
+ result = self._values.get("upstream_repository_prefix")
5146
+ return typing.cast(typing.Optional[builtins.str], result)
5147
+
5148
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
5149
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
5150
+
5151
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
5152
+ return not (rhs == self)
5153
+
5154
+ def __repr__(self) -> str:
5155
+ return "RegistryMappingProperty(%s)" % ", ".join(
5156
+ k + "=" + repr(v) for k, v in self._values.items()
5157
+ )
5158
+
5159
+ @jsii.data_type(
5160
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflowVersion.SourceReferenceProperty",
5161
+ jsii_struct_bases=[],
5162
+ name_mapping={"type": "type", "value": "value"},
5163
+ )
5164
+ class SourceReferenceProperty:
5165
+ def __init__(
5166
+ self,
5167
+ *,
5168
+ type: typing.Optional[builtins.str] = None,
5169
+ value: typing.Optional[builtins.str] = None,
5170
+ ) -> None:
5171
+ '''Contains information about the source reference in a code repository, such as a branch, tag, or commit.
5172
+
5173
+ :param type: The type of source reference, such as branch, tag, or commit.
5174
+ :param value: The value of the source reference, such as the branch name, tag name, or commit ID.
5175
+
5176
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-sourcereference.html
5177
+ :exampleMetadata: fixture=_generated
5178
+
5179
+ Example::
5180
+
5181
+ # The code below shows an example of how to instantiate this type.
5182
+ # The values are placeholders you should change.
5183
+ from aws_cdk import aws_omics as omics
5184
+
5185
+ source_reference_property = omics.CfnWorkflowVersion.SourceReferenceProperty(
5186
+ type="type",
5187
+ value="value"
5188
+ )
5189
+ '''
5190
+ if __debug__:
5191
+ type_hints = typing.get_type_hints(_typecheckingstub__bd0032779911f1051b3896f001118256f2cbf0d060b22c10b5fdeb3b3e488c73)
5192
+ check_type(argname="argument type", value=type, expected_type=type_hints["type"])
5193
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5194
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
5195
+ if type is not None:
5196
+ self._values["type"] = type
5197
+ if value is not None:
5198
+ self._values["value"] = value
5199
+
5200
+ @builtins.property
5201
+ def type(self) -> typing.Optional[builtins.str]:
5202
+ '''The type of source reference, such as branch, tag, or commit.
5203
+
5204
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-sourcereference.html#cfn-omics-workflowversion-sourcereference-type
5205
+ '''
5206
+ result = self._values.get("type")
5207
+ return typing.cast(typing.Optional[builtins.str], result)
5208
+
5209
+ @builtins.property
5210
+ def value(self) -> typing.Optional[builtins.str]:
5211
+ '''The value of the source reference, such as the branch name, tag name, or commit ID.
5212
+
5213
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-sourcereference.html#cfn-omics-workflowversion-sourcereference-value
5214
+ '''
5215
+ result = self._values.get("value")
5216
+ return typing.cast(typing.Optional[builtins.str], result)
5217
+
5218
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
5219
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
5220
+
5221
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
5222
+ return not (rhs == self)
5223
+
5224
+ def __repr__(self) -> str:
5225
+ return "SourceReferenceProperty(%s)" % ", ".join(
5226
+ k + "=" + repr(v) for k, v in self._values.items()
5227
+ )
5228
+
5229
+ @jsii.data_type(
5230
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflowVersion.WorkflowParameterProperty",
5231
+ jsii_struct_bases=[],
5232
+ name_mapping={"description": "description", "optional": "optional"},
5233
+ )
5234
+ class WorkflowParameterProperty:
5235
+ def __init__(
5236
+ self,
5237
+ *,
5238
+ description: typing.Optional[builtins.str] = None,
5239
+ optional: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
5240
+ ) -> None:
5241
+ '''A workflow parameter.
5242
+
5243
+ :param description: The parameter's description.
5244
+ :param optional: Whether the parameter is optional.
5245
+
5246
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-workflowparameter.html
5247
+ :exampleMetadata: fixture=_generated
5248
+
5249
+ Example::
5250
+
5251
+ # The code below shows an example of how to instantiate this type.
5252
+ # The values are placeholders you should change.
5253
+ from aws_cdk import aws_omics as omics
5254
+
5255
+ workflow_parameter_property = omics.CfnWorkflowVersion.WorkflowParameterProperty(
5256
+ description="description",
5257
+ optional=False
5258
+ )
5259
+ '''
5260
+ if __debug__:
5261
+ type_hints = typing.get_type_hints(_typecheckingstub__3d434101b6df92e22ac3acf923cd7bb4105c1a82dad119b383839a4f14189485)
5262
+ check_type(argname="argument description", value=description, expected_type=type_hints["description"])
5263
+ check_type(argname="argument optional", value=optional, expected_type=type_hints["optional"])
5264
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
5265
+ if description is not None:
5266
+ self._values["description"] = description
5267
+ if optional is not None:
5268
+ self._values["optional"] = optional
5269
+
5270
+ @builtins.property
5271
+ def description(self) -> typing.Optional[builtins.str]:
5272
+ '''The parameter's description.
5273
+
5274
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-workflowparameter.html#cfn-omics-workflowversion-workflowparameter-description
5275
+ '''
5276
+ result = self._values.get("description")
5277
+ return typing.cast(typing.Optional[builtins.str], result)
5278
+
5279
+ @builtins.property
5280
+ def optional(
5281
+ self,
5282
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
5283
+ '''Whether the parameter is optional.
5284
+
5285
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-workflowparameter.html#cfn-omics-workflowversion-workflowparameter-optional
5286
+ '''
5287
+ result = self._values.get("optional")
5288
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
5289
+
5290
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
5291
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
5292
+
5293
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
5294
+ return not (rhs == self)
5295
+
5296
+ def __repr__(self) -> str:
5297
+ return "WorkflowParameterProperty(%s)" % ", ".join(
5298
+ k + "=" + repr(v) for k, v in self._values.items()
5299
+ )
5300
+
5301
+
5302
+ @jsii.data_type(
5303
+ jsii_type="aws-cdk-lib.aws_omics.CfnWorkflowVersionProps",
5304
+ jsii_struct_bases=[],
5305
+ name_mapping={
5306
+ "version_name": "versionName",
5307
+ "workflow_id": "workflowId",
5308
+ "accelerators": "accelerators",
5309
+ "container_registry_map": "containerRegistryMap",
5310
+ "container_registry_map_uri": "containerRegistryMapUri",
5311
+ "definition_repository": "definitionRepository",
5312
+ "definition_uri": "definitionUri",
5313
+ "description": "description",
5314
+ "engine": "engine",
5315
+ "main": "main",
5316
+ "parameter_template": "parameterTemplate",
5317
+ "parameter_template_path": "parameterTemplatePath",
5318
+ "readme_markdown": "readmeMarkdown",
5319
+ "readme_path": "readmePath",
5320
+ "readme_uri": "readmeUri",
5321
+ "storage_capacity": "storageCapacity",
5322
+ "storage_type": "storageType",
5323
+ "tags": "tags",
5324
+ "workflow_bucket_owner_id": "workflowBucketOwnerId",
5325
+ },
5326
+ )
5327
+ class CfnWorkflowVersionProps:
5328
+ def __init__(
5329
+ self,
5330
+ *,
5331
+ version_name: builtins.str,
5332
+ workflow_id: builtins.str,
5333
+ accelerators: typing.Optional[builtins.str] = None,
5334
+ container_registry_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflowVersion.ContainerRegistryMapProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5335
+ container_registry_map_uri: typing.Optional[builtins.str] = None,
5336
+ definition_repository: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflowVersion.DefinitionRepositoryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5337
+ definition_uri: typing.Optional[builtins.str] = None,
5338
+ description: typing.Optional[builtins.str] = None,
5339
+ engine: typing.Optional[builtins.str] = None,
5340
+ main: typing.Optional[builtins.str] = None,
5341
+ parameter_template: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflowVersion.WorkflowParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
5342
+ parameter_template_path: typing.Optional[builtins.str] = None,
5343
+ readme_markdown: typing.Optional[builtins.str] = None,
5344
+ readme_path: typing.Optional[builtins.str] = None,
5345
+ readme_uri: typing.Optional[builtins.str] = None,
5346
+ storage_capacity: typing.Optional[jsii.Number] = None,
5347
+ storage_type: typing.Optional[builtins.str] = None,
5348
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5349
+ workflow_bucket_owner_id: typing.Optional[builtins.str] = None,
5350
+ ) -> None:
5351
+ '''Properties for defining a ``CfnWorkflowVersion``.
5352
+
5353
+ :param version_name: The name of the workflow version.
5354
+ :param workflow_id: The workflow's ID.
5355
+ :param accelerators:
5356
+ :param container_registry_map: Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. For more information, see `Container images <https://docs.aws.amazon.com/omics/latest/dev/workflows-ecr.html>`_ in the *AWS HealthOmics User Guide* .
5357
+ :param container_registry_map_uri:
5358
+ :param definition_repository: Contains information about a source code repository that hosts the workflow definition files.
5359
+ :param definition_uri:
5360
+ :param description: The description of the workflow version.
5361
+ :param engine:
5362
+ :param main:
5363
+ :param parameter_template:
5364
+ :param parameter_template_path: Path to the primary workflow parameter template JSON file inside the repository.
5365
+ :param readme_markdown: The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
5366
+ :param readme_path: The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
5367
+ :param readme_uri: The S3 URI of the README file for the workflow. This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
5368
+ :param storage_capacity:
5369
+ :param storage_type:
5370
+ :param tags: A map of resource tags.
5371
+ :param workflow_bucket_owner_id:
5372
+
5373
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html
5374
+ :exampleMetadata: fixture=_generated
5375
+
5376
+ Example::
5377
+
5378
+ # The code below shows an example of how to instantiate this type.
5379
+ # The values are placeholders you should change.
5380
+ from aws_cdk import aws_omics as omics
5381
+
5382
+ cfn_workflow_version_props = omics.CfnWorkflowVersionProps(
5383
+ version_name="versionName",
5384
+ workflow_id="workflowId",
5385
+
5386
+ # the properties below are optional
5387
+ accelerators="accelerators",
5388
+ container_registry_map=omics.CfnWorkflowVersion.ContainerRegistryMapProperty(
5389
+ image_mappings=[omics.CfnWorkflowVersion.ImageMappingProperty(
5390
+ destination_image="destinationImage",
5391
+ source_image="sourceImage"
5392
+ )],
5393
+ registry_mappings=[omics.CfnWorkflowVersion.RegistryMappingProperty(
5394
+ ecr_account_id="ecrAccountId",
5395
+ ecr_repository_prefix="ecrRepositoryPrefix",
5396
+ upstream_registry_url="upstreamRegistryUrl",
5397
+ upstream_repository_prefix="upstreamRepositoryPrefix"
5398
+ )]
5399
+ ),
5400
+ container_registry_map_uri="containerRegistryMapUri",
5401
+ definition_repository=omics.CfnWorkflowVersion.DefinitionRepositoryProperty(
5402
+ connection_arn="connectionArn",
5403
+ exclude_file_patterns=["excludeFilePatterns"],
5404
+ full_repository_id="fullRepositoryId",
5405
+ source_reference=omics.CfnWorkflowVersion.SourceReferenceProperty(
5406
+ type="type",
5407
+ value="value"
5408
+ )
5409
+ ),
5410
+ definition_uri="definitionUri",
5411
+ description="description",
5412
+ engine="engine",
5413
+ main="main",
5414
+ parameter_template={
5415
+ "parameter_template_key": omics.CfnWorkflowVersion.WorkflowParameterProperty(
5416
+ description="description",
5417
+ optional=False
5418
+ )
5419
+ },
5420
+ parameter_template_path="parameterTemplatePath",
5421
+ readme_markdown="readmeMarkdown",
5422
+ readme_path="readmePath",
5423
+ readme_uri="readmeUri",
5424
+ storage_capacity=123,
5425
+ storage_type="storageType",
5426
+ tags={
5427
+ "tags_key": "tags"
5428
+ },
5429
+ workflow_bucket_owner_id="workflowBucketOwnerId"
5430
+ )
5431
+ '''
5432
+ if __debug__:
5433
+ type_hints = typing.get_type_hints(_typecheckingstub__32259ddc7b7d888918efaf09deb63ba780f3721ec1da9ea606ed8100a4b9fb3e)
5434
+ check_type(argname="argument version_name", value=version_name, expected_type=type_hints["version_name"])
5435
+ check_type(argname="argument workflow_id", value=workflow_id, expected_type=type_hints["workflow_id"])
5436
+ check_type(argname="argument accelerators", value=accelerators, expected_type=type_hints["accelerators"])
5437
+ check_type(argname="argument container_registry_map", value=container_registry_map, expected_type=type_hints["container_registry_map"])
5438
+ check_type(argname="argument container_registry_map_uri", value=container_registry_map_uri, expected_type=type_hints["container_registry_map_uri"])
5439
+ check_type(argname="argument definition_repository", value=definition_repository, expected_type=type_hints["definition_repository"])
5440
+ check_type(argname="argument definition_uri", value=definition_uri, expected_type=type_hints["definition_uri"])
3152
5441
  check_type(argname="argument description", value=description, expected_type=type_hints["description"])
3153
5442
  check_type(argname="argument engine", value=engine, expected_type=type_hints["engine"])
3154
5443
  check_type(argname="argument main", value=main, expected_type=type_hints["main"])
3155
- check_type(argname="argument name", value=name, expected_type=type_hints["name"])
3156
5444
  check_type(argname="argument parameter_template", value=parameter_template, expected_type=type_hints["parameter_template"])
5445
+ check_type(argname="argument parameter_template_path", value=parameter_template_path, expected_type=type_hints["parameter_template_path"])
5446
+ check_type(argname="argument readme_markdown", value=readme_markdown, expected_type=type_hints["readme_markdown"])
5447
+ check_type(argname="argument readme_path", value=readme_path, expected_type=type_hints["readme_path"])
5448
+ check_type(argname="argument readme_uri", value=readme_uri, expected_type=type_hints["readme_uri"])
3157
5449
  check_type(argname="argument storage_capacity", value=storage_capacity, expected_type=type_hints["storage_capacity"])
5450
+ check_type(argname="argument storage_type", value=storage_type, expected_type=type_hints["storage_type"])
3158
5451
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
3159
- self._values: typing.Dict[builtins.str, typing.Any] = {}
5452
+ check_type(argname="argument workflow_bucket_owner_id", value=workflow_bucket_owner_id, expected_type=type_hints["workflow_bucket_owner_id"])
5453
+ self._values: typing.Dict[builtins.str, typing.Any] = {
5454
+ "version_name": version_name,
5455
+ "workflow_id": workflow_id,
5456
+ }
3160
5457
  if accelerators is not None:
3161
5458
  self._values["accelerators"] = accelerators
5459
+ if container_registry_map is not None:
5460
+ self._values["container_registry_map"] = container_registry_map
5461
+ if container_registry_map_uri is not None:
5462
+ self._values["container_registry_map_uri"] = container_registry_map_uri
5463
+ if definition_repository is not None:
5464
+ self._values["definition_repository"] = definition_repository
3162
5465
  if definition_uri is not None:
3163
5466
  self._values["definition_uri"] = definition_uri
3164
5467
  if description is not None:
@@ -3167,97 +5470,203 @@ class CfnWorkflowProps:
3167
5470
  self._values["engine"] = engine
3168
5471
  if main is not None:
3169
5472
  self._values["main"] = main
3170
- if name is not None:
3171
- self._values["name"] = name
3172
5473
  if parameter_template is not None:
3173
5474
  self._values["parameter_template"] = parameter_template
5475
+ if parameter_template_path is not None:
5476
+ self._values["parameter_template_path"] = parameter_template_path
5477
+ if readme_markdown is not None:
5478
+ self._values["readme_markdown"] = readme_markdown
5479
+ if readme_path is not None:
5480
+ self._values["readme_path"] = readme_path
5481
+ if readme_uri is not None:
5482
+ self._values["readme_uri"] = readme_uri
3174
5483
  if storage_capacity is not None:
3175
5484
  self._values["storage_capacity"] = storage_capacity
5485
+ if storage_type is not None:
5486
+ self._values["storage_type"] = storage_type
3176
5487
  if tags is not None:
3177
5488
  self._values["tags"] = tags
5489
+ if workflow_bucket_owner_id is not None:
5490
+ self._values["workflow_bucket_owner_id"] = workflow_bucket_owner_id
5491
+
5492
+ @builtins.property
5493
+ def version_name(self) -> builtins.str:
5494
+ '''The name of the workflow version.
5495
+
5496
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-versionname
5497
+ '''
5498
+ result = self._values.get("version_name")
5499
+ assert result is not None, "Required property 'version_name' is missing"
5500
+ return typing.cast(builtins.str, result)
5501
+
5502
+ @builtins.property
5503
+ def workflow_id(self) -> builtins.str:
5504
+ '''The workflow's ID.
5505
+
5506
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-workflowid
5507
+ '''
5508
+ result = self._values.get("workflow_id")
5509
+ assert result is not None, "Required property 'workflow_id' is missing"
5510
+ return typing.cast(builtins.str, result)
3178
5511
 
3179
5512
  @builtins.property
3180
5513
  def accelerators(self) -> typing.Optional[builtins.str]:
3181
5514
  '''
3182
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-accelerators
5515
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-accelerators
3183
5516
  '''
3184
5517
  result = self._values.get("accelerators")
3185
5518
  return typing.cast(typing.Optional[builtins.str], result)
3186
5519
 
3187
5520
  @builtins.property
3188
- def definition_uri(self) -> typing.Optional[builtins.str]:
3189
- '''The URI of a definition for the workflow.
5521
+ def container_registry_map(
5522
+ self,
5523
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkflowVersion.ContainerRegistryMapProperty]]:
5524
+ '''Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.
3190
5525
 
3191
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-definitionuri
5526
+ For more information, see `Container images <https://docs.aws.amazon.com/omics/latest/dev/workflows-ecr.html>`_ in the *AWS HealthOmics User Guide* .
5527
+
5528
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-containerregistrymap
5529
+ '''
5530
+ result = self._values.get("container_registry_map")
5531
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkflowVersion.ContainerRegistryMapProperty]], result)
5532
+
5533
+ @builtins.property
5534
+ def container_registry_map_uri(self) -> typing.Optional[builtins.str]:
5535
+ '''
5536
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-containerregistrymapuri
5537
+ '''
5538
+ result = self._values.get("container_registry_map_uri")
5539
+ return typing.cast(typing.Optional[builtins.str], result)
5540
+
5541
+ @builtins.property
5542
+ def definition_repository(
5543
+ self,
5544
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkflowVersion.DefinitionRepositoryProperty]]:
5545
+ '''Contains information about a source code repository that hosts the workflow definition files.
5546
+
5547
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-definitionrepository
5548
+ '''
5549
+ result = self._values.get("definition_repository")
5550
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkflowVersion.DefinitionRepositoryProperty]], result)
5551
+
5552
+ @builtins.property
5553
+ def definition_uri(self) -> typing.Optional[builtins.str]:
5554
+ '''
5555
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-definitionuri
3192
5556
  '''
3193
5557
  result = self._values.get("definition_uri")
3194
5558
  return typing.cast(typing.Optional[builtins.str], result)
3195
5559
 
3196
5560
  @builtins.property
3197
5561
  def description(self) -> typing.Optional[builtins.str]:
3198
- '''The parameter's description.
5562
+ '''The description of the workflow version.
3199
5563
 
3200
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-description
5564
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-description
3201
5565
  '''
3202
5566
  result = self._values.get("description")
3203
5567
  return typing.cast(typing.Optional[builtins.str], result)
3204
5568
 
3205
5569
  @builtins.property
3206
5570
  def engine(self) -> typing.Optional[builtins.str]:
3207
- '''An engine for the workflow.
3208
-
3209
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-engine
5571
+ '''
5572
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-engine
3210
5573
  '''
3211
5574
  result = self._values.get("engine")
3212
5575
  return typing.cast(typing.Optional[builtins.str], result)
3213
5576
 
3214
5577
  @builtins.property
3215
5578
  def main(self) -> typing.Optional[builtins.str]:
3216
- '''The path of the main definition file for the workflow.
3217
-
3218
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-main
5579
+ '''
5580
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-main
3219
5581
  '''
3220
5582
  result = self._values.get("main")
3221
5583
  return typing.cast(typing.Optional[builtins.str], result)
3222
5584
 
3223
5585
  @builtins.property
3224
- def name(self) -> typing.Optional[builtins.str]:
3225
- '''The workflow's name.
5586
+ def parameter_template(
5587
+ self,
5588
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnWorkflowVersion.WorkflowParameterProperty]]]]:
5589
+ '''
5590
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-parametertemplate
5591
+ '''
5592
+ result = self._values.get("parameter_template")
5593
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnWorkflowVersion.WorkflowParameterProperty]]]], result)
3226
5594
 
3227
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-name
5595
+ @builtins.property
5596
+ def parameter_template_path(self) -> typing.Optional[builtins.str]:
5597
+ '''Path to the primary workflow parameter template JSON file inside the repository.
5598
+
5599
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-parametertemplatepath
3228
5600
  '''
3229
- result = self._values.get("name")
5601
+ result = self._values.get("parameter_template_path")
3230
5602
  return typing.cast(typing.Optional[builtins.str], result)
3231
5603
 
3232
5604
  @builtins.property
3233
- def parameter_template(
3234
- self,
3235
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnWorkflow.WorkflowParameterProperty]]]]:
3236
- '''The workflow's parameter template.
5605
+ def readme_markdown(self) -> typing.Optional[builtins.str]:
5606
+ '''The markdown content for the workflow's README file.
3237
5607
 
3238
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-parametertemplate
5608
+ This provides documentation and usage information for users of the workflow.
5609
+
5610
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-readmemarkdown
3239
5611
  '''
3240
- result = self._values.get("parameter_template")
3241
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnWorkflow.WorkflowParameterProperty]]]], result)
5612
+ result = self._values.get("readme_markdown")
5613
+ return typing.cast(typing.Optional[builtins.str], result)
3242
5614
 
3243
5615
  @builtins.property
3244
- def storage_capacity(self) -> typing.Optional[jsii.Number]:
3245
- '''The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.
5616
+ def readme_path(self) -> typing.Optional[builtins.str]:
5617
+ '''The path to the workflow README markdown file within the repository.
3246
5618
 
3247
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-storagecapacity
5619
+ This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
5620
+
5621
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-readmepath
5622
+ '''
5623
+ result = self._values.get("readme_path")
5624
+ return typing.cast(typing.Optional[builtins.str], result)
5625
+
5626
+ @builtins.property
5627
+ def readme_uri(self) -> typing.Optional[builtins.str]:
5628
+ '''The S3 URI of the README file for the workflow.
5629
+
5630
+ This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
5631
+
5632
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-readmeuri
5633
+ '''
5634
+ result = self._values.get("readme_uri")
5635
+ return typing.cast(typing.Optional[builtins.str], result)
5636
+
5637
+ @builtins.property
5638
+ def storage_capacity(self) -> typing.Optional[jsii.Number]:
5639
+ '''
5640
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-storagecapacity
3248
5641
  '''
3249
5642
  result = self._values.get("storage_capacity")
3250
5643
  return typing.cast(typing.Optional[jsii.Number], result)
3251
5644
 
5645
+ @builtins.property
5646
+ def storage_type(self) -> typing.Optional[builtins.str]:
5647
+ '''
5648
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-storagetype
5649
+ '''
5650
+ result = self._values.get("storage_type")
5651
+ return typing.cast(typing.Optional[builtins.str], result)
5652
+
3252
5653
  @builtins.property
3253
5654
  def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
3254
- '''Tags for the workflow.
5655
+ '''A map of resource tags.
3255
5656
 
3256
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-tags
5657
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-tags
3257
5658
  '''
3258
5659
  result = self._values.get("tags")
3259
5660
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
3260
5661
 
5662
+ @builtins.property
5663
+ def workflow_bucket_owner_id(self) -> typing.Optional[builtins.str]:
5664
+ '''
5665
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html#cfn-omics-workflowversion-workflowbucketownerid
5666
+ '''
5667
+ result = self._values.get("workflow_bucket_owner_id")
5668
+ return typing.cast(typing.Optional[builtins.str], result)
5669
+
3261
5670
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
3262
5671
  return isinstance(rhs, self.__class__) and rhs._values == self._values
3263
5672
 
@@ -3265,7 +5674,7 @@ class CfnWorkflowProps:
3265
5674
  return not (rhs == self)
3266
5675
 
3267
5676
  def __repr__(self) -> str:
3268
- return "CfnWorkflowProps(%s)" % ", ".join(
5677
+ return "CfnWorkflowVersionProps(%s)" % ", ".join(
3269
5678
  k + "=" + repr(v) for k, v in self._values.items()
3270
5679
  )
3271
5680
 
@@ -3283,6 +5692,8 @@ __all__ = [
3283
5692
  "CfnVariantStoreProps",
3284
5693
  "CfnWorkflow",
3285
5694
  "CfnWorkflowProps",
5695
+ "CfnWorkflowVersion",
5696
+ "CfnWorkflowVersionProps",
3286
5697
  ]
3287
5698
 
3288
5699
  publication.publish()
@@ -3302,6 +5713,14 @@ def _typecheckingstub__ba5dcb906702f10b4a247a16c504ec605912264b052a73f0ae664d93b
3302
5713
  """Type checking stubs"""
3303
5714
  pass
3304
5715
 
5716
+ def _typecheckingstub__ea8d23b9f77f5d9216bba34b2f07ff06220a6053227128a855b380a90746d1fe(
5717
+ scope: _constructs_77d1e7e8.Construct,
5718
+ id: builtins.str,
5719
+ annotation_store_name: builtins.str,
5720
+ ) -> None:
5721
+ """Type checking stubs"""
5722
+ pass
5723
+
3305
5724
  def _typecheckingstub__3d66bbde88d332dceb0812bb6bbf08c2418490d8b0e9774a97971a3b895f48b8(
3306
5725
  inspector: _TreeInspector_488e0dd5,
3307
5726
  ) -> None:
@@ -3400,14 +5819,30 @@ def _typecheckingstub__db27a54e4b1e96ecf8263cf950eaa96b8620641082ddea726be734d30
3400
5819
  """Type checking stubs"""
3401
5820
  pass
3402
5821
 
3403
- def _typecheckingstub__e38c503967033ff76d3e45880727cc62a1df749cb0aac8298f6d06d14d6e3320(
5822
+ def _typecheckingstub__e38c503967033ff76d3e45880727cc62a1df749cb0aac8298f6d06d14d6e3320(
5823
+ scope: _constructs_77d1e7e8.Construct,
5824
+ id: builtins.str,
5825
+ *,
5826
+ name: builtins.str,
5827
+ description: typing.Optional[builtins.str] = None,
5828
+ sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnReferenceStore.SseConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
5829
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5830
+ ) -> None:
5831
+ """Type checking stubs"""
5832
+ pass
5833
+
5834
+ def _typecheckingstub__03eab96b33743423157434263c495ecf4bb597bb49fcadef0690e503e3540689(
5835
+ scope: _constructs_77d1e7e8.Construct,
5836
+ id: builtins.str,
5837
+ arn: builtins.str,
5838
+ ) -> None:
5839
+ """Type checking stubs"""
5840
+ pass
5841
+
5842
+ def _typecheckingstub__7d3a144262ad49c5d6ecb97bcdeda753c5514368bac2ab437b403dd5ecbff176(
3404
5843
  scope: _constructs_77d1e7e8.Construct,
3405
5844
  id: builtins.str,
3406
- *,
3407
- name: builtins.str,
3408
- description: typing.Optional[builtins.str] = None,
3409
- sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnReferenceStore.SseConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3410
- tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5845
+ reference_store_id: builtins.str,
3411
5846
  ) -> None:
3412
5847
  """Type checking stubs"""
3413
5848
  pass
@@ -3557,6 +5992,22 @@ def _typecheckingstub__a589aadb7c598845d5e4c6ef138fe8cbeb7253209ba9eb0e5e590611e
3557
5992
  """Type checking stubs"""
3558
5993
  pass
3559
5994
 
5995
+ def _typecheckingstub__d0401ce1b5169b8a6f265ee186bf5ea3e78a0a8a2b71e6256e2a1effe74e148d(
5996
+ scope: _constructs_77d1e7e8.Construct,
5997
+ id: builtins.str,
5998
+ arn: builtins.str,
5999
+ ) -> None:
6000
+ """Type checking stubs"""
6001
+ pass
6002
+
6003
+ def _typecheckingstub__939e1e0c5383ed843656a8c66c9eeac470cdb45344d2aa8c6353ab2273bb3618(
6004
+ scope: _constructs_77d1e7e8.Construct,
6005
+ id: builtins.str,
6006
+ sequence_store_id: builtins.str,
6007
+ ) -> None:
6008
+ """Type checking stubs"""
6009
+ pass
6010
+
3560
6011
  def _typecheckingstub__ea9a45fe9e84d5319386c1a777f6361e3fed5c916c543c8964323b54759ee470(
3561
6012
  inspector: _TreeInspector_488e0dd5,
3562
6013
  ) -> None:
@@ -3659,6 +6110,14 @@ def _typecheckingstub__6d38872c12590b13122bc23c110efd40d1aa8369a37e1015fcc0ee252
3659
6110
  """Type checking stubs"""
3660
6111
  pass
3661
6112
 
6113
+ def _typecheckingstub__2f419b3d012ad3960d3cb7ca202c16de7716902d7708b8a5f93c80ecc69b0794(
6114
+ scope: _constructs_77d1e7e8.Construct,
6115
+ id: builtins.str,
6116
+ variant_store_name: builtins.str,
6117
+ ) -> None:
6118
+ """Type checking stubs"""
6119
+ pass
6120
+
3662
6121
  def _typecheckingstub__8ca6bc97e153eee8b1d732a90be1690a35fffe864b7b05aaaac9e52711640fed(
3663
6122
  inspector: _TreeInspector_488e0dd5,
3664
6123
  ) -> None:
@@ -3732,14 +6191,23 @@ def _typecheckingstub__b2d05cb293836959a925b22dbe1861bc4457d2d510bd3a480ae858ea9
3732
6191
  id: builtins.str,
3733
6192
  *,
3734
6193
  accelerators: typing.Optional[builtins.str] = None,
6194
+ container_registry_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflow.ContainerRegistryMapProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6195
+ container_registry_map_uri: typing.Optional[builtins.str] = None,
6196
+ definition_repository: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflow.DefinitionRepositoryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3735
6197
  definition_uri: typing.Optional[builtins.str] = None,
3736
6198
  description: typing.Optional[builtins.str] = None,
3737
6199
  engine: typing.Optional[builtins.str] = None,
3738
6200
  main: typing.Optional[builtins.str] = None,
3739
6201
  name: typing.Optional[builtins.str] = None,
3740
6202
  parameter_template: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflow.WorkflowParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
6203
+ parameter_template_path: typing.Optional[builtins.str] = None,
6204
+ readme_markdown: typing.Optional[builtins.str] = None,
6205
+ readme_path: typing.Optional[builtins.str] = None,
6206
+ readme_uri: typing.Optional[builtins.str] = None,
3741
6207
  storage_capacity: typing.Optional[jsii.Number] = None,
6208
+ storage_type: typing.Optional[builtins.str] = None,
3742
6209
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6210
+ workflow_bucket_owner_id: typing.Optional[builtins.str] = None,
3743
6211
  ) -> None:
3744
6212
  """Type checking stubs"""
3745
6213
  pass
@@ -3762,6 +6230,24 @@ def _typecheckingstub__286f71b00d1993ebc792c6e260606dac95cf17ec599b45b4cb2111b4c
3762
6230
  """Type checking stubs"""
3763
6231
  pass
3764
6232
 
6233
+ def _typecheckingstub__d61321fc4a694dded60b8fceeeafd83e9ae3f79a0329bdba98cd03787f3daa3c(
6234
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkflow.ContainerRegistryMapProperty]],
6235
+ ) -> None:
6236
+ """Type checking stubs"""
6237
+ pass
6238
+
6239
+ def _typecheckingstub__1466a9fdbdff03b1c7b3fd5e72f7386ca160db487d501609519ca1c35a987aca(
6240
+ value: typing.Optional[builtins.str],
6241
+ ) -> None:
6242
+ """Type checking stubs"""
6243
+ pass
6244
+
6245
+ def _typecheckingstub__6b6e4242f1457a50b9f5b17595e8985df9311b3b5ec98f525f390f9387770415(
6246
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkflow.DefinitionRepositoryProperty]],
6247
+ ) -> None:
6248
+ """Type checking stubs"""
6249
+ pass
6250
+
3765
6251
  def _typecheckingstub__cc102140c3b77bda25eda4edac3ddf245628b20791c9053f2a901ded02c9b780(
3766
6252
  value: typing.Optional[builtins.str],
3767
6253
  ) -> None:
@@ -3798,18 +6284,98 @@ def _typecheckingstub__cd71f853b8475a5b472d76bce0cd20afc1269357412bdaa83e29ea355
3798
6284
  """Type checking stubs"""
3799
6285
  pass
3800
6286
 
6287
+ def _typecheckingstub__d41351b64d942ee30b08547c1780197e0df1eca59541df6f21ad720a36cb6716(
6288
+ value: typing.Optional[builtins.str],
6289
+ ) -> None:
6290
+ """Type checking stubs"""
6291
+ pass
6292
+
6293
+ def _typecheckingstub__ecc1997459356ed8d8ca95f01eab7bd4215d815bf69cff594388b6f7222e0c8a(
6294
+ value: typing.Optional[builtins.str],
6295
+ ) -> None:
6296
+ """Type checking stubs"""
6297
+ pass
6298
+
6299
+ def _typecheckingstub__16e36c31f82073225a89cc2a0da972aba7908d4ad2dd686757120c7089f99861(
6300
+ value: typing.Optional[builtins.str],
6301
+ ) -> None:
6302
+ """Type checking stubs"""
6303
+ pass
6304
+
6305
+ def _typecheckingstub__28c67e6013e7a108b99f462f48461025e53196240b5182ef0ee813188829ec6a(
6306
+ value: typing.Optional[builtins.str],
6307
+ ) -> None:
6308
+ """Type checking stubs"""
6309
+ pass
6310
+
3801
6311
  def _typecheckingstub__37c3d929054386cb4ebdbc60c2c3558d7cd34bed65861db5661f96d5d75ce7df(
3802
6312
  value: typing.Optional[jsii.Number],
3803
6313
  ) -> None:
3804
6314
  """Type checking stubs"""
3805
6315
  pass
3806
6316
 
6317
+ def _typecheckingstub__82b78c9fdaf5e3e15a75209f5d891cf1513f47077977c45c2d020ffe13e990ac(
6318
+ value: typing.Optional[builtins.str],
6319
+ ) -> None:
6320
+ """Type checking stubs"""
6321
+ pass
6322
+
3807
6323
  def _typecheckingstub__651d8f1caf8b2c987665acfeae50e19a5626bb723832dae7067c423aab3ac2b5(
3808
6324
  value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
3809
6325
  ) -> None:
3810
6326
  """Type checking stubs"""
3811
6327
  pass
3812
6328
 
6329
+ def _typecheckingstub__fec2ca5e32cee87eaac65d878c60669f18bb90724ac13ab05f21221ebd80766e(
6330
+ value: typing.Optional[builtins.str],
6331
+ ) -> None:
6332
+ """Type checking stubs"""
6333
+ pass
6334
+
6335
+ def _typecheckingstub__b93208b886c42793f6b22971c79ed50b456a125a28fedf2949548b0a03f82c3e(
6336
+ *,
6337
+ image_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflow.ImageMappingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
6338
+ registry_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflow.RegistryMappingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
6339
+ ) -> None:
6340
+ """Type checking stubs"""
6341
+ pass
6342
+
6343
+ def _typecheckingstub__a3c23b09e8f18584c69d282b6816697f2992e22dbf81773246b66875fbb0c0c8(
6344
+ *,
6345
+ connection_arn: typing.Optional[builtins.str] = None,
6346
+ exclude_file_patterns: typing.Optional[typing.Sequence[builtins.str]] = None,
6347
+ full_repository_id: typing.Optional[builtins.str] = None,
6348
+ source_reference: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflow.SourceReferenceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6349
+ ) -> None:
6350
+ """Type checking stubs"""
6351
+ pass
6352
+
6353
+ def _typecheckingstub__98f85817eb366199f668581daf61aabd43de777e1bd4110572941bbd0bb03687(
6354
+ *,
6355
+ destination_image: typing.Optional[builtins.str] = None,
6356
+ source_image: typing.Optional[builtins.str] = None,
6357
+ ) -> None:
6358
+ """Type checking stubs"""
6359
+ pass
6360
+
6361
+ def _typecheckingstub__bf8725b8e4b50a33568267e8b0666f0c8b9e8a47c56098879cb0cdba27310fbf(
6362
+ *,
6363
+ ecr_account_id: typing.Optional[builtins.str] = None,
6364
+ ecr_repository_prefix: typing.Optional[builtins.str] = None,
6365
+ upstream_registry_url: typing.Optional[builtins.str] = None,
6366
+ upstream_repository_prefix: typing.Optional[builtins.str] = None,
6367
+ ) -> None:
6368
+ """Type checking stubs"""
6369
+ pass
6370
+
6371
+ def _typecheckingstub__f4e57d9f64919c2d451cd965846e1f5ee2aa3404611459632e4dd2699b4654d1(
6372
+ *,
6373
+ type: typing.Optional[builtins.str] = None,
6374
+ value: typing.Optional[builtins.str] = None,
6375
+ ) -> None:
6376
+ """Type checking stubs"""
6377
+ pass
6378
+
3813
6379
  def _typecheckingstub__beb0e924d2102ff644fd2da920cdd60f013b66e8285db8ffc0ce774a694580a5(
3814
6380
  *,
3815
6381
  description: typing.Optional[builtins.str] = None,
@@ -3821,14 +6387,253 @@ def _typecheckingstub__beb0e924d2102ff644fd2da920cdd60f013b66e8285db8ffc0ce774a6
3821
6387
  def _typecheckingstub__09bedca50200dd06a4bbe4bb6135e76dacff76287249f3d28b8f285f8205f173(
3822
6388
  *,
3823
6389
  accelerators: typing.Optional[builtins.str] = None,
6390
+ container_registry_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflow.ContainerRegistryMapProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6391
+ container_registry_map_uri: typing.Optional[builtins.str] = None,
6392
+ definition_repository: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflow.DefinitionRepositoryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3824
6393
  definition_uri: typing.Optional[builtins.str] = None,
3825
6394
  description: typing.Optional[builtins.str] = None,
3826
6395
  engine: typing.Optional[builtins.str] = None,
3827
6396
  main: typing.Optional[builtins.str] = None,
3828
6397
  name: typing.Optional[builtins.str] = None,
3829
6398
  parameter_template: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflow.WorkflowParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
6399
+ parameter_template_path: typing.Optional[builtins.str] = None,
6400
+ readme_markdown: typing.Optional[builtins.str] = None,
6401
+ readme_path: typing.Optional[builtins.str] = None,
6402
+ readme_uri: typing.Optional[builtins.str] = None,
6403
+ storage_capacity: typing.Optional[jsii.Number] = None,
6404
+ storage_type: typing.Optional[builtins.str] = None,
6405
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6406
+ workflow_bucket_owner_id: typing.Optional[builtins.str] = None,
6407
+ ) -> None:
6408
+ """Type checking stubs"""
6409
+ pass
6410
+
6411
+ def _typecheckingstub__f9bbd83c3821b6d01e1b0445c2a66c0e7c312d81583ae6cf8dbe78c8d6a4bf99(
6412
+ scope: _constructs_77d1e7e8.Construct,
6413
+ id: builtins.str,
6414
+ *,
6415
+ version_name: builtins.str,
6416
+ workflow_id: builtins.str,
6417
+ accelerators: typing.Optional[builtins.str] = None,
6418
+ container_registry_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflowVersion.ContainerRegistryMapProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6419
+ container_registry_map_uri: typing.Optional[builtins.str] = None,
6420
+ definition_repository: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflowVersion.DefinitionRepositoryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6421
+ definition_uri: typing.Optional[builtins.str] = None,
6422
+ description: typing.Optional[builtins.str] = None,
6423
+ engine: typing.Optional[builtins.str] = None,
6424
+ main: typing.Optional[builtins.str] = None,
6425
+ parameter_template: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflowVersion.WorkflowParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
6426
+ parameter_template_path: typing.Optional[builtins.str] = None,
6427
+ readme_markdown: typing.Optional[builtins.str] = None,
6428
+ readme_path: typing.Optional[builtins.str] = None,
6429
+ readme_uri: typing.Optional[builtins.str] = None,
6430
+ storage_capacity: typing.Optional[jsii.Number] = None,
6431
+ storage_type: typing.Optional[builtins.str] = None,
6432
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6433
+ workflow_bucket_owner_id: typing.Optional[builtins.str] = None,
6434
+ ) -> None:
6435
+ """Type checking stubs"""
6436
+ pass
6437
+
6438
+ def _typecheckingstub__1a7de38e00c231b3afd92bbb59cad40657b334333096dde12413f391ade16867(
6439
+ inspector: _TreeInspector_488e0dd5,
6440
+ ) -> None:
6441
+ """Type checking stubs"""
6442
+ pass
6443
+
6444
+ def _typecheckingstub__e1461fce0dec6c9339e6bbc0df050886fb1f30852661c80911b28268bdee03c9(
6445
+ props: typing.Mapping[builtins.str, typing.Any],
6446
+ ) -> None:
6447
+ """Type checking stubs"""
6448
+ pass
6449
+
6450
+ def _typecheckingstub__4a9f5bdcc4a225102f171d30f4738ab832792497c08ecb206114ad57125adf01(
6451
+ value: builtins.str,
6452
+ ) -> None:
6453
+ """Type checking stubs"""
6454
+ pass
6455
+
6456
+ def _typecheckingstub__5def0afb0cd8ab9471e48b541cd9dceaeb6826bfe7a8a24d0c36614c73b1a6d6(
6457
+ value: builtins.str,
6458
+ ) -> None:
6459
+ """Type checking stubs"""
6460
+ pass
6461
+
6462
+ def _typecheckingstub__b69952a53a68976751566fbcf17774d0dfa2d7ede106cb440b751f76c7eb99ef(
6463
+ value: typing.Optional[builtins.str],
6464
+ ) -> None:
6465
+ """Type checking stubs"""
6466
+ pass
6467
+
6468
+ def _typecheckingstub__46a9bb90d987260f113e2b2c7bfe0d00e76229ce25afbfccf1a386b82f85e224(
6469
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkflowVersion.ContainerRegistryMapProperty]],
6470
+ ) -> None:
6471
+ """Type checking stubs"""
6472
+ pass
6473
+
6474
+ def _typecheckingstub__65acb20ad98b8b631169a3db99c88bd3662a7e2bd947577b5265d087e4b8362d(
6475
+ value: typing.Optional[builtins.str],
6476
+ ) -> None:
6477
+ """Type checking stubs"""
6478
+ pass
6479
+
6480
+ def _typecheckingstub__76f88fb7dbfba72f92fec4a64878a9e7fdd595353c2e76e5f675a9f318a5b5e6(
6481
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkflowVersion.DefinitionRepositoryProperty]],
6482
+ ) -> None:
6483
+ """Type checking stubs"""
6484
+ pass
6485
+
6486
+ def _typecheckingstub__7a8ff1e5a2ba3fcf1c5fb306e96445a76ec1ac6872615b206206a2a173f64978(
6487
+ value: typing.Optional[builtins.str],
6488
+ ) -> None:
6489
+ """Type checking stubs"""
6490
+ pass
6491
+
6492
+ def _typecheckingstub__d26e61de900859028fd4b5aff7eb7fefa87386da043d620b3407bc69ef3f950b(
6493
+ value: typing.Optional[builtins.str],
6494
+ ) -> None:
6495
+ """Type checking stubs"""
6496
+ pass
6497
+
6498
+ def _typecheckingstub__4ade62566da0dd0e16cdb86d20bb176d8778e02a5223101deea2467f1ee7cadc(
6499
+ value: typing.Optional[builtins.str],
6500
+ ) -> None:
6501
+ """Type checking stubs"""
6502
+ pass
6503
+
6504
+ def _typecheckingstub__bb201e46965fe4b385e0e52f84a505023c34c0c16c33aea7e75a09209c34d1af(
6505
+ value: typing.Optional[builtins.str],
6506
+ ) -> None:
6507
+ """Type checking stubs"""
6508
+ pass
6509
+
6510
+ def _typecheckingstub__909f80095cd6043c196e37a387a0f1f32bfcddcd8f9a81c5e8f5ac8b4874faa9(
6511
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnWorkflowVersion.WorkflowParameterProperty]]]],
6512
+ ) -> None:
6513
+ """Type checking stubs"""
6514
+ pass
6515
+
6516
+ def _typecheckingstub__1012e58717a3baf054312a40aba36847bbd98b702310ea8aff265f26caeab471(
6517
+ value: typing.Optional[builtins.str],
6518
+ ) -> None:
6519
+ """Type checking stubs"""
6520
+ pass
6521
+
6522
+ def _typecheckingstub__3cea66896cfd0dfa12a8b3d0b44794207352c9c78eb70c50e46466b4eea34898(
6523
+ value: typing.Optional[builtins.str],
6524
+ ) -> None:
6525
+ """Type checking stubs"""
6526
+ pass
6527
+
6528
+ def _typecheckingstub__40cad564b15c28b2c112ad54de257f81d4d31fdfe311871657ae5bd714eb9ee6(
6529
+ value: typing.Optional[builtins.str],
6530
+ ) -> None:
6531
+ """Type checking stubs"""
6532
+ pass
6533
+
6534
+ def _typecheckingstub__abe09bb1e32d84773aaf309a744224900a63bf483fa24970e875c0b0a2f1b1cb(
6535
+ value: typing.Optional[builtins.str],
6536
+ ) -> None:
6537
+ """Type checking stubs"""
6538
+ pass
6539
+
6540
+ def _typecheckingstub__ba60096260fa288ca386a5b2841efb8fa9833ea893400efeba006766f392a7b7(
6541
+ value: typing.Optional[jsii.Number],
6542
+ ) -> None:
6543
+ """Type checking stubs"""
6544
+ pass
6545
+
6546
+ def _typecheckingstub__50ce9715f4efa14e458d6207fae79f6b0ebc36a3bf74435e024116d9f8060ca2(
6547
+ value: typing.Optional[builtins.str],
6548
+ ) -> None:
6549
+ """Type checking stubs"""
6550
+ pass
6551
+
6552
+ def _typecheckingstub__bfbcbf729952f991d2243244c21c373b5bf1a3947ed2973ab1664037cdf636f8(
6553
+ value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
6554
+ ) -> None:
6555
+ """Type checking stubs"""
6556
+ pass
6557
+
6558
+ def _typecheckingstub__bc6b06c168132bf54bf849b9d49774230af45a049e67f52bc48dd0220c18775d(
6559
+ value: typing.Optional[builtins.str],
6560
+ ) -> None:
6561
+ """Type checking stubs"""
6562
+ pass
6563
+
6564
+ def _typecheckingstub__32eb3bf30b3d01f44e56bdf643f62609b8cbc84d473cb19e3564543b645033d4(
6565
+ *,
6566
+ image_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflowVersion.ImageMappingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
6567
+ registry_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflowVersion.RegistryMappingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
6568
+ ) -> None:
6569
+ """Type checking stubs"""
6570
+ pass
6571
+
6572
+ def _typecheckingstub__e0748aa0fb5a9a9d624696b0fc54ab2faf0941992918eb234ba6c3bb4a47aef5(
6573
+ *,
6574
+ connection_arn: typing.Optional[builtins.str] = None,
6575
+ exclude_file_patterns: typing.Optional[typing.Sequence[builtins.str]] = None,
6576
+ full_repository_id: typing.Optional[builtins.str] = None,
6577
+ source_reference: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflowVersion.SourceReferenceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6578
+ ) -> None:
6579
+ """Type checking stubs"""
6580
+ pass
6581
+
6582
+ def _typecheckingstub__421f9ca400f5d5d6c3aa9a53dbe35757f3408b2b30be15794288deb51c48b293(
6583
+ *,
6584
+ destination_image: typing.Optional[builtins.str] = None,
6585
+ source_image: typing.Optional[builtins.str] = None,
6586
+ ) -> None:
6587
+ """Type checking stubs"""
6588
+ pass
6589
+
6590
+ def _typecheckingstub__9eab95380e8258bf7a10a1ed8080d039134ac7daf1f5f0c979d28cb4f5c4f426(
6591
+ *,
6592
+ ecr_account_id: typing.Optional[builtins.str] = None,
6593
+ ecr_repository_prefix: typing.Optional[builtins.str] = None,
6594
+ upstream_registry_url: typing.Optional[builtins.str] = None,
6595
+ upstream_repository_prefix: typing.Optional[builtins.str] = None,
6596
+ ) -> None:
6597
+ """Type checking stubs"""
6598
+ pass
6599
+
6600
+ def _typecheckingstub__bd0032779911f1051b3896f001118256f2cbf0d060b22c10b5fdeb3b3e488c73(
6601
+ *,
6602
+ type: typing.Optional[builtins.str] = None,
6603
+ value: typing.Optional[builtins.str] = None,
6604
+ ) -> None:
6605
+ """Type checking stubs"""
6606
+ pass
6607
+
6608
+ def _typecheckingstub__3d434101b6df92e22ac3acf923cd7bb4105c1a82dad119b383839a4f14189485(
6609
+ *,
6610
+ description: typing.Optional[builtins.str] = None,
6611
+ optional: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
6612
+ ) -> None:
6613
+ """Type checking stubs"""
6614
+ pass
6615
+
6616
+ def _typecheckingstub__32259ddc7b7d888918efaf09deb63ba780f3721ec1da9ea606ed8100a4b9fb3e(
6617
+ *,
6618
+ version_name: builtins.str,
6619
+ workflow_id: builtins.str,
6620
+ accelerators: typing.Optional[builtins.str] = None,
6621
+ container_registry_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflowVersion.ContainerRegistryMapProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6622
+ container_registry_map_uri: typing.Optional[builtins.str] = None,
6623
+ definition_repository: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflowVersion.DefinitionRepositoryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
6624
+ definition_uri: typing.Optional[builtins.str] = None,
6625
+ description: typing.Optional[builtins.str] = None,
6626
+ engine: typing.Optional[builtins.str] = None,
6627
+ main: typing.Optional[builtins.str] = None,
6628
+ parameter_template: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnWorkflowVersion.WorkflowParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
6629
+ parameter_template_path: typing.Optional[builtins.str] = None,
6630
+ readme_markdown: typing.Optional[builtins.str] = None,
6631
+ readme_path: typing.Optional[builtins.str] = None,
6632
+ readme_uri: typing.Optional[builtins.str] = None,
3830
6633
  storage_capacity: typing.Optional[jsii.Number] = None,
6634
+ storage_type: typing.Optional[builtins.str] = None,
3831
6635
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6636
+ workflow_bucket_owner_id: typing.Optional[builtins.str] = None,
3832
6637
  ) -> None:
3833
6638
  """Type checking stubs"""
3834
6639
  pass