urlRedirect

@JvmName(name = "irdvepoxajnfqyjj")
suspend fun urlRedirect(value: Output<RegionUrlMapPathMatcherRouteRuleUrlRedirectArgs>)
@JvmName(name = "holrlfsfoqkoyice")
suspend fun urlRedirect(value: RegionUrlMapPathMatcherRouteRuleUrlRedirectArgs?)

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 = "selcfhpcwwmlwjii")
suspend fun urlRedirect(argument: suspend RegionUrlMapPathMatcherRouteRuleUrlRedirectArgsBuilder.() -> 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.