Workflow Template Args
constructor(dagTimeout: Output<String>? = null, encryptionConfig: Output<WorkflowTemplateEncryptionConfigArgs>? = null, jobs: Output<List<WorkflowTemplateJobArgs>>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, parameters: Output<List<WorkflowTemplateParameterArgs>>? = null, placement: Output<WorkflowTemplatePlacementArgs>? = null, project: Output<String>? = null, version: Output<Int>? = null)