Workflow Template Job Presto Job Args
data class WorkflowTemplateJobPrestoJobArgs(val clientTags: Output<List<String>>? = null, val continueOnFailure: Output<Boolean>? = null, val loggingConfig: Output<WorkflowTemplateJobPrestoJobLoggingConfigArgs>? = null, val outputFormat: Output<String>? = null, val properties: Output<Map<String, String>>? = null, val queryFileUri: Output<String>? = null, val queryList: Output<WorkflowTemplateJobPrestoJobQueryListArgs>? = null) : ConvertibleToJava<WorkflowTemplateJobPrestoJobArgs>
Constructors
Link copied to clipboard
fun WorkflowTemplateJobPrestoJobArgs(clientTags: Output<List<String>>? = null, continueOnFailure: Output<Boolean>? = null, loggingConfig: Output<WorkflowTemplateJobPrestoJobLoggingConfigArgs>? = null, outputFormat: Output<String>? = null, properties: Output<Map<String, String>>? = null, queryFileUri: Output<String>? = null, queryList: Output<WorkflowTemplateJobPrestoJobQueryListArgs>? = null)