AWS Fundamentals Logo
AWS Fundamentals
AWS::Omics::Workflow

Omics Workflow

Definition of AWS::Omics::Workflow Resource Type

Properties

18 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
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
Name
string
ParameterTemplate
WorkflowParameterTemplate
Create-only
ParameterTemplatePath
string
Create-onlyWrite-only
readmeMarkdown
string
Write-only
readmePath
string
Create-only
readmeUri
string
Create-onlyWrite-only
StorageCapacity
number
Create-only
StorageType
string
Tags
TagMap
WorkflowBucketOwnerId
string
Create-onlyWrite-only

Return Values

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

AttributeTypeDescription
Arnstring-
CreationTimestring-
Idstring-
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::Workflow

Resources:
  MyResource:
    Type: AWS::Omics::Workflow
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

omics:CreateWorkflowomics:GetWorkflowomics:TagResources3:PutObjects3:GetObjects3:GetObjectAttributess3:HeadObjects3:GetEncryptionConfiguration

read

omics:GetWorkflow

update

omics:UpdateWorkflowomics:GetWorkflowomics:TagResourceomics:ListTagsForResourceomics:UntagResource

delete

omics:DeleteWorkflowomics:GetWorkflow

list

omics:ListWorkflows

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
Required0
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

DefinitionUriEngineMainParameterTemplateStorageCapacityAcceleratorsDefinitionRepositoryParameterTemplatePathreadmePathreadmeUriWorkflowBucketOwnerIdContainerRegistryMapContainerRegistryMapUri

External Links