retry

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

Parameters

value

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


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

Parameters

argument

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