QueueRetryConfigArgs

constructor(maxAttempts: Output<Int>? = null, maxBackoff: Output<String>? = null, maxDoublings: Output<Int>? = null, maxRetryDuration: Output<String>? = null, minBackoff: Output<String>? = null)