evaluateOnExit

@JvmName(name = "yevtjktbcdlbxhaq")
suspend fun evaluateOnExit(value: Output<List<JobDefinitionEvaluateOnExitArgs>>)
@JvmName(name = "uryujyqvmyvdvrnr")
suspend fun evaluateOnExit(value: List<JobDefinitionEvaluateOnExitArgs>?)

Parameters

value

Array of up to 5 objects that specify the conditions where jobs are retried or failed. If this parameter is specified, then the attempts parameter must also be specified. If none of the listed conditions match, then the job is retried.


@JvmName(name = "eqhrgbrepbiiuijc")
suspend fun evaluateOnExit(vararg values: Output<JobDefinitionEvaluateOnExitArgs>)


@JvmName(name = "abkdnigckcfewgcc")
suspend fun evaluateOnExit(values: List<Output<JobDefinitionEvaluateOnExitArgs>>)
@JvmName(name = "lsiphxubxmgbcgil")
suspend fun evaluateOnExit(vararg values: JobDefinitionEvaluateOnExitArgs)

Parameters

values

Array of up to 5 objects that specify the conditions where jobs are retried or failed. If this parameter is specified, then the attempts parameter must also be specified. If none of the listed conditions match, then the job is retried.


@JvmName(name = "ngyasoptccdecjcn")
suspend fun evaluateOnExit(argument: List<suspend JobDefinitionEvaluateOnExitArgsBuilder.() -> Unit>)
@JvmName(name = "vlwetoahkgarxhwj")
suspend fun evaluateOnExit(vararg argument: suspend JobDefinitionEvaluateOnExitArgsBuilder.() -> Unit)
@JvmName(name = "lqeijaufawuqmcif")
suspend fun evaluateOnExit(argument: suspend JobDefinitionEvaluateOnExitArgsBuilder.() -> Unit)

Parameters

argument

Array of up to 5 objects that specify the conditions where jobs are retried or failed. If this parameter is specified, then the attempts parameter must also be specified. If none of the listed conditions match, then the job is retried.