AWS::Omics::WorkflowVersionCreates a new workflow version for the workflow that you specify with the `workflowId` parameter. 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. Provide a version name that is unique for this workflow. You cannot change the name after HealthOmics creates the version. > Don't include any personally identifiable information (PII) in the version name. Version names appear in the workflow version ARN. 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* .
import { CfnWorkflowVersion } from 'aws-cdk-lib/aws-omics';Or use the module namespace:
import * as omics from 'aws-cdk-lib/aws-omics';
// omics.CfnWorkflowVersionConfiguration passed to the constructor as CfnWorkflowVersionProps.
versionNameRequiredstringThe name of the workflow version.
workflowIdRequiredstringThe workflow's ID.
acceleratorsOptionalstringcontainerRegistryMapOptionalIResolvable | ContainerRegistryMapPropertyUse 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* .
containerRegistryMapUriOptionalstringdefinitionRepositoryOptionalIResolvable | DefinitionRepositoryPropertyContains information about a source code repository that hosts the workflow definition files.
definitionUriOptionalstringdescriptionOptionalstringThe description of the workflow version.
engineOptionalstringmainOptionalstringparameterTemplateOptionalIResolvable | { [key: string]: IResolvable | WorkflowParameterProperty }parameterTemplatePathOptionalstringPath to the primary workflow parameter template JSON file inside the repository.
readmeMarkdownOptionalstringThe markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
readmePathOptionalstringThe 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.
readmeUriOptionalstringThe 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.
storageCapacityOptionalnumberstorageTypeOptionalstringtagsOptional{ [key: string]: string }A map of resource tags.
workflowBucketOwnerIdOptionalstringThis L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-omicsAWS::Omics::WorkflowVersion