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<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)

Functions

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

Properties

Link copied to clipboard
val accelerators: Output<WorkflowAccelerators>? = null
Link copied to clipboard
val definitionUri: Output<String>? = null
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val engine: Output<WorkflowEngine>? = null
Link copied to clipboard
val main: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val storageCapacity: Output<Double>? = null
Link copied to clipboard
val tags: Output<WorkflowTagMapArgs>? = null