WorkflowArgs

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)