WorkflowArgs

data class WorkflowArgs(val accelerators: Output<WorkflowAccelerators>? = null, val definitionUri: Output<String>? = null, val description: Output<String>? = null, val engine: Output<WorkflowEngine>? = null, val main: Output<String>? = null, val name: Output<String>? = null, val parameterTemplate: Output<Map<String, WorkflowParameterArgs>>? = null, val storageCapacity: Output<Double>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<WorkflowArgs>

Definition of AWS::Omics::Workflow Resource Type

Constructors

Link copied to clipboard
constructor(accelerators: Output<WorkflowAccelerators>? = null, definitionUri: Output<String>? = null, description: Output<String>? = null, engine: Output<WorkflowEngine>? = null, main: Output<String>? = null, name: Output<String>? = null, parameterTemplate: Output<Map<String, WorkflowParameterArgs>>? = null, storageCapacity: Output<Double>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val accelerators: Output<WorkflowAccelerators>? = null
Link copied to clipboard
val definitionUri: Output<String>? = null

The URI of a definition for the workflow.

Link copied to clipboard
val description: Output<String>? = null

The parameter's description.

Link copied to clipboard
val engine: Output<WorkflowEngine>? = null

An engine for the workflow.

Link copied to clipboard
val main: Output<String>? = null

The path of the main definition file for the workflow.

Link copied to clipboard
val name: Output<String>? = null

The workflow's name.

Link copied to clipboard

The workflow's parameter template.

Link copied to clipboard
val storageCapacity: Output<Double>? = null

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

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Tags for the workflow.

Functions

Link copied to clipboard
open override fun toJava(): WorkflowArgs