AWS::Omics::Workflow

Creates a workflow.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Omics::Workflow", "Properties" : { "DefinitionUri" : String, "Description" : String, "Engine" : String, "Main" : String, "Name" : String, "ParameterTemplate" : {Key : Value, ...}, "StorageCapacity" : Double, "Tags" : {Key : Value, ...} } }

YAML

Type: AWS::Omics::Workflow Properties: DefinitionUri: String Description: String Engine: String Main: String Name: String ParameterTemplate: Key : Value StorageCapacity: Double Tags: Key : Value

Properties

DefinitionUri

The URI of a definition for the workflow.

Required: No

Type: String

Minimum: 1

Maximum: 256

Pattern: [\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+

Update requires: Replacement

Description

The parameter's description.

Required: No

Type: String

Minimum: 0

Maximum: 256

Pattern: [\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+

Update requires: No interruption

Engine

An engine for the workflow.

Required: No

Type: String

Allowed values: NEXTFLOW | WDL

Update requires: Replacement

Main

The path of the main definition file for the workflow.

Required: No

Type: String

Minimum: 1

Maximum: 128

Pattern: [\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+

Update requires: Replacement

Name

The workflow's name.

Required: No

Type: String

Minimum: 1

Maximum: 128

Pattern: [\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+

Update requires: No interruption

ParameterTemplate

The workflow's parameter template.

Required: No

Type: Map of WorkflowParameter

Update requires: Replacement

StorageCapacity

A storage capacity for the workflow in gigabytes.

Required: No

Type: Double

Minimum: 0

Maximum: 100000

Update requires: Replacement

Tags

Tags for the workflow.

Required: No

Type: Map of String

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the details of this resource. For example:

{ "Ref": "Workflow.Type" } Ref returns the type of workflow.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

Arn

The ARN for the workflow.

CreationTime

When the workflow was created.

Id

The workflow's ID.

Status

The workflow's status.

Type

The workflow's type.