timeout

@JvmName(name = "yvawopbqjrlfboaa")
suspend fun timeout(value: Output<String>)
@JvmName(name = "yqmwknxfbrluahyp")
suspend fun timeout(value: String?)

Parameters

value

Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.