RetryConfigArgs

constructor(maxBackoffDuration: Output<String>? = null, maxDoublings: Output<Int>? = null, maxRetryDuration: Output<String>? = null, minBackoffDuration: Output<String>? = null, retryCount: Output<Int>? = null)