defaultUrlRedirect

@JvmName(name = "vkbvvxvcdsvefwqb")
suspend fun defaultUrlRedirect(value: Output<RegionUrlMapPathMatcherDefaultUrlRedirectArgs>)
@JvmName(name = "amymslidvryrqdfa")
suspend fun defaultUrlRedirect(value: RegionUrlMapPathMatcherDefaultUrlRedirectArgs?)

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