AWS Fundamentals Logo
AWS Fundamentals
AWS::Omics::WorkflowVersion

Omics WorkflowVersion

Definition of AWS::Omics::WorkflowVersion Resource Type.

Properties

19 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
VersionName
string
RequiredCreate-only
WorkflowId
string
RequiredCreate-only
Accelerators
string
Create-only
ContainerRegistryMap
ContainerRegistryMap
Create-only
ContainerRegistryMapUri
string
Create-onlyWrite-only
DefinitionRepository
DefinitionRepository
Create-onlyWrite-only
DefinitionUri
string
Create-onlyWrite-only
Description
string
Engine
string
Create-only
Main
string
Create-only
ParameterTemplate
WorkflowParameterTemplate
Create-only
ParameterTemplatePath
string
Create-onlyWrite-only
readmeMarkdown
string
Write-only
readmePath
string
Create-only
readmeUri
string
Create-onlyWrite-only
StorageCapacity
number
StorageType
string
Tags
TagMap
WorkflowBucketOwnerId
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CreationTimestring-
Statusstring-
Typestring-
Uuidstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Omics::WorkflowVersion

Resources:
  MyResource:
    Type: AWS::Omics::WorkflowVersion
    Properties:
      WorkflowId: "my-workflowid"
      VersionName: "my-versionname"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

omics:CreateWorkflowomics:GetWorkflowomics:CreateWorkflowVersionomics:GetWorkflowVersionomics:TagResources3:PutObjects3:GetObjects3:GetObjectAttributes

read

omics:GetWorkflowVersionomics:ListTagsForResource

update

omics:UpdateWorkflowVersionomics:GetWorkflowVersionomics:TagResourceomics:ListTagsForResourceomics:UntagResource

delete

omics:DeleteWorkflowVersionomics:GetWorkflowVersion

list

omics:ListWorkflowVersions

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceOmics
Properties24
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

WorkflowIdVersionNameDefinitionUriEngineMainParameterTemplateAcceleratorsWorkflowBucketOwnerIdAcceleratorsDefinitionRepositoryParameterTemplatePathreadmePathreadmeUriContainerRegistryMapContainerRegistryMapUri

External Links