evaluateOnExits

@JvmName(name = "unyqurggbyxmowgt")
suspend fun evaluateOnExits(value: Output<List<JobDefinitionRetryStrategyEvaluateOnExitArgs>>)
@JvmName(name = "ibvguxadcoolkxtn")
suspend fun evaluateOnExits(value: List<JobDefinitionRetryStrategyEvaluateOnExitArgs>?)

Parameters

value

Evaluate on exit conditions under which the job should be retried or failed. If this parameter is specified, then the attempts parameter must also be specified. You may specify up to 5 configuration blocks.


@JvmName(name = "olxxmbsrbitwwvrh")
suspend fun evaluateOnExits(vararg values: Output<JobDefinitionRetryStrategyEvaluateOnExitArgs>)


@JvmName(name = "ahjmixbpmnaxhtgl")
suspend fun evaluateOnExits(values: List<Output<JobDefinitionRetryStrategyEvaluateOnExitArgs>>)
@JvmName(name = "urarbpnpififakou")
suspend fun evaluateOnExits(vararg values: JobDefinitionRetryStrategyEvaluateOnExitArgs)

Parameters

values

Evaluate on exit conditions under which the job should be retried or failed. If this parameter is specified, then the attempts parameter must also be specified. You may specify up to 5 configuration blocks.


@JvmName(name = "hiuouowpjunhkaql")
suspend fun evaluateOnExits(argument: List<suspend JobDefinitionRetryStrategyEvaluateOnExitArgsBuilder.() -> Unit>)
@JvmName(name = "hcvfcmwtutlqyips")
suspend fun evaluateOnExits(vararg argument: suspend JobDefinitionRetryStrategyEvaluateOnExitArgsBuilder.() -> Unit)
@JvmName(name = "eqnkmylwwjeyjkac")
suspend fun evaluateOnExits(argument: suspend JobDefinitionRetryStrategyEvaluateOnExitArgsBuilder.() -> Unit)

Parameters

argument

Evaluate on exit conditions under which the job should be retried or failed. If this parameter is specified, then the attempts parameter must also be specified. You may specify up to 5 configuration blocks.