per Try Timeout
suspend fun perTryTimeout(value: Output<RegionUrlMapDefaultRouteActionRetryPolicyPerTryTimeoutArgs>)
Parameters
value
Specifies a non-zero timeout per retry attempt. If not specified, will use the timeout set in HttpRouteAction. If timeout in HttpRouteAction is not set, will use the largest timeout among all backend services associated with the route. Structure is documented below.
suspend fun perTryTimeout(argument: suspend RegionUrlMapDefaultRouteActionRetryPolicyPerTryTimeoutArgsBuilder.() -> Unit)
Parameters
argument
Specifies a non-zero timeout per retry attempt. If not specified, will use the timeout set in HttpRouteAction. If timeout in HttpRouteAction is not set, will use the largest timeout among all backend services associated with the route. Structure is documented below.