defaultUrlRedirect

@JvmName(name = "baxyexwnxuuyhhbn")
suspend fun defaultUrlRedirect(value: Output<URLMapPathMatcherDefaultUrlRedirectArgs>)
@JvmName(name = "oeecqddrfysjvuco")
suspend fun defaultUrlRedirect(value: URLMapPathMatcherDefaultUrlRedirectArgs?)

Parameters

value

When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set. Structure is documented below.


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

Parameters

argument

When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set. Structure is documented below.