evaluateOnExit property

List<EvaluateOnExit>? evaluateOnExit
final

Array of up to 5 objects that specify conditions under which the job should be retried or failed. If this parameter is specified, then the attempts parameter must also be specified.

Implementation

final List<EvaluateOnExit>? evaluateOnExit;