retryStrategy

@JvmName(name = "qieqmfhycfnkludd")
suspend fun retryStrategy(value: Output<RuleBatchRetryStrategyArgs>)
@JvmName(name = "nvomsbltkdsolgyx")
suspend fun retryStrategy(value: RuleBatchRetryStrategyArgs?)

Parameters

value

The retry strategy to use for failed jobs, if the target is an AWS Batch job. The retry strategy is the number of times to retry the failed job execution. Valid values are 1–10. When you specify a retry strategy here, it overrides the retry strategy defined in the job definition.


@JvmName(name = "uicncbigsvagqocr")
suspend fun retryStrategy(argument: suspend RuleBatchRetryStrategyArgsBuilder.() -> Unit)

Parameters

argument

The retry strategy to use for failed jobs, if the target is an AWS Batch job. The retry strategy is the number of times to retry the failed job execution. Valid values are 1–10. When you specify a retry strategy here, it overrides the retry strategy defined in the job definition.