urlRedirect

@JvmName(name = "pneohnnynsbomfye")
suspend fun urlRedirect(value: Output<URLMapPathMatcherPathRuleUrlRedirectArgs>)
@JvmName(name = "ftepetsqfucibhrm")
suspend fun urlRedirect(value: URLMapPathMatcherPathRuleUrlRedirectArgs?)

Parameters

value

When a path pattern is matched, the request is redirected to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction must not be set. Structure is documented below.


@JvmName(name = "ycuvqxayhpsglhve")
suspend fun urlRedirect(argument: suspend URLMapPathMatcherPathRuleUrlRedirectArgsBuilder.() -> Unit)

Parameters

argument

When a path pattern is matched, the request is redirected to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction must not be set. Structure is documented below.