dagTimeout

@JvmName(name = "rujngsqrgogrigtj")
suspend fun dagTimeout(value: Output<String>)
@JvmName(name = "txargbkprggevtkh")
suspend fun dagTimeout(value: String?)

Parameters

value

(Beta only) Optional. Timeout duration for the DAG of jobs. You can use "s", "m", "h", and "d" suffixes for second, minute, hour, and day duration values, respectively. The timeout duration must be from 10 minutes ("10m") to 24 hours ("24h" or "1d"). The timer begins when the first job is submitted. If the workflow is running at the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running on a (/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster), the cluster is deleted.