activeDeadlineSeconds

@JvmName(name = "lfgrkiohtudturos")
suspend fun activeDeadlineSeconds(value: Output<Int>)
@JvmName(name = "rqcakourxnsauhmr")
suspend fun activeDeadlineSeconds(value: Int?)

Parameters

value

Specifies the duration in seconds relative to the startTime that the job may be continuously active before the system tries to terminate it; value must be positive integer. If a Job is suspended (at creation or through an update), this timer will effectively be stopped and reset when the Job is resumed again.