defaultUrlRedirect

@JvmName(name = "dfunaaiwhwctgydb")
suspend fun defaultUrlRedirect(value: Output<URLMapDefaultUrlRedirectArgs>)
@JvmName(name = "sdmmgfxqpcrfgumi")
suspend fun defaultUrlRedirect(value: URLMapDefaultUrlRedirectArgs?)

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 = "nicsaoncyiywfmer")
suspend fun defaultUrlRedirect(argument: suspend URLMapDefaultUrlRedirectArgsBuilder.() -> 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.