URLMap Path Matcher Default Route Action Retry Policy Args
data class URLMapPathMatcherDefaultRouteActionRetryPolicyArgs(val numRetries: Output<Int>? = null, val perTryTimeout: Output<URLMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeoutArgs>? = null, val retryConditions: Output<List<String>>? = null) : ConvertibleToJava<URLMapPathMatcherDefaultRouteActionRetryPolicyArgs>
Constructors
Link copied to clipboard
fun URLMapPathMatcherDefaultRouteActionRetryPolicyArgs(numRetries: Output<Int>? = null, perTryTimeout: Output<URLMapPathMatcherDefaultRouteActionRetryPolicyPerTryTimeoutArgs>? = null, retryConditions: Output<List<String>>? = null)