@aws-sdk/client-omics

CreateWorkflowCommandInput Interface

The input for CreateWorkflowCommand.

Members

Name
Type
Details
accelerators Accelerators | undefined

The computational accelerator specified to run the workflow.

definitionUri string | undefined

The URI of a definition for the workflow.

definitionZip Uint8Array | undefined

A ZIP archive for the workflow.

description string | undefined

A description for the workflow.

engine WorkflowEngine | undefined

An engine for the workflow.

main string | undefined

The path of the main definition file for the workflow.

name string | undefined

A name for the workflow.

parameterTemplate Record<string, WorkflowParameter> | undefined

A parameter template for the workflow.

requestId string | undefined

To ensure that requests don't run multiple times, specify a unique ID for each request.

storageCapacity number | undefined

The default storage capacity for the workflow runs, in gibibytes.

tags Record<string, string> | undefined

Tags for the workflow.

Full Signature

export interface CreateWorkflowCommandInput extends CreateWorkflowRequest