urlRedirect

@JvmName(name = "jluebakaarrmgyef")
suspend fun urlRedirect(value: Output<URLMapPathMatcherRouteRuleUrlRedirectArgs>)
@JvmName(name = "eesmnhcnojgjiwtp")
suspend fun urlRedirect(value: URLMapPathMatcherRouteRuleUrlRedirectArgs?)

Parameters

value

When this rule 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 = "fhdmpvfiaifhhrgl")
suspend fun urlRedirect(argument: suspend URLMapPathMatcherRouteRuleUrlRedirectArgsBuilder.() -> Unit)

Parameters

argument

When this rule 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.