defaultUrlRedirect

@JvmName(name = "tffgafpnooocpnkg")
suspend fun defaultUrlRedirect(value: Output<HttpRedirectActionArgs>)
@JvmName(name = "kmhyumvpnjgcdqcn")
suspend fun defaultUrlRedirect(value: HttpRedirectActionArgs?)

Parameters

value

When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set. Not supported when the URL map is bound to a target gRPC proxy.


@JvmName(name = "utoeeuywpwkhtkoh")
suspend fun defaultUrlRedirect(argument: suspend HttpRedirectActionArgsBuilder.() -> Unit)

Parameters

argument

When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set. Not supported when the URL map is bound to a target gRPC proxy.