aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +1349 -373
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +12 -2
- aws_cdk/aws_accessanalyzer/__init__.py +323 -6
- aws_cdk/aws_acmpca/__init__.py +53 -10
- aws_cdk/aws_aiops/__init__.py +1019 -0
- aws_cdk/aws_amazonmq/__init__.py +357 -313
- aws_cdk/aws_amplify/__init__.py +173 -17
- aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
- aws_cdk/aws_apigateway/__init__.py +1017 -155
- aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
- aws_cdk/aws_appconfig/__init__.py +298 -43
- aws_cdk/aws_appflow/__init__.py +151 -6
- aws_cdk/aws_appintegrations/__init__.py +546 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
- aws_cdk/aws_applicationinsights/__init__.py +13 -2
- aws_cdk/aws_applicationsignals/__init__.py +374 -6
- aws_cdk/aws_appmesh/__init__.py +94 -26
- aws_cdk/aws_apprunner/__init__.py +66 -18
- aws_cdk/aws_appstream/__init__.py +309 -55
- aws_cdk/aws_appsync/__init__.py +227 -53
- aws_cdk/aws_apptest/__init__.py +71 -2
- aws_cdk/aws_aps/__init__.py +1875 -132
- aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
- aws_cdk/aws_arczonalshift/__init__.py +39 -12
- aws_cdk/aws_athena/__init__.py +365 -29
- aws_cdk/aws_auditmanager/__init__.py +71 -2
- aws_cdk/aws_autoscaling/__init__.py +135 -55
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +13 -2
- aws_cdk/aws_b2bi/__init__.py +1819 -99
- aws_cdk/aws_backup/__init__.py +317 -28
- aws_cdk/aws_backupgateway/__init__.py +13 -2
- aws_cdk/aws_batch/__init__.py +1405 -178
- aws_cdk/aws_bcmdataexports/__init__.py +21 -2
- aws_cdk/aws_bedrock/__init__.py +6747 -627
- aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
- aws_cdk/aws_billingconductor/__init__.py +197 -11
- aws_cdk/aws_budgets/__init__.py +42 -4
- aws_cdk/aws_cassandra/__init__.py +247 -6
- aws_cdk/aws_ce/__init__.py +35 -6
- aws_cdk/aws_certificatemanager/__init__.py +237 -32
- aws_cdk/aws_chatbot/__init__.py +70 -6
- aws_cdk/aws_cleanrooms/__init__.py +709 -206
- aws_cdk/aws_cleanroomsml/__init__.py +13 -2
- aws_cdk/aws_cloud9/__init__.py +13 -2
- aws_cdk/aws_cloudformation/__init__.py +345 -166
- aws_cdk/aws_cloudfront/__init__.py +2101 -680
- aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
- aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
- aws_cdk/aws_cloudtrail/__init__.py +301 -17
- aws_cdk/aws_cloudwatch/__init__.py +1414 -153
- aws_cdk/aws_codeartifact/__init__.py +35 -6
- aws_cdk/aws_codebuild/__init__.py +1103 -118
- aws_cdk/aws_codecommit/__init__.py +23 -9
- aws_cdk/aws_codeconnections/__init__.py +13 -2
- aws_cdk/aws_codedeploy/__init__.py +67 -6
- aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
- aws_cdk/aws_codegurureviewer/__init__.py +13 -2
- aws_cdk/aws_codepipeline/__init__.py +127 -64
- aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
- aws_cdk/aws_codestar/__init__.py +13 -2
- aws_cdk/aws_codestarconnections/__init__.py +35 -6
- aws_cdk/aws_codestarnotifications/__init__.py +16 -2
- aws_cdk/aws_cognito/__init__.py +814 -80
- aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
- aws_cdk/aws_comprehend/__init__.py +24 -4
- aws_cdk/aws_config/__init__.py +191 -30
- aws_cdk/aws_connect/__init__.py +2736 -191
- aws_cdk/aws_connectcampaigns/__init__.py +13 -2
- aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
- aws_cdk/aws_controltower/__init__.py +35 -6
- aws_cdk/aws_cur/__init__.py +100 -4
- aws_cdk/aws_customerprofiles/__init__.py +617 -27
- aws_cdk/aws_databrew/__init__.py +68 -12
- aws_cdk/aws_datapipeline/__init__.py +42 -2
- aws_cdk/aws_datasync/__init__.py +723 -203
- aws_cdk/aws_datazone/__init__.py +4425 -608
- aws_cdk/aws_dax/__init__.py +83 -6
- aws_cdk/aws_deadline/__init__.py +321 -32
- aws_cdk/aws_detective/__init__.py +35 -6
- aws_cdk/aws_devicefarm/__init__.py +68 -12
- aws_cdk/aws_devopsguru/__init__.py +37 -6
- aws_cdk/aws_directoryservice/__init__.py +53 -4
- aws_cdk/aws_dlm/__init__.py +13 -2
- aws_cdk/aws_dms/__init__.py +184 -27
- aws_cdk/aws_docdb/__init__.py +323 -46
- aws_cdk/aws_docdbelastic/__init__.py +13 -2
- aws_cdk/aws_dsql/__init__.py +340 -12
- aws_cdk/aws_dynamodb/__init__.py +1463 -166
- aws_cdk/aws_ec2/__init__.py +9636 -1120
- aws_cdk/aws_ecr/__init__.py +631 -43
- aws_cdk/aws_ecr_assets/__init__.py +4 -0
- aws_cdk/aws_ecs/__init__.py +6524 -497
- aws_cdk/aws_ecs_patterns/__init__.py +2 -0
- aws_cdk/aws_efs/__init__.py +264 -24
- aws_cdk/aws_eks/__init__.py +1050 -218
- aws_cdk/aws_elasticache/__init__.py +373 -20
- aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
- aws_cdk/aws_elasticsearch/__init__.py +282 -9
- aws_cdk/aws_emr/__init__.py +187 -20
- aws_cdk/aws_emrcontainers/__init__.py +71 -2
- aws_cdk/aws_emrserverless/__init__.py +188 -3
- aws_cdk/aws_entityresolution/__init__.py +585 -58
- aws_cdk/aws_events/__init__.py +969 -124
- aws_cdk/aws_events_targets/__init__.py +310 -54
- aws_cdk/aws_eventschemas/__init__.py +46 -8
- aws_cdk/aws_evidently/__init__.py +57 -10
- aws_cdk/aws_evs/__init__.py +2244 -0
- aws_cdk/aws_finspace/__init__.py +71 -2
- aws_cdk/aws_fis/__init__.py +26 -4
- aws_cdk/aws_fms/__init__.py +35 -6
- aws_cdk/aws_forecast/__init__.py +24 -4
- aws_cdk/aws_frauddetector/__init__.py +79 -14
- aws_cdk/aws_fsx/__init__.py +1236 -142
- aws_cdk/aws_gamelift/__init__.py +653 -78
- aws_cdk/aws_gameliftstreams/__init__.py +38 -16
- aws_cdk/aws_globalaccelerator/__init__.py +55 -14
- aws_cdk/aws_glue/__init__.py +1368 -320
- aws_cdk/aws_grafana/__init__.py +13 -2
- aws_cdk/aws_greengrass/__init__.py +654 -32
- aws_cdk/aws_greengrassv2/__init__.py +53 -4
- aws_cdk/aws_groundstation/__init__.py +122 -6
- aws_cdk/aws_guardduty/__init__.py +1613 -123
- aws_cdk/aws_healthimaging/__init__.py +71 -2
- aws_cdk/aws_healthlake/__init__.py +42 -2
- aws_cdk/aws_iam/__init__.py +480 -140
- aws_cdk/aws_identitystore/__init__.py +24 -4
- aws_cdk/aws_imagebuilder/__init__.py +1433 -183
- aws_cdk/aws_inspector/__init__.py +38 -6
- aws_cdk/aws_inspectorv2/__init__.py +2285 -243
- aws_cdk/aws_internetmonitor/__init__.py +71 -2
- aws_cdk/aws_invoicing/__init__.py +13 -2
- aws_cdk/aws_iot/__init__.py +1730 -86
- aws_cdk/aws_iotanalytics/__init__.py +162 -8
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
- aws_cdk/aws_iotevents/__init__.py +122 -6
- aws_cdk/aws_iotfleethub/__init__.py +71 -2
- aws_cdk/aws_iotfleetwise/__init__.py +195 -14
- aws_cdk/aws_iotsitewise/__init__.py +1837 -89
- aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
- aws_cdk/aws_iottwinmaker/__init__.py +115 -10
- aws_cdk/aws_iotwireless/__init__.py +649 -22
- aws_cdk/aws_ivs/__init__.py +561 -57
- aws_cdk/aws_ivschat/__init__.py +24 -4
- aws_cdk/aws_kafkaconnect/__init__.py +35 -6
- aws_cdk/aws_kendra/__init__.py +120 -28
- aws_cdk/aws_kendraranking/__init__.py +13 -2
- aws_cdk/aws_kinesis/__init__.py +622 -22
- aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
- aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
- aws_cdk/aws_kinesisvideo/__init__.py +24 -4
- aws_cdk/aws_kms/__init__.py +188 -41
- aws_cdk/aws_lakeformation/__init__.py +80 -15
- aws_cdk/aws_lambda/__init__.py +2101 -252
- aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
- aws_cdk/aws_launchwizard/__init__.py +13 -2
- aws_cdk/aws_lex/__init__.py +871 -8
- aws_cdk/aws_licensemanager/__init__.py +24 -4
- aws_cdk/aws_lightsail/__init__.py +2159 -975
- aws_cdk/aws_location/__init__.py +618 -14
- aws_cdk/aws_logs/__init__.py +5904 -956
- aws_cdk/aws_lookoutequipment/__init__.py +13 -2
- aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
- aws_cdk/aws_lookoutvision/__init__.py +71 -2
- aws_cdk/aws_m2/__init__.py +94 -19
- aws_cdk/aws_macie/__init__.py +49 -11
- aws_cdk/aws_managedblockchain/__init__.py +180 -6
- aws_cdk/aws_mediaconnect/__init__.py +101 -18
- aws_cdk/aws_mediaconvert/__init__.py +35 -6
- aws_cdk/aws_medialive/__init__.py +1239 -35
- aws_cdk/aws_mediapackage/__init__.py +59 -12
- aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
- aws_cdk/aws_mediastore/__init__.py +13 -2
- aws_cdk/aws_mediatailor/__init__.py +583 -12
- aws_cdk/aws_memorydb/__init__.py +271 -12
- aws_cdk/aws_mpa/__init__.py +1495 -0
- aws_cdk/aws_msk/__init__.py +104 -18
- aws_cdk/aws_mwaa/__init__.py +121 -9
- aws_cdk/aws_neptune/__init__.py +290 -78
- aws_cdk/aws_neptunegraph/__init__.py +24 -4
- aws_cdk/aws_networkfirewall/__init__.py +1289 -273
- aws_cdk/aws_networkmanager/__init__.py +349 -33
- aws_cdk/aws_nimblestudio/__init__.py +75 -8
- aws_cdk/aws_notifications/__init__.py +317 -12
- aws_cdk/aws_notificationscontacts/__init__.py +13 -2
- aws_cdk/aws_oam/__init__.py +24 -4
- aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
- aws_cdk/aws_odb/__init__.py +5872 -0
- aws_cdk/aws_omics/__init__.py +2495 -529
- aws_cdk/aws_opensearchserverless/__init__.py +312 -37
- aws_cdk/aws_opensearchservice/__init__.py +495 -19
- aws_cdk/aws_opsworks/__init__.py +235 -139
- aws_cdk/aws_opsworkscm/__init__.py +16 -52
- aws_cdk/aws_organizations/__init__.py +70 -10
- aws_cdk/aws_osis/__init__.py +167 -2
- aws_cdk/aws_panorama/__init__.py +151 -6
- aws_cdk/aws_paymentcryptography/__init__.py +24 -4
- aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
- aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
- aws_cdk/aws_pcs/__init__.py +387 -68
- aws_cdk/aws_personalize/__init__.py +46 -8
- aws_cdk/aws_pinpoint/__init__.py +329 -38
- aws_cdk/aws_pinpointemail/__init__.py +48 -8
- aws_cdk/aws_pipes/__init__.py +12 -2
- aws_cdk/aws_proton/__init__.py +37 -6
- aws_cdk/aws_qbusiness/__init__.py +635 -34
- aws_cdk/aws_qldb/__init__.py +24 -4
- aws_cdk/aws_quicksight/__init__.py +7900 -1160
- aws_cdk/aws_ram/__init__.py +24 -4
- aws_cdk/aws_rbin/__init__.py +12 -2
- aws_cdk/aws_rds/__init__.py +3345 -512
- aws_cdk/aws_redshift/__init__.py +143 -20
- aws_cdk/aws_redshiftserverless/__init__.py +692 -4
- aws_cdk/aws_refactorspaces/__init__.py +64 -14
- aws_cdk/aws_rekognition/__init__.py +93 -6
- aws_cdk/aws_resiliencehub/__init__.py +24 -4
- aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
- aws_cdk/aws_resourcegroups/__init__.py +82 -4
- aws_cdk/aws_robomaker/__init__.py +72 -12
- aws_cdk/aws_rolesanywhere/__init__.py +180 -6
- aws_cdk/aws_route53/__init__.py +3273 -1442
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +37 -6
- aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
- aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
- aws_cdk/aws_route53resolver/__init__.py +226 -36
- aws_cdk/aws_rtbfabric/__init__.py +3498 -0
- aws_cdk/aws_rum/__init__.py +13 -2
- aws_cdk/aws_s3/__init__.py +1291 -158
- aws_cdk/aws_s3_assets/__init__.py +11 -11
- aws_cdk/aws_s3_deployment/__init__.py +147 -11
- aws_cdk/aws_s3_notifications/__init__.py +7 -7
- aws_cdk/aws_s3express/__init__.py +266 -8
- aws_cdk/aws_s3objectlambda/__init__.py +68 -16
- aws_cdk/aws_s3outposts/__init__.py +46 -8
- aws_cdk/aws_s3tables/__init__.py +2000 -323
- aws_cdk/aws_s3vectors/__init__.py +1378 -0
- aws_cdk/aws_sagemaker/__init__.py +6617 -363
- aws_cdk/aws_sam/__init__.py +79 -14
- aws_cdk/aws_scheduler/__init__.py +237 -4
- aws_cdk/aws_sdb/__init__.py +12 -2
- aws_cdk/aws_secretsmanager/__init__.py +170 -14
- aws_cdk/aws_securityhub/__init__.py +3121 -176
- aws_cdk/aws_securitylake/__init__.py +46 -8
- aws_cdk/aws_servicecatalog/__init__.py +405 -246
- aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
- aws_cdk/aws_servicediscovery/__init__.py +140 -47
- aws_cdk/aws_ses/__init__.py +1231 -140
- aws_cdk/aws_shield/__init__.py +46 -8
- aws_cdk/aws_signer/__init__.py +27 -4
- aws_cdk/aws_simspaceweaver/__init__.py +42 -2
- aws_cdk/aws_smsvoice/__init__.py +4716 -0
- aws_cdk/aws_sns/__init__.py +245 -29
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
- aws_cdk/aws_sqs/__init__.py +211 -14
- aws_cdk/aws_ssm/__init__.py +401 -58
- aws_cdk/aws_ssmcontacts/__init__.py +46 -8
- aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
- aws_cdk/aws_ssmincidents/__init__.py +24 -4
- aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
- aws_cdk/aws_sso/__init__.py +70 -12
- aws_cdk/aws_stepfunctions/__init__.py +615 -70
- aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
- aws_cdk/aws_supportapp/__init__.py +39 -6
- aws_cdk/aws_synthetics/__init__.py +861 -75
- aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
- aws_cdk/aws_timestream/__init__.py +104 -8
- aws_cdk/aws_transfer/__init__.py +784 -87
- aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
- aws_cdk/aws_voiceid/__init__.py +41 -2
- aws_cdk/aws_vpclattice/__init__.py +376 -30
- aws_cdk/aws_waf/__init__.py +79 -14
- aws_cdk/aws_wafregional/__init__.py +123 -22
- aws_cdk/aws_wafv2/__init__.py +1179 -60
- aws_cdk/aws_wisdom/__init__.py +1401 -90
- aws_cdk/aws_workspaces/__init__.py +93 -6
- aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
- aws_cdk/aws_workspacesweb/__init__.py +1057 -141
- aws_cdk/aws_xray/__init__.py +48 -8
- aws_cdk/cloud_assembly_schema/__init__.py +231 -6
- aws_cdk/custom_resources/__init__.py +40 -12
- aws_cdk/cx_api/__init__.py +85 -14
- aws_cdk/interfaces/__init__.py +739 -0
- aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
- aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
- aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
- aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
- aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
- aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
- aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
- aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
- aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
- aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
- aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
- aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
- aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
- aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
- aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
- aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
- aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
- aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
- aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
- aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
- aws_cdk/interfaces/aws_aps/__init__.py +558 -0
- aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
- aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
- aws_cdk/interfaces/aws_athena/__init__.py +575 -0
- aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
- aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
- aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
- aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
- aws_cdk/interfaces/aws_backup/__init__.py +955 -0
- aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
- aws_cdk/interfaces/aws_batch/__init__.py +681 -0
- aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
- aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
- aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
- aws_cdk/interfaces/aws_billing/__init__.py +146 -0
- aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
- aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
- aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
- aws_cdk/interfaces/aws_ce/__init__.py +352 -0
- aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
- aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
- aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
- aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
- aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
- aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
- aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
- aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
- aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
- aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
- aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
- aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
- aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
- aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
- aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
- aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
- aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
- aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
- aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
- aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
- aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
- aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
- aws_cdk/interfaces/aws_config/__init__.py +1165 -0
- aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
- aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
- aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
- aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
- aws_cdk/interfaces/aws_cur/__init__.py +146 -0
- aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
- aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
- aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
- aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
- aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
- aws_cdk/interfaces/aws_dax/__init__.py +364 -0
- aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
- aws_cdk/interfaces/aws_detective/__init__.py +364 -0
- aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
- aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
- aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
- aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
- aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
- aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
- aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
- aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
- aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
- aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
- aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
- aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
- aws_cdk/interfaces/aws_efs/__init__.py +392 -0
- aws_cdk/interfaces/aws_eks/__init__.py +948 -0
- aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
- aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
- aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
- aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
- aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
- aws_cdk/interfaces/aws_emr/__init__.py +913 -0
- aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
- aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
- aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
- aws_cdk/interfaces/aws_events/__init__.py +872 -0
- aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
- aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
- aws_cdk/interfaces/aws_evs/__init__.py +166 -0
- aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
- aws_cdk/interfaces/aws_fis/__init__.py +271 -0
- aws_cdk/interfaces/aws_fms/__init__.py +364 -0
- aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
- aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
- aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
- aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
- aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
- aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
- aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
- aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
- aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
- aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
- aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
- aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
- aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
- aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
- aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
- aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
- aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
- aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
- aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
- aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
- aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
- aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
- aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
- aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
- aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
- aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
- aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
- aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
- aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
- aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
- aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
- aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
- aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
- aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
- aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
- aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
- aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
- aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
- aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
- aws_cdk/interfaces/aws_kms/__init__.py +376 -0
- aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
- aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
- aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
- aws_cdk/interfaces/aws_lex/__init__.py +513 -0
- aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
- aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
- aws_cdk/interfaces/aws_location/__init__.py +879 -0
- aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
- aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
- aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
- aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
- aws_cdk/interfaces/aws_m2/__init__.py +352 -0
- aws_cdk/interfaces/aws_macie/__init__.py +512 -0
- aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
- aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
- aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
- aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
- aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
- aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
- aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
- aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
- aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
- aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
- aws_cdk/interfaces/aws_msk/__init__.py +764 -0
- aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
- aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
- aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
- aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
- aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
- aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
- aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
- aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
- aws_cdk/interfaces/aws_oam/__init__.py +249 -0
- aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
- aws_cdk/interfaces/aws_odb/__init__.py +562 -0
- aws_cdk/interfaces/aws_omics/__init__.py +838 -0
- aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
- aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
- aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
- aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
- aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
- aws_cdk/interfaces/aws_osis/__init__.py +146 -0
- aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
- aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
- aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
- aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
- aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
- aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
- aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
- aws_cdk/interfaces/aws_proton/__init__.py +360 -0
- aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
- aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
- aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
- aws_cdk/interfaces/aws_ram/__init__.py +249 -0
- aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
- aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
- aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
- aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
- aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
- aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
- aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
- aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
- aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
- aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
- aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
- aws_cdk/interfaces/aws_route53/__init__.py +804 -0
- aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
- aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
- aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
- aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
- aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
- aws_cdk/interfaces/aws_rum/__init__.py +146 -0
- aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
- aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
- aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
- aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
- aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
- aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
- aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
- aws_cdk/interfaces/aws_sam/__init__.py +603 -0
- aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
- aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
- aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
- aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
- aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
- aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
- aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
- aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
- aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
- aws_cdk/interfaces/aws_shield/__init__.py +455 -0
- aws_cdk/interfaces/aws_signer/__init__.py +266 -0
- aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
- aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
- aws_cdk/interfaces/aws_sns/__init__.py +455 -0
- aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
- aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
- aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
- aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
- aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
- aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
- aws_cdk/interfaces/aws_sso/__init__.py +797 -0
- aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
- aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
- aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
- aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
- aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
- aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
- aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
- aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
- aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
- aws_cdk/interfaces/aws_waf/__init__.py +764 -0
- aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
- aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
- aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
- aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
- aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
- aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
- aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
- aws_cdk/interfaces/aws_xray/__init__.py +457 -0
- aws_cdk/pipelines/__init__.py +192 -42
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +60 -18
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
- aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
- aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_omics/__init__.py
CHANGED
|
@@ -67,15 +67,37 @@ from .. import (
|
|
|
67
67
|
TagManager as _TagManager_0a598cb3,
|
|
68
68
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
69
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
|
+
)
|
|
70
86
|
|
|
71
87
|
|
|
72
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
88
|
+
@jsii.implements(_IInspectable_c2943556, _IAnnotationStoreRef_c33c98b4, _ITaggable_36806126)
|
|
73
89
|
class CfnAnnotationStore(
|
|
74
90
|
_CfnResource_9df397a6,
|
|
75
91
|
metaclass=jsii.JSIIMeta,
|
|
76
92
|
jsii_type="aws-cdk-lib.aws_omics.CfnAnnotationStore",
|
|
77
93
|
):
|
|
78
|
-
'''
|
|
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.
|
|
79
101
|
|
|
80
102
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-annotationstore.html
|
|
81
103
|
:cloudformationResource: AWS::Omics::AnnotationStore
|
|
@@ -132,7 +154,8 @@ class CfnAnnotationStore(
|
|
|
132
154
|
store_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnnotationStore.StoreOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
133
155
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
134
156
|
) -> None:
|
|
135
|
-
'''
|
|
157
|
+
'''Create a new ``AWS::Omics::AnnotationStore``.
|
|
158
|
+
|
|
136
159
|
:param scope: Scope in which this resource is defined.
|
|
137
160
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
138
161
|
:param name: The name of the Annotation Store.
|
|
@@ -159,6 +182,27 @@ class CfnAnnotationStore(
|
|
|
159
182
|
|
|
160
183
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
161
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
|
+
|
|
162
206
|
@jsii.member(jsii_name="inspect")
|
|
163
207
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
164
208
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -189,6 +233,12 @@ class CfnAnnotationStore(
|
|
|
189
233
|
'''The CloudFormation resource type name for this resource class.'''
|
|
190
234
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
191
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
|
+
|
|
192
242
|
@builtins.property
|
|
193
243
|
@jsii.member(jsii_name="attrCreationTime")
|
|
194
244
|
def attr_creation_time(self) -> builtins.str:
|
|
@@ -841,7 +891,7 @@ class CfnAnnotationStoreProps:
|
|
|
841
891
|
)
|
|
842
892
|
|
|
843
893
|
|
|
844
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
894
|
+
@jsii.implements(_IInspectable_c2943556, _IReferenceStoreRef_e44b493e, _ITaggable_36806126)
|
|
845
895
|
class CfnReferenceStore(
|
|
846
896
|
_CfnResource_9df397a6,
|
|
847
897
|
metaclass=jsii.JSIIMeta,
|
|
@@ -886,7 +936,8 @@ class CfnReferenceStore(
|
|
|
886
936
|
sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnReferenceStore.SseConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
887
937
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
888
938
|
) -> None:
|
|
889
|
-
'''
|
|
939
|
+
'''Create a new ``AWS::Omics::ReferenceStore``.
|
|
940
|
+
|
|
890
941
|
:param scope: Scope in which this resource is defined.
|
|
891
942
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
892
943
|
:param name: A name for the store.
|
|
@@ -904,6 +955,48 @@ class CfnReferenceStore(
|
|
|
904
955
|
|
|
905
956
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
906
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
|
+
|
|
907
1000
|
@jsii.member(jsii_name="inspect")
|
|
908
1001
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
909
1002
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -966,6 +1059,12 @@ class CfnReferenceStore(
|
|
|
966
1059
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
967
1060
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
968
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
|
+
|
|
969
1068
|
@builtins.property
|
|
970
1069
|
@jsii.member(jsii_name="tags")
|
|
971
1070
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -1224,13 +1323,15 @@ class CfnReferenceStoreProps:
|
|
|
1224
1323
|
)
|
|
1225
1324
|
|
|
1226
1325
|
|
|
1227
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1326
|
+
@jsii.implements(_IInspectable_c2943556, _IRunGroupRef_937b5363, _ITaggable_36806126)
|
|
1228
1327
|
class CfnRunGroup(
|
|
1229
1328
|
_CfnResource_9df397a6,
|
|
1230
1329
|
metaclass=jsii.JSIIMeta,
|
|
1231
1330
|
jsii_type="aws-cdk-lib.aws_omics.CfnRunGroup",
|
|
1232
1331
|
):
|
|
1233
|
-
'''
|
|
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.
|
|
1234
1335
|
|
|
1235
1336
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-rungroup.html
|
|
1236
1337
|
:cloudformationResource: AWS::Omics::RunGroup
|
|
@@ -1266,7 +1367,8 @@ class CfnRunGroup(
|
|
|
1266
1367
|
name: typing.Optional[builtins.str] = None,
|
|
1267
1368
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1268
1369
|
) -> None:
|
|
1269
|
-
'''
|
|
1370
|
+
'''Create a new ``AWS::Omics::RunGroup``.
|
|
1371
|
+
|
|
1270
1372
|
:param scope: Scope in which this resource is defined.
|
|
1271
1373
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1272
1374
|
:param max_cpus: The group's maximum CPU count setting.
|
|
@@ -1353,6 +1455,12 @@ class CfnRunGroup(
|
|
|
1353
1455
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1354
1456
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1355
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
|
+
|
|
1356
1464
|
@builtins.property
|
|
1357
1465
|
@jsii.member(jsii_name="tags")
|
|
1358
1466
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -1581,7 +1689,7 @@ class CfnRunGroupProps:
|
|
|
1581
1689
|
)
|
|
1582
1690
|
|
|
1583
1691
|
|
|
1584
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1692
|
+
@jsii.implements(_IInspectable_c2943556, _ISequenceStoreRef_d8ce7b6b, _ITaggable_36806126)
|
|
1585
1693
|
class CfnSequenceStore(
|
|
1586
1694
|
_CfnResource_9df397a6,
|
|
1587
1695
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1638,7 +1746,8 @@ class CfnSequenceStore(
|
|
|
1638
1746
|
sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSequenceStore.SseConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1639
1747
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1640
1748
|
) -> None:
|
|
1641
|
-
'''
|
|
1749
|
+
'''Create a new ``AWS::Omics::SequenceStore``.
|
|
1750
|
+
|
|
1642
1751
|
:param scope: Scope in which this resource is defined.
|
|
1643
1752
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1644
1753
|
:param name: A name for the store.
|
|
@@ -1669,6 +1778,48 @@ class CfnSequenceStore(
|
|
|
1669
1778
|
|
|
1670
1779
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1671
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
|
+
|
|
1672
1823
|
@jsii.member(jsii_name="inspect")
|
|
1673
1824
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1674
1825
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1776,6 +1927,12 @@ class CfnSequenceStore(
|
|
|
1776
1927
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1777
1928
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1778
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
|
+
|
|
1779
1936
|
@builtins.property
|
|
1780
1937
|
@jsii.member(jsii_name="tags")
|
|
1781
1938
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -2184,7 +2341,7 @@ class CfnSequenceStoreProps:
|
|
|
2184
2341
|
)
|
|
2185
2342
|
|
|
2186
2343
|
|
|
2187
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
2344
|
+
@jsii.implements(_IInspectable_c2943556, _IVariantStoreRef_49e3cae7, _ITaggable_36806126)
|
|
2188
2345
|
class CfnVariantStore(
|
|
2189
2346
|
_CfnResource_9df397a6,
|
|
2190
2347
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2233,7 +2390,8 @@ class CfnVariantStore(
|
|
|
2233
2390
|
sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnVariantStore.SseConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2234
2391
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
2235
2392
|
) -> None:
|
|
2236
|
-
'''
|
|
2393
|
+
'''Create a new ``AWS::Omics::VariantStore``.
|
|
2394
|
+
|
|
2237
2395
|
:param scope: Scope in which this resource is defined.
|
|
2238
2396
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2239
2397
|
:param name: A name for the store.
|
|
@@ -2256,6 +2414,27 @@ class CfnVariantStore(
|
|
|
2256
2414
|
|
|
2257
2415
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2258
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
|
+
|
|
2259
2438
|
@jsii.member(jsii_name="inspect")
|
|
2260
2439
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2261
2440
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2360,6 +2539,12 @@ class CfnVariantStore(
|
|
|
2360
2539
|
'''Tag Manager which manages the tags for this resource.'''
|
|
2361
2540
|
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
|
|
2362
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
|
+
|
|
2363
2548
|
@builtins.property
|
|
2364
2549
|
@jsii.member(jsii_name="name")
|
|
2365
2550
|
def name(self) -> builtins.str:
|
|
@@ -2702,21 +2887,21 @@ class CfnVariantStoreProps:
|
|
|
2702
2887
|
)
|
|
2703
2888
|
|
|
2704
2889
|
|
|
2705
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
2890
|
+
@jsii.implements(_IInspectable_c2943556, _IWorkflowRef_c34b3fa1, _ITaggable_36806126)
|
|
2706
2891
|
class CfnWorkflow(
|
|
2707
2892
|
_CfnResource_9df397a6,
|
|
2708
2893
|
metaclass=jsii.JSIIMeta,
|
|
2709
2894
|
jsii_type="aws-cdk-lib.aws_omics.CfnWorkflow",
|
|
2710
2895
|
):
|
|
2711
|
-
'''Creates a private workflow.
|
|
2896
|
+
'''Creates a private workflow. Before you create a private workflow, you must create and configure these required resources:.
|
|
2712
2897
|
|
|
2713
|
-
- *
|
|
2714
|
-
-
|
|
2715
|
-
- *Parameter template
|
|
2716
|
-
- *ECR container images
|
|
2717
|
-
- (Optional)
|
|
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.
|
|
2718
2903
|
|
|
2719
|
-
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* .
|
|
2720
2905
|
|
|
2721
2906
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html
|
|
2722
2907
|
:cloudformationResource: AWS::Omics::Workflow
|
|
@@ -2730,6 +2915,28 @@ class CfnWorkflow(
|
|
|
2730
2915
|
|
|
2731
2916
|
cfn_workflow = omics.CfnWorkflow(self, "MyCfnWorkflow",
|
|
2732
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
|
+
),
|
|
2733
2940
|
definition_uri="definitionUri",
|
|
2734
2941
|
description="description",
|
|
2735
2942
|
engine="engine",
|
|
@@ -2741,11 +2948,16 @@ class CfnWorkflow(
|
|
|
2741
2948
|
optional=False
|
|
2742
2949
|
)
|
|
2743
2950
|
},
|
|
2951
|
+
parameter_template_path="parameterTemplatePath",
|
|
2952
|
+
readme_markdown="readmeMarkdown",
|
|
2953
|
+
readme_path="readmePath",
|
|
2954
|
+
readme_uri="readmeUri",
|
|
2744
2955
|
storage_capacity=123,
|
|
2745
2956
|
storage_type="storageType",
|
|
2746
2957
|
tags={
|
|
2747
2958
|
"tags_key": "tags"
|
|
2748
|
-
}
|
|
2959
|
+
},
|
|
2960
|
+
workflow_bucket_owner_id="workflowBucketOwnerId"
|
|
2749
2961
|
)
|
|
2750
2962
|
'''
|
|
2751
2963
|
|
|
@@ -2755,29 +2967,46 @@ class CfnWorkflow(
|
|
|
2755
2967
|
id: builtins.str,
|
|
2756
2968
|
*,
|
|
2757
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,
|
|
2758
2973
|
definition_uri: typing.Optional[builtins.str] = None,
|
|
2759
2974
|
description: typing.Optional[builtins.str] = None,
|
|
2760
2975
|
engine: typing.Optional[builtins.str] = None,
|
|
2761
2976
|
main: typing.Optional[builtins.str] = None,
|
|
2762
2977
|
name: typing.Optional[builtins.str] = None,
|
|
2763
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,
|
|
2764
2983
|
storage_capacity: typing.Optional[jsii.Number] = None,
|
|
2765
2984
|
storage_type: typing.Optional[builtins.str] = None,
|
|
2766
2985
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
2986
|
+
workflow_bucket_owner_id: typing.Optional[builtins.str] = None,
|
|
2767
2987
|
) -> None:
|
|
2768
|
-
'''
|
|
2988
|
+
'''Create a new ``AWS::Omics::Workflow``.
|
|
2989
|
+
|
|
2769
2990
|
:param scope: Scope in which this resource is defined.
|
|
2770
2991
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2771
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.
|
|
2772
2996
|
:param definition_uri: The URI of a definition for the workflow.
|
|
2773
2997
|
:param description: The parameter's description.
|
|
2774
2998
|
:param engine: An engine for the workflow.
|
|
2775
2999
|
:param main: The path of the main definition file for the workflow.
|
|
2776
3000
|
:param name: The workflow's name.
|
|
2777
3001
|
:param parameter_template: The workflow's parameter template.
|
|
2778
|
-
:param
|
|
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.
|
|
2779
3007
|
:param storage_type:
|
|
2780
3008
|
:param tags: Tags for the workflow.
|
|
3009
|
+
:param workflow_bucket_owner_id: Optional workflow bucket owner ID to verify the workflow bucket.
|
|
2781
3010
|
'''
|
|
2782
3011
|
if __debug__:
|
|
2783
3012
|
type_hints = typing.get_type_hints(_typecheckingstub__b2d05cb293836959a925b22dbe1861bc4457d2d510bd3a480ae858ea9f00850d)
|
|
@@ -2785,15 +3014,23 @@ class CfnWorkflow(
|
|
|
2785
3014
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2786
3015
|
props = CfnWorkflowProps(
|
|
2787
3016
|
accelerators=accelerators,
|
|
3017
|
+
container_registry_map=container_registry_map,
|
|
3018
|
+
container_registry_map_uri=container_registry_map_uri,
|
|
3019
|
+
definition_repository=definition_repository,
|
|
2788
3020
|
definition_uri=definition_uri,
|
|
2789
3021
|
description=description,
|
|
2790
3022
|
engine=engine,
|
|
2791
3023
|
main=main,
|
|
2792
3024
|
name=name,
|
|
2793
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,
|
|
2794
3030
|
storage_capacity=storage_capacity,
|
|
2795
3031
|
storage_type=storage_type,
|
|
2796
3032
|
tags=tags,
|
|
3033
|
+
workflow_bucket_owner_id=workflow_bucket_owner_id,
|
|
2797
3034
|
)
|
|
2798
3035
|
|
|
2799
3036
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
@@ -2892,6 +3129,12 @@ class CfnWorkflow(
|
|
|
2892
3129
|
'''Tag Manager which manages the tags for this resource.'''
|
|
2893
3130
|
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
|
|
2894
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
|
+
|
|
2895
3138
|
@builtins.property
|
|
2896
3139
|
@jsii.member(jsii_name="accelerators")
|
|
2897
3140
|
def accelerators(self) -> typing.Optional[builtins.str]:
|
|
@@ -2904,6 +3147,54 @@ class CfnWorkflow(
|
|
|
2904
3147
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2905
3148
|
jsii.set(self, "accelerators", value) # pyright: ignore[reportArgumentType]
|
|
2906
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
|
+
|
|
2907
3198
|
@builtins.property
|
|
2908
3199
|
@jsii.member(jsii_name="definitionUri")
|
|
2909
3200
|
def definition_uri(self) -> typing.Optional[builtins.str]:
|
|
@@ -2987,6 +3278,58 @@ class CfnWorkflow(
|
|
|
2987
3278
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2988
3279
|
jsii.set(self, "parameterTemplate", value) # pyright: ignore[reportArgumentType]
|
|
2989
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
|
+
|
|
2990
3333
|
@builtins.property
|
|
2991
3334
|
@jsii.member(jsii_name="storageCapacity")
|
|
2992
3335
|
def storage_capacity(self) -> typing.Optional[jsii.Number]:
|
|
@@ -3028,24 +3371,42 @@ class CfnWorkflow(
|
|
|
3028
3371
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3029
3372
|
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3030
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
|
+
|
|
3031
3387
|
@jsii.data_type(
|
|
3032
|
-
jsii_type="aws-cdk-lib.aws_omics.CfnWorkflow.
|
|
3388
|
+
jsii_type="aws-cdk-lib.aws_omics.CfnWorkflow.ContainerRegistryMapProperty",
|
|
3033
3389
|
jsii_struct_bases=[],
|
|
3034
|
-
name_mapping={
|
|
3390
|
+
name_mapping={
|
|
3391
|
+
"image_mappings": "imageMappings",
|
|
3392
|
+
"registry_mappings": "registryMappings",
|
|
3393
|
+
},
|
|
3035
3394
|
)
|
|
3036
|
-
class
|
|
3395
|
+
class ContainerRegistryMapProperty:
|
|
3037
3396
|
def __init__(
|
|
3038
3397
|
self,
|
|
3039
3398
|
*,
|
|
3040
|
-
|
|
3041
|
-
|
|
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,
|
|
3042
3401
|
) -> None:
|
|
3043
|
-
'''
|
|
3402
|
+
'''Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.
|
|
3044
3403
|
|
|
3045
|
-
|
|
3046
|
-
: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* .
|
|
3047
3405
|
|
|
3048
|
-
:
|
|
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
|
|
3049
3410
|
:exampleMetadata: fixture=_generated
|
|
3050
3411
|
|
|
3051
3412
|
Example::
|
|
@@ -3054,40 +3415,50 @@ class CfnWorkflow(
|
|
|
3054
3415
|
# The values are placeholders you should change.
|
|
3055
3416
|
from aws_cdk import aws_omics as omics
|
|
3056
3417
|
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
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
|
+
)]
|
|
3060
3429
|
)
|
|
3061
3430
|
'''
|
|
3062
3431
|
if __debug__:
|
|
3063
|
-
type_hints = typing.get_type_hints(
|
|
3064
|
-
check_type(argname="argument
|
|
3065
|
-
check_type(argname="argument
|
|
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"])
|
|
3066
3435
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
3067
|
-
if
|
|
3068
|
-
self._values["
|
|
3069
|
-
if
|
|
3070
|
-
self._values["
|
|
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
|
|
3071
3440
|
|
|
3072
3441
|
@builtins.property
|
|
3073
|
-
def
|
|
3074
|
-
|
|
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.
|
|
3075
3446
|
|
|
3076
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-
|
|
3447
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-containerregistrymap.html#cfn-omics-workflow-containerregistrymap-imagemappings
|
|
3077
3448
|
'''
|
|
3078
|
-
result = self._values.get("
|
|
3079
|
-
return typing.cast(typing.Optional[
|
|
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)
|
|
3080
3451
|
|
|
3081
3452
|
@builtins.property
|
|
3082
|
-
def
|
|
3453
|
+
def registry_mappings(
|
|
3083
3454
|
self,
|
|
3084
|
-
) -> typing.Optional[typing.Union[
|
|
3085
|
-
'''
|
|
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.
|
|
3086
3457
|
|
|
3087
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-
|
|
3458
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-containerregistrymap.html#cfn-omics-workflow-containerregistrymap-registrymappings
|
|
3088
3459
|
'''
|
|
3089
|
-
result = self._values.get("
|
|
3090
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
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)
|
|
3091
3462
|
|
|
3092
3463
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3093
3464
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -3096,567 +3467,1764 @@ class CfnWorkflow(
|
|
|
3096
3467
|
return not (rhs == self)
|
|
3097
3468
|
|
|
3098
3469
|
def __repr__(self) -> str:
|
|
3099
|
-
return "
|
|
3470
|
+
return "ContainerRegistryMapProperty(%s)" % ", ".join(
|
|
3100
3471
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
3101
3472
|
)
|
|
3102
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.
|
|
3103
3494
|
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
"accelerators": "accelerators",
|
|
3109
|
-
"definition_uri": "definitionUri",
|
|
3110
|
-
"description": "description",
|
|
3111
|
-
"engine": "engine",
|
|
3112
|
-
"main": "main",
|
|
3113
|
-
"name": "name",
|
|
3114
|
-
"parameter_template": "parameterTemplate",
|
|
3115
|
-
"storage_capacity": "storageCapacity",
|
|
3116
|
-
"storage_type": "storageType",
|
|
3117
|
-
"tags": "tags",
|
|
3118
|
-
},
|
|
3119
|
-
)
|
|
3120
|
-
class CfnWorkflowProps:
|
|
3121
|
-
def __init__(
|
|
3122
|
-
self,
|
|
3123
|
-
*,
|
|
3124
|
-
accelerators: typing.Optional[builtins.str] = None,
|
|
3125
|
-
definition_uri: typing.Optional[builtins.str] = None,
|
|
3126
|
-
description: typing.Optional[builtins.str] = None,
|
|
3127
|
-
engine: typing.Optional[builtins.str] = None,
|
|
3128
|
-
main: typing.Optional[builtins.str] = None,
|
|
3129
|
-
name: typing.Optional[builtins.str] = None,
|
|
3130
|
-
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,
|
|
3131
|
-
storage_capacity: typing.Optional[jsii.Number] = None,
|
|
3132
|
-
storage_type: typing.Optional[builtins.str] = None,
|
|
3133
|
-
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3134
|
-
) -> None:
|
|
3135
|
-
'''Properties for defining a ``CfnWorkflow``.
|
|
3136
|
-
|
|
3137
|
-
:param accelerators:
|
|
3138
|
-
:param definition_uri: The URI of a definition for the workflow.
|
|
3139
|
-
:param description: The parameter's description.
|
|
3140
|
-
:param engine: An engine for the workflow.
|
|
3141
|
-
:param main: The path of the main definition file for the workflow.
|
|
3142
|
-
:param name: The workflow's name.
|
|
3143
|
-
:param parameter_template: The workflow's parameter template.
|
|
3144
|
-
:param storage_capacity: The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.
|
|
3145
|
-
:param storage_type:
|
|
3146
|
-
: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.
|
|
3147
3499
|
|
|
3148
|
-
|
|
3149
|
-
|
|
3500
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-definitionrepository.html
|
|
3501
|
+
:exampleMetadata: fixture=_generated
|
|
3150
3502
|
|
|
3151
|
-
|
|
3503
|
+
Example::
|
|
3152
3504
|
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
parameter_template={
|
|
3165
|
-
"parameter_template_key": omics.CfnWorkflow.WorkflowParameterProperty(
|
|
3166
|
-
description="description",
|
|
3167
|
-
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"
|
|
3168
3516
|
)
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
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
|
+
'''
|
|
3177
4405
|
if __debug__:
|
|
3178
|
-
type_hints = typing.get_type_hints(
|
|
3179
|
-
check_type(argname="argument
|
|
3180
|
-
check_type(argname="argument
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
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"))
|
|
3210
4462
|
|
|
3211
4463
|
@builtins.property
|
|
3212
|
-
|
|
4464
|
+
@jsii.member(jsii_name="attrArn")
|
|
4465
|
+
def attr_arn(self) -> builtins.str:
|
|
4466
|
+
'''ARN of the workflow version.
|
|
4467
|
+
|
|
4468
|
+
:cloudformationAttribute: Arn
|
|
3213
4469
|
'''
|
|
3214
|
-
|
|
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
|
|
3215
4478
|
'''
|
|
3216
|
-
|
|
3217
|
-
|
|
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]
|
|
3218
4751
|
|
|
3219
4752
|
@builtins.property
|
|
3220
|
-
|
|
3221
|
-
|
|
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"))
|
|
3222
4757
|
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
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]
|
|
3227
4767
|
|
|
3228
4768
|
@builtins.property
|
|
3229
|
-
|
|
3230
|
-
|
|
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"))
|
|
3231
4772
|
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
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]
|
|
3236
4779
|
|
|
3237
|
-
@
|
|
3238
|
-
|
|
3239
|
-
|
|
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.
|
|
3240
4796
|
|
|
3241
|
-
|
|
3242
|
-
'''
|
|
3243
|
-
result = self._values.get("engine")
|
|
3244
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
4797
|
+
For more information, see `Container images <https://docs.aws.amazon.com/omics/latest/dev/workflows-ecr.html>`_ in the *AWS HealthOmics User Guide* .
|
|
3245
4798
|
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
'''The path of the main definition file for the workflow.
|
|
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.
|
|
3249
4801
|
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
result = self._values.get("main")
|
|
3253
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
4802
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-containerregistrymap.html
|
|
4803
|
+
:exampleMetadata: fixture=_generated
|
|
3254
4804
|
|
|
3255
|
-
|
|
3256
|
-
def name(self) -> typing.Optional[builtins.str]:
|
|
3257
|
-
'''The workflow's name.
|
|
4805
|
+
Example::
|
|
3258
4806
|
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
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
|
|
3263
4833
|
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
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.
|
|
3269
4839
|
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
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)
|
|
3274
4844
|
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
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.
|
|
3278
4850
|
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
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)
|
|
3283
4855
|
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
'''
|
|
3287
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-storagetype
|
|
3288
|
-
'''
|
|
3289
|
-
result = self._values.get("storage_type")
|
|
3290
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
4856
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4857
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3291
4858
|
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
'''Tags for the workflow.
|
|
4859
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
4860
|
+
return not (rhs == self)
|
|
3295
4861
|
|
|
3296
|
-
:
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
4862
|
+
def __repr__(self) -> str:
|
|
4863
|
+
return "ContainerRegistryMapProperty(%s)" % ", ".join(
|
|
4864
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
4865
|
+
)
|
|
3300
4866
|
|
|
3301
|
-
|
|
3302
|
-
|
|
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.
|
|
3303
4887
|
|
|
3304
|
-
|
|
3305
|
-
|
|
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.
|
|
3306
4892
|
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
k + "=" + repr(v) for k, v in self._values.items()
|
|
3310
|
-
)
|
|
4893
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-definitionrepository.html
|
|
4894
|
+
:exampleMetadata: fixture=_generated
|
|
3311
4895
|
|
|
4896
|
+
Example::
|
|
3312
4897
|
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
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
|
|
3320
4927
|
|
|
3321
|
-
|
|
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.
|
|
3322
4931
|
|
|
3323
|
-
|
|
3324
|
-
|
|
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)
|
|
3325
4936
|
|
|
3326
|
-
|
|
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.
|
|
3327
4940
|
|
|
3328
|
-
|
|
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)
|
|
3329
4945
|
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
4946
|
+
@builtins.property
|
|
4947
|
+
def full_repository_id(self) -> typing.Optional[builtins.str]:
|
|
4948
|
+
'''The full repository identifier, including the repository owner and name.
|
|
3333
4949
|
|
|
3334
|
-
|
|
4950
|
+
For example, 'repository-owner/repository-name'.
|
|
3335
4951
|
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
cfn_workflow_version = omics.CfnWorkflowVersion(self, "MyCfnWorkflowVersion",
|
|
3341
|
-
version_name="versionName",
|
|
3342
|
-
workflow_id="workflowId",
|
|
3343
|
-
|
|
3344
|
-
# the properties below are optional
|
|
3345
|
-
accelerators="accelerators",
|
|
3346
|
-
definition_uri="definitionUri",
|
|
3347
|
-
description="description",
|
|
3348
|
-
engine="engine",
|
|
3349
|
-
main="main",
|
|
3350
|
-
parameter_template={
|
|
3351
|
-
"parameter_template_key": omics.CfnWorkflowVersion.WorkflowParameterProperty(
|
|
3352
|
-
description="description",
|
|
3353
|
-
optional=False
|
|
3354
|
-
)
|
|
3355
|
-
},
|
|
3356
|
-
storage_capacity=123,
|
|
3357
|
-
storage_type="storageType",
|
|
3358
|
-
tags={
|
|
3359
|
-
"tags_key": "tags"
|
|
3360
|
-
},
|
|
3361
|
-
workflow_bucket_owner_id="workflowBucketOwnerId"
|
|
3362
|
-
)
|
|
3363
|
-
'''
|
|
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)
|
|
3364
4956
|
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
workflow_bucket_owner_id: typing.Optional[builtins.str] = None,
|
|
3382
|
-
) -> None:
|
|
3383
|
-
'''
|
|
3384
|
-
:param scope: Scope in which this resource is defined.
|
|
3385
|
-
:param id: Construct identifier for this resource (unique in its scope).
|
|
3386
|
-
:param version_name: The name of the workflow version.
|
|
3387
|
-
:param workflow_id: The workflow's ID.
|
|
3388
|
-
:param accelerators:
|
|
3389
|
-
:param definition_uri:
|
|
3390
|
-
:param description: The description of the workflow version.
|
|
3391
|
-
:param engine:
|
|
3392
|
-
:param main:
|
|
3393
|
-
:param parameter_template:
|
|
3394
|
-
:param storage_capacity:
|
|
3395
|
-
:param storage_type:
|
|
3396
|
-
:param tags: A map of resource tags.
|
|
3397
|
-
:param workflow_bucket_owner_id:
|
|
3398
|
-
'''
|
|
3399
|
-
if __debug__:
|
|
3400
|
-
type_hints = typing.get_type_hints(_typecheckingstub__f9bbd83c3821b6d01e1b0445c2a66c0e7c312d81583ae6cf8dbe78c8d6a4bf99)
|
|
3401
|
-
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3402
|
-
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3403
|
-
props = CfnWorkflowVersionProps(
|
|
3404
|
-
version_name=version_name,
|
|
3405
|
-
workflow_id=workflow_id,
|
|
3406
|
-
accelerators=accelerators,
|
|
3407
|
-
definition_uri=definition_uri,
|
|
3408
|
-
description=description,
|
|
3409
|
-
engine=engine,
|
|
3410
|
-
main=main,
|
|
3411
|
-
parameter_template=parameter_template,
|
|
3412
|
-
storage_capacity=storage_capacity,
|
|
3413
|
-
storage_type=storage_type,
|
|
3414
|
-
tags=tags,
|
|
3415
|
-
workflow_bucket_owner_id=workflow_bucket_owner_id,
|
|
3416
|
-
)
|
|
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)
|
|
3417
4973
|
|
|
3418
|
-
|
|
4974
|
+
def __repr__(self) -> str:
|
|
4975
|
+
return "DefinitionRepositoryProperty(%s)" % ", ".join(
|
|
4976
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
4977
|
+
)
|
|
3419
4978
|
|
|
3420
|
-
@jsii.
|
|
3421
|
-
|
|
3422
|
-
|
|
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.
|
|
3423
4995
|
|
|
3424
|
-
|
|
3425
|
-
'''
|
|
3426
|
-
if __debug__:
|
|
3427
|
-
type_hints = typing.get_type_hints(_typecheckingstub__1a7de38e00c231b3afd92bbb59cad40657b334333096dde12413f391ade16867)
|
|
3428
|
-
check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
|
|
3429
|
-
return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
|
|
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.
|
|
3430
4997
|
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
self,
|
|
3434
|
-
props: typing.Mapping[builtins.str, typing.Any],
|
|
3435
|
-
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3436
|
-
'''
|
|
3437
|
-
:param props: -
|
|
3438
|
-
'''
|
|
3439
|
-
if __debug__:
|
|
3440
|
-
type_hints = typing.get_type_hints(_typecheckingstub__e1461fce0dec6c9339e6bbc0df050886fb1f30852661c80911b28268bdee03c9)
|
|
3441
|
-
check_type(argname="argument props", value=props, expected_type=type_hints["props"])
|
|
3442
|
-
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
|
|
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.
|
|
3443
5000
|
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
3447
|
-
'''The CloudFormation resource type name for this resource class.'''
|
|
3448
|
-
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
5001
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-imagemapping.html
|
|
5002
|
+
:exampleMetadata: fixture=_generated
|
|
3449
5003
|
|
|
3450
|
-
|
|
3451
|
-
@jsii.member(jsii_name="attrArn")
|
|
3452
|
-
def attr_arn(self) -> builtins.str:
|
|
3453
|
-
'''ARN of the workflow version.
|
|
5004
|
+
Example::
|
|
3454
5005
|
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
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
|
|
3458
5024
|
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
'''The creation time of the workflow version.
|
|
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.
|
|
3463
5028
|
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
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)
|
|
3467
5033
|
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
'''The status of the workflow version.
|
|
5034
|
+
@builtins.property
|
|
5035
|
+
def source_image(self) -> typing.Optional[builtins.str]:
|
|
5036
|
+
'''Specifies the URI of the source image in the upstream registry.
|
|
3472
5037
|
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
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)
|
|
3476
5042
|
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
def attr_type(self) -> builtins.str:
|
|
3480
|
-
'''The type of the workflow version.
|
|
5043
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
5044
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3481
5045
|
|
|
3482
|
-
:
|
|
3483
|
-
|
|
3484
|
-
return typing.cast(builtins.str, jsii.get(self, "attrType"))
|
|
5046
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
5047
|
+
return not (rhs == self)
|
|
3485
5048
|
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
:cloudformationAttribute: Uuid
|
|
3491
|
-
'''
|
|
3492
|
-
return typing.cast(builtins.str, jsii.get(self, "attrUuid"))
|
|
5049
|
+
def __repr__(self) -> str:
|
|
5050
|
+
return "ImageMappingProperty(%s)" % ", ".join(
|
|
5051
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
5052
|
+
)
|
|
3493
5053
|
|
|
3494
|
-
@
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
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.
|
|
3499
5074
|
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
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.
|
|
3504
5079
|
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
def version_name(self) -> builtins.str:
|
|
3508
|
-
'''The name of the workflow version.'''
|
|
3509
|
-
return typing.cast(builtins.str, jsii.get(self, "versionName"))
|
|
5080
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflowversion-registrymapping.html
|
|
5081
|
+
:exampleMetadata: fixture=_generated
|
|
3510
5082
|
|
|
3511
|
-
|
|
3512
|
-
def version_name(self, value: builtins.str) -> None:
|
|
3513
|
-
if __debug__:
|
|
3514
|
-
type_hints = typing.get_type_hints(_typecheckingstub__4a9f5bdcc4a225102f171d30f4738ab832792497c08ecb206114ad57125adf01)
|
|
3515
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3516
|
-
jsii.set(self, "versionName", value) # pyright: ignore[reportArgumentType]
|
|
5083
|
+
Example::
|
|
3517
5084
|
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
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
|
|
3523
5111
|
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
type_hints = typing.get_type_hints(_typecheckingstub__5def0afb0cd8ab9471e48b541cd9dceaeb6826bfe7a8a24d0c36614c73b1a6d6)
|
|
3528
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3529
|
-
jsii.set(self, "workflowId", value) # pyright: ignore[reportArgumentType]
|
|
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.
|
|
3530
5115
|
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
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)
|
|
3535
5120
|
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
type_hints = typing.get_type_hints(_typecheckingstub__b69952a53a68976751566fbcf17774d0dfa2d7ede106cb440b751f76c7eb99ef)
|
|
3540
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3541
|
-
jsii.set(self, "accelerators", value) # pyright: ignore[reportArgumentType]
|
|
5121
|
+
@builtins.property
|
|
5122
|
+
def ecr_repository_prefix(self) -> typing.Optional[builtins.str]:
|
|
5123
|
+
'''The repository prefix to use in the ECR private repository.
|
|
3542
5124
|
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
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)
|
|
3547
5129
|
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
type_hints = typing.get_type_hints(_typecheckingstub__7a8ff1e5a2ba3fcf1c5fb306e96445a76ec1ac6872615b206206a2a173f64978)
|
|
3552
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3553
|
-
jsii.set(self, "definitionUri", value) # pyright: ignore[reportArgumentType]
|
|
5130
|
+
@builtins.property
|
|
5131
|
+
def upstream_registry_url(self) -> typing.Optional[builtins.str]:
|
|
5132
|
+
'''The URI of the upstream registry.
|
|
3554
5133
|
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
|
|
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)
|
|
3560
5138
|
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
type_hints = typing.get_type_hints(_typecheckingstub__d26e61de900859028fd4b5aff7eb7fefa87386da043d620b3407bc69ef3f950b)
|
|
3565
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3566
|
-
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
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.
|
|
3567
5142
|
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
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)
|
|
3572
5147
|
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
if __debug__:
|
|
3576
|
-
type_hints = typing.get_type_hints(_typecheckingstub__4ade62566da0dd0e16cdb86d20bb176d8778e02a5223101deea2467f1ee7cadc)
|
|
3577
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3578
|
-
jsii.set(self, "engine", value) # pyright: ignore[reportArgumentType]
|
|
5148
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
5149
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3579
5150
|
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
def main(self) -> typing.Optional[builtins.str]:
|
|
3583
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "main"))
|
|
5151
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
5152
|
+
return not (rhs == self)
|
|
3584
5153
|
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3590
|
-
jsii.set(self, "main", value) # pyright: ignore[reportArgumentType]
|
|
5154
|
+
def __repr__(self) -> str:
|
|
5155
|
+
return "RegistryMappingProperty(%s)" % ", ".join(
|
|
5156
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
5157
|
+
)
|
|
3591
5158
|
|
|
3592
|
-
@
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
)
|
|
3597
|
-
|
|
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.
|
|
3598
5172
|
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
self,
|
|
3602
|
-
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnWorkflowVersion.WorkflowParameterProperty"]]]],
|
|
3603
|
-
) -> None:
|
|
3604
|
-
if __debug__:
|
|
3605
|
-
type_hints = typing.get_type_hints(_typecheckingstub__909f80095cd6043c196e37a387a0f1f32bfcddcd8f9a81c5e8f5ac8b4874faa9)
|
|
3606
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3607
|
-
jsii.set(self, "parameterTemplate", value) # pyright: ignore[reportArgumentType]
|
|
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.
|
|
3608
5175
|
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
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
|
|
3613
5199
|
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
type_hints = typing.get_type_hints(_typecheckingstub__ba60096260fa288ca386a5b2841efb8fa9833ea893400efeba006766f392a7b7)
|
|
3618
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3619
|
-
jsii.set(self, "storageCapacity", value) # pyright: ignore[reportArgumentType]
|
|
5200
|
+
@builtins.property
|
|
5201
|
+
def type(self) -> typing.Optional[builtins.str]:
|
|
5202
|
+
'''The type of source reference, such as branch, tag, or commit.
|
|
3620
5203
|
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
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)
|
|
3625
5208
|
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
type_hints = typing.get_type_hints(_typecheckingstub__50ce9715f4efa14e458d6207fae79f6b0ebc36a3bf74435e024116d9f8060ca2)
|
|
3630
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3631
|
-
jsii.set(self, "storageType", value) # pyright: ignore[reportArgumentType]
|
|
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.
|
|
3632
5212
|
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tags"))
|
|
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)
|
|
3638
5217
|
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
self,
|
|
3642
|
-
value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
|
|
3643
|
-
) -> None:
|
|
3644
|
-
if __debug__:
|
|
3645
|
-
type_hints = typing.get_type_hints(_typecheckingstub__bfbcbf729952f991d2243244c21c373b5bf1a3947ed2973ab1664037cdf636f8)
|
|
3646
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3647
|
-
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
5218
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
5219
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3648
5220
|
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
def workflow_bucket_owner_id(self) -> typing.Optional[builtins.str]:
|
|
3652
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "workflowBucketOwnerId"))
|
|
5221
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
5222
|
+
return not (rhs == self)
|
|
3653
5223
|
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3659
|
-
jsii.set(self, "workflowBucketOwnerId", value) # pyright: ignore[reportArgumentType]
|
|
5224
|
+
def __repr__(self) -> str:
|
|
5225
|
+
return "SourceReferenceProperty(%s)" % ", ".join(
|
|
5226
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
5227
|
+
)
|
|
3660
5228
|
|
|
3661
5229
|
@jsii.data_type(
|
|
3662
5230
|
jsii_type="aws-cdk-lib.aws_omics.CfnWorkflowVersion.WorkflowParameterProperty",
|
|
@@ -3738,11 +5306,18 @@ class CfnWorkflowVersion(
|
|
|
3738
5306
|
"version_name": "versionName",
|
|
3739
5307
|
"workflow_id": "workflowId",
|
|
3740
5308
|
"accelerators": "accelerators",
|
|
5309
|
+
"container_registry_map": "containerRegistryMap",
|
|
5310
|
+
"container_registry_map_uri": "containerRegistryMapUri",
|
|
5311
|
+
"definition_repository": "definitionRepository",
|
|
3741
5312
|
"definition_uri": "definitionUri",
|
|
3742
5313
|
"description": "description",
|
|
3743
5314
|
"engine": "engine",
|
|
3744
5315
|
"main": "main",
|
|
3745
5316
|
"parameter_template": "parameterTemplate",
|
|
5317
|
+
"parameter_template_path": "parameterTemplatePath",
|
|
5318
|
+
"readme_markdown": "readmeMarkdown",
|
|
5319
|
+
"readme_path": "readmePath",
|
|
5320
|
+
"readme_uri": "readmeUri",
|
|
3746
5321
|
"storage_capacity": "storageCapacity",
|
|
3747
5322
|
"storage_type": "storageType",
|
|
3748
5323
|
"tags": "tags",
|
|
@@ -3756,11 +5331,18 @@ class CfnWorkflowVersionProps:
|
|
|
3756
5331
|
version_name: builtins.str,
|
|
3757
5332
|
workflow_id: builtins.str,
|
|
3758
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,
|
|
3759
5337
|
definition_uri: typing.Optional[builtins.str] = None,
|
|
3760
5338
|
description: typing.Optional[builtins.str] = None,
|
|
3761
5339
|
engine: typing.Optional[builtins.str] = None,
|
|
3762
5340
|
main: typing.Optional[builtins.str] = None,
|
|
3763
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,
|
|
3764
5346
|
storage_capacity: typing.Optional[jsii.Number] = None,
|
|
3765
5347
|
storage_type: typing.Optional[builtins.str] = None,
|
|
3766
5348
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
@@ -3771,11 +5353,18 @@ class CfnWorkflowVersionProps:
|
|
|
3771
5353
|
:param version_name: The name of the workflow version.
|
|
3772
5354
|
:param workflow_id: The workflow's ID.
|
|
3773
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.
|
|
3774
5359
|
:param definition_uri:
|
|
3775
5360
|
:param description: The description of the workflow version.
|
|
3776
5361
|
:param engine:
|
|
3777
5362
|
:param main:
|
|
3778
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.
|
|
3779
5368
|
:param storage_capacity:
|
|
3780
5369
|
:param storage_type:
|
|
3781
5370
|
:param tags: A map of resource tags.
|
|
@@ -3796,6 +5385,28 @@ class CfnWorkflowVersionProps:
|
|
|
3796
5385
|
|
|
3797
5386
|
# the properties below are optional
|
|
3798
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
|
+
),
|
|
3799
5410
|
definition_uri="definitionUri",
|
|
3800
5411
|
description="description",
|
|
3801
5412
|
engine="engine",
|
|
@@ -3806,6 +5417,10 @@ class CfnWorkflowVersionProps:
|
|
|
3806
5417
|
optional=False
|
|
3807
5418
|
)
|
|
3808
5419
|
},
|
|
5420
|
+
parameter_template_path="parameterTemplatePath",
|
|
5421
|
+
readme_markdown="readmeMarkdown",
|
|
5422
|
+
readme_path="readmePath",
|
|
5423
|
+
readme_uri="readmeUri",
|
|
3809
5424
|
storage_capacity=123,
|
|
3810
5425
|
storage_type="storageType",
|
|
3811
5426
|
tags={
|
|
@@ -3819,11 +5434,18 @@ class CfnWorkflowVersionProps:
|
|
|
3819
5434
|
check_type(argname="argument version_name", value=version_name, expected_type=type_hints["version_name"])
|
|
3820
5435
|
check_type(argname="argument workflow_id", value=workflow_id, expected_type=type_hints["workflow_id"])
|
|
3821
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"])
|
|
3822
5440
|
check_type(argname="argument definition_uri", value=definition_uri, expected_type=type_hints["definition_uri"])
|
|
3823
5441
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
3824
5442
|
check_type(argname="argument engine", value=engine, expected_type=type_hints["engine"])
|
|
3825
5443
|
check_type(argname="argument main", value=main, expected_type=type_hints["main"])
|
|
3826
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"])
|
|
3827
5449
|
check_type(argname="argument storage_capacity", value=storage_capacity, expected_type=type_hints["storage_capacity"])
|
|
3828
5450
|
check_type(argname="argument storage_type", value=storage_type, expected_type=type_hints["storage_type"])
|
|
3829
5451
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
@@ -3834,6 +5456,12 @@ class CfnWorkflowVersionProps:
|
|
|
3834
5456
|
}
|
|
3835
5457
|
if accelerators is not None:
|
|
3836
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
|
|
3837
5465
|
if definition_uri is not None:
|
|
3838
5466
|
self._values["definition_uri"] = definition_uri
|
|
3839
5467
|
if description is not None:
|
|
@@ -3844,6 +5472,14 @@ class CfnWorkflowVersionProps:
|
|
|
3844
5472
|
self._values["main"] = main
|
|
3845
5473
|
if parameter_template is not None:
|
|
3846
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
|
|
3847
5483
|
if storage_capacity is not None:
|
|
3848
5484
|
self._values["storage_capacity"] = storage_capacity
|
|
3849
5485
|
if storage_type is not None:
|
|
@@ -3881,6 +5517,38 @@ class CfnWorkflowVersionProps:
|
|
|
3881
5517
|
result = self._values.get("accelerators")
|
|
3882
5518
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
3883
5519
|
|
|
5520
|
+
@builtins.property
|
|
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.
|
|
5525
|
+
|
|
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
|
+
|
|
3884
5552
|
@builtins.property
|
|
3885
5553
|
def definition_uri(self) -> typing.Optional[builtins.str]:
|
|
3886
5554
|
'''
|
|
@@ -3924,6 +5592,48 @@ class CfnWorkflowVersionProps:
|
|
|
3924
5592
|
result = self._values.get("parameter_template")
|
|
3925
5593
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnWorkflowVersion.WorkflowParameterProperty]]]], result)
|
|
3926
5594
|
|
|
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
|
|
5600
|
+
'''
|
|
5601
|
+
result = self._values.get("parameter_template_path")
|
|
5602
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
5603
|
+
|
|
5604
|
+
@builtins.property
|
|
5605
|
+
def readme_markdown(self) -> typing.Optional[builtins.str]:
|
|
5606
|
+
'''The markdown content for the workflow's README file.
|
|
5607
|
+
|
|
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
|
|
5611
|
+
'''
|
|
5612
|
+
result = self._values.get("readme_markdown")
|
|
5613
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
5614
|
+
|
|
5615
|
+
@builtins.property
|
|
5616
|
+
def readme_path(self) -> typing.Optional[builtins.str]:
|
|
5617
|
+
'''The path to the workflow README markdown file within the repository.
|
|
5618
|
+
|
|
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
|
+
|
|
3927
5637
|
@builtins.property
|
|
3928
5638
|
def storage_capacity(self) -> typing.Optional[jsii.Number]:
|
|
3929
5639
|
'''
|
|
@@ -4003,6 +5713,14 @@ def _typecheckingstub__ba5dcb906702f10b4a247a16c504ec605912264b052a73f0ae664d93b
|
|
|
4003
5713
|
"""Type checking stubs"""
|
|
4004
5714
|
pass
|
|
4005
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
|
+
|
|
4006
5724
|
def _typecheckingstub__3d66bbde88d332dceb0812bb6bbf08c2418490d8b0e9774a97971a3b895f48b8(
|
|
4007
5725
|
inspector: _TreeInspector_488e0dd5,
|
|
4008
5726
|
) -> None:
|
|
@@ -4113,6 +5831,22 @@ def _typecheckingstub__e38c503967033ff76d3e45880727cc62a1df749cb0aac8298f6d06d14
|
|
|
4113
5831
|
"""Type checking stubs"""
|
|
4114
5832
|
pass
|
|
4115
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(
|
|
5843
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5844
|
+
id: builtins.str,
|
|
5845
|
+
reference_store_id: builtins.str,
|
|
5846
|
+
) -> None:
|
|
5847
|
+
"""Type checking stubs"""
|
|
5848
|
+
pass
|
|
5849
|
+
|
|
4116
5850
|
def _typecheckingstub__1d75805be97b46dc8c38477db9eef63661d2478cb95cd31687daa2a21a351dfd(
|
|
4117
5851
|
inspector: _TreeInspector_488e0dd5,
|
|
4118
5852
|
) -> None:
|
|
@@ -4258,6 +5992,22 @@ def _typecheckingstub__a589aadb7c598845d5e4c6ef138fe8cbeb7253209ba9eb0e5e590611e
|
|
|
4258
5992
|
"""Type checking stubs"""
|
|
4259
5993
|
pass
|
|
4260
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
|
+
|
|
4261
6011
|
def _typecheckingstub__ea9a45fe9e84d5319386c1a777f6361e3fed5c916c543c8964323b54759ee470(
|
|
4262
6012
|
inspector: _TreeInspector_488e0dd5,
|
|
4263
6013
|
) -> None:
|
|
@@ -4360,6 +6110,14 @@ def _typecheckingstub__6d38872c12590b13122bc23c110efd40d1aa8369a37e1015fcc0ee252
|
|
|
4360
6110
|
"""Type checking stubs"""
|
|
4361
6111
|
pass
|
|
4362
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
|
+
|
|
4363
6121
|
def _typecheckingstub__8ca6bc97e153eee8b1d732a90be1690a35fffe864b7b05aaaac9e52711640fed(
|
|
4364
6122
|
inspector: _TreeInspector_488e0dd5,
|
|
4365
6123
|
) -> None:
|
|
@@ -4433,15 +6191,23 @@ def _typecheckingstub__b2d05cb293836959a925b22dbe1861bc4457d2d510bd3a480ae858ea9
|
|
|
4433
6191
|
id: builtins.str,
|
|
4434
6192
|
*,
|
|
4435
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,
|
|
4436
6197
|
definition_uri: typing.Optional[builtins.str] = None,
|
|
4437
6198
|
description: typing.Optional[builtins.str] = None,
|
|
4438
6199
|
engine: typing.Optional[builtins.str] = None,
|
|
4439
6200
|
main: typing.Optional[builtins.str] = None,
|
|
4440
6201
|
name: typing.Optional[builtins.str] = None,
|
|
4441
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,
|
|
4442
6207
|
storage_capacity: typing.Optional[jsii.Number] = None,
|
|
4443
6208
|
storage_type: typing.Optional[builtins.str] = None,
|
|
4444
6209
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
6210
|
+
workflow_bucket_owner_id: typing.Optional[builtins.str] = None,
|
|
4445
6211
|
) -> None:
|
|
4446
6212
|
"""Type checking stubs"""
|
|
4447
6213
|
pass
|
|
@@ -4464,6 +6230,24 @@ def _typecheckingstub__286f71b00d1993ebc792c6e260606dac95cf17ec599b45b4cb2111b4c
|
|
|
4464
6230
|
"""Type checking stubs"""
|
|
4465
6231
|
pass
|
|
4466
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
|
+
|
|
4467
6251
|
def _typecheckingstub__cc102140c3b77bda25eda4edac3ddf245628b20791c9053f2a901ded02c9b780(
|
|
4468
6252
|
value: typing.Optional[builtins.str],
|
|
4469
6253
|
) -> None:
|
|
@@ -4500,6 +6284,30 @@ def _typecheckingstub__cd71f853b8475a5b472d76bce0cd20afc1269357412bdaa83e29ea355
|
|
|
4500
6284
|
"""Type checking stubs"""
|
|
4501
6285
|
pass
|
|
4502
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
|
+
|
|
4503
6311
|
def _typecheckingstub__37c3d929054386cb4ebdbc60c2c3558d7cd34bed65861db5661f96d5d75ce7df(
|
|
4504
6312
|
value: typing.Optional[jsii.Number],
|
|
4505
6313
|
) -> None:
|
|
@@ -4518,6 +6326,56 @@ def _typecheckingstub__651d8f1caf8b2c987665acfeae50e19a5626bb723832dae7067c423aa
|
|
|
4518
6326
|
"""Type checking stubs"""
|
|
4519
6327
|
pass
|
|
4520
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
|
+
|
|
4521
6379
|
def _typecheckingstub__beb0e924d2102ff644fd2da920cdd60f013b66e8285db8ffc0ce774a694580a5(
|
|
4522
6380
|
*,
|
|
4523
6381
|
description: typing.Optional[builtins.str] = None,
|
|
@@ -4529,15 +6387,23 @@ def _typecheckingstub__beb0e924d2102ff644fd2da920cdd60f013b66e8285db8ffc0ce774a6
|
|
|
4529
6387
|
def _typecheckingstub__09bedca50200dd06a4bbe4bb6135e76dacff76287249f3d28b8f285f8205f173(
|
|
4530
6388
|
*,
|
|
4531
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,
|
|
4532
6393
|
definition_uri: typing.Optional[builtins.str] = None,
|
|
4533
6394
|
description: typing.Optional[builtins.str] = None,
|
|
4534
6395
|
engine: typing.Optional[builtins.str] = None,
|
|
4535
6396
|
main: typing.Optional[builtins.str] = None,
|
|
4536
6397
|
name: typing.Optional[builtins.str] = None,
|
|
4537
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,
|
|
4538
6403
|
storage_capacity: typing.Optional[jsii.Number] = None,
|
|
4539
6404
|
storage_type: typing.Optional[builtins.str] = None,
|
|
4540
6405
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
6406
|
+
workflow_bucket_owner_id: typing.Optional[builtins.str] = None,
|
|
4541
6407
|
) -> None:
|
|
4542
6408
|
"""Type checking stubs"""
|
|
4543
6409
|
pass
|
|
@@ -4549,11 +6415,18 @@ def _typecheckingstub__f9bbd83c3821b6d01e1b0445c2a66c0e7c312d81583ae6cf8dbe78c8d
|
|
|
4549
6415
|
version_name: builtins.str,
|
|
4550
6416
|
workflow_id: builtins.str,
|
|
4551
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,
|
|
4552
6421
|
definition_uri: typing.Optional[builtins.str] = None,
|
|
4553
6422
|
description: typing.Optional[builtins.str] = None,
|
|
4554
6423
|
engine: typing.Optional[builtins.str] = None,
|
|
4555
6424
|
main: typing.Optional[builtins.str] = None,
|
|
4556
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,
|
|
4557
6430
|
storage_capacity: typing.Optional[jsii.Number] = None,
|
|
4558
6431
|
storage_type: typing.Optional[builtins.str] = None,
|
|
4559
6432
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
@@ -4592,6 +6465,24 @@ def _typecheckingstub__b69952a53a68976751566fbcf17774d0dfa2d7ede106cb440b751f76c
|
|
|
4592
6465
|
"""Type checking stubs"""
|
|
4593
6466
|
pass
|
|
4594
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
|
+
|
|
4595
6486
|
def _typecheckingstub__7a8ff1e5a2ba3fcf1c5fb306e96445a76ec1ac6872615b206206a2a173f64978(
|
|
4596
6487
|
value: typing.Optional[builtins.str],
|
|
4597
6488
|
) -> None:
|
|
@@ -4622,6 +6513,30 @@ def _typecheckingstub__909f80095cd6043c196e37a387a0f1f32bfcddcd8f9a81c5e8f5ac8b4
|
|
|
4622
6513
|
"""Type checking stubs"""
|
|
4623
6514
|
pass
|
|
4624
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
|
+
|
|
4625
6540
|
def _typecheckingstub__ba60096260fa288ca386a5b2841efb8fa9833ea893400efeba006766f392a7b7(
|
|
4626
6541
|
value: typing.Optional[jsii.Number],
|
|
4627
6542
|
) -> None:
|
|
@@ -4646,6 +6561,50 @@ def _typecheckingstub__bc6b06c168132bf54bf849b9d49774230af45a049e67f52bc48dd0220
|
|
|
4646
6561
|
"""Type checking stubs"""
|
|
4647
6562
|
pass
|
|
4648
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
|
+
|
|
4649
6608
|
def _typecheckingstub__3d434101b6df92e22ac3acf923cd7bb4105c1a82dad119b383839a4f14189485(
|
|
4650
6609
|
*,
|
|
4651
6610
|
description: typing.Optional[builtins.str] = None,
|
|
@@ -4659,11 +6618,18 @@ def _typecheckingstub__32259ddc7b7d888918efaf09deb63ba780f3721ec1da9ea606ed8100a
|
|
|
4659
6618
|
version_name: builtins.str,
|
|
4660
6619
|
workflow_id: builtins.str,
|
|
4661
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,
|
|
4662
6624
|
definition_uri: typing.Optional[builtins.str] = None,
|
|
4663
6625
|
description: typing.Optional[builtins.str] = None,
|
|
4664
6626
|
engine: typing.Optional[builtins.str] = None,
|
|
4665
6627
|
main: typing.Optional[builtins.str] = None,
|
|
4666
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,
|
|
4667
6633
|
storage_capacity: typing.Optional[jsii.Number] = None,
|
|
4668
6634
|
storage_type: typing.Optional[builtins.str] = None,
|
|
4669
6635
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|