jobStateTimeLimitActions

@JvmName(name = "jmvwtxudwhxyuaqe")
suspend fun jobStateTimeLimitActions(value: Output<List<JobQueueJobStateTimeLimitActionArgs>>)
@JvmName(name = "esshgllhrmbhwrvj")
suspend fun jobStateTimeLimitActions(value: List<JobQueueJobStateTimeLimitActionArgs>?)

Parameters

value

The set of actions that AWS Batch perform on jobs that remain at the head of the job queue in the specified state longer than specified times. AWS Batch will perform each action after maxTimeSeconds has passed.


@JvmName(name = "mmbbmyvyexdjskvp")
suspend fun jobStateTimeLimitActions(vararg values: Output<JobQueueJobStateTimeLimitActionArgs>)


@JvmName(name = "lylhtdjewutxnriq")
suspend fun jobStateTimeLimitActions(values: List<Output<JobQueueJobStateTimeLimitActionArgs>>)
@JvmName(name = "deommbgmpipmuhbg")
suspend fun jobStateTimeLimitActions(vararg values: JobQueueJobStateTimeLimitActionArgs)

Parameters

values

The set of actions that AWS Batch perform on jobs that remain at the head of the job queue in the specified state longer than specified times. AWS Batch will perform each action after maxTimeSeconds has passed.


@JvmName(name = "hvgtmbqtwbflbfrf")
suspend fun jobStateTimeLimitActions(argument: List<suspend JobQueueJobStateTimeLimitActionArgsBuilder.() -> Unit>)
@JvmName(name = "potvjlwpbnvdqvxq")
suspend fun jobStateTimeLimitActions(vararg argument: suspend JobQueueJobStateTimeLimitActionArgsBuilder.() -> Unit)
@JvmName(name = "aolrlthctqyoxion")
suspend fun jobStateTimeLimitActions(argument: suspend JobQueueJobStateTimeLimitActionArgsBuilder.() -> Unit)

Parameters

argument

The set of actions that AWS Batch perform on jobs that remain at the head of the job queue in the specified state longer than specified times. AWS Batch will perform each action after maxTimeSeconds has passed.