WorkflowArgs

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)