Workflow Args
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
Link copied to clipboard
The URI of a definition for the workflow.
Link copied to clipboard
The parameter's description.
Link copied to clipboard
An engine for the workflow.
Link copied to clipboard
The workflow's parameter template.
Link copied to clipboard
The default storage capacity for the workflow runs, in gibibytes.