WorkflowArgs

fun WorkflowArgs(callLogLevel: Output<WorkflowCallLogLevel>? = null, cryptoKeyName: Output<String>? = null, description: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, serviceAccount: Output<String>? = null, sourceContents: Output<String>? = null, workflowId: Output<String>? = null)