urlRedirect

@JvmName(name = "uoycwqwnxhqdgfvg")
suspend fun urlRedirect(value: Output<RegionUrlMapPathMatcherPathRuleUrlRedirectArgs>)
@JvmName(name = "nhpvagpihbkxoiwy")
suspend fun urlRedirect(value: RegionUrlMapPathMatcherPathRuleUrlRedirectArgs?)

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