Http Retry Policy Args
data class HttpRetryPolicyArgs(val errors: Output<List<String>>? = null, val headers: Output<List<HeaderMatchArgs>>? = null, val httpStatusCodes: Output<List<Int>>? = null, val initialDelayInMilliseconds: Output<Double>? = null, val maxIntervalInMilliseconds: Output<Double>? = null, val maxRetries: Output<Int>? = null) : ConvertibleToJava<HttpRetryPolicyArgs>
Policy that defines http request retry conditions
Constructors
Link copied to clipboard
fun HttpRetryPolicyArgs(errors: Output<List<String>>? = null, headers: Output<List<HeaderMatchArgs>>? = null, httpStatusCodes: Output<List<Int>>? = null, initialDelayInMilliseconds: Output<Double>? = null, maxIntervalInMilliseconds: Output<Double>? = null, maxRetries: Output<Int>? = null)