RetryConfigArgs

fun RetryConfigArgs(maxAttempts: Output<Int>? = null, maxBackoff: Output<String>? = null, maxDoublings: Output<Int>? = null, maxRetryDuration: Output<String>? = null, minBackoff: Output<String>? = null, unlimitedAttempts: Output<Boolean>? = null)