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<WorkflowParameterTemplateArgs>? = null, val storageCapacity: Output<Double>? = null, val tags: Output<WorkflowTagMapArgs>? = null) : ConvertibleToJava<WorkflowArgs>
Definition of AWS::Omics::Workflow Resource Type
Constructors
Link copied to clipboard
fun WorkflowArgs(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<WorkflowParameterTemplateArgs>? = null, storageCapacity: Output<Double>? = null, tags: Output<WorkflowTagMapArgs>? = null)