retry

@JvmName(name = "klfaqmrfltctabji")
suspend fun retry(value: Output<RetryArgs>)
@JvmName(name = "yxnynehcvgboppsb")
suspend fun retry(value: RetryArgs?)

Parameters

value

If specified, then the function will be retried in case of a failure.


@JvmName(name = "wdjvtjayvipbmwpf")
suspend fun retry(argument: suspend RetryArgsBuilder.() -> Unit)

Parameters

argument

If specified, then the function will be retried in case of a failure.