HttpRetryPolicyArgs

constructor(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)