urlRedirect

@JvmName(name = "ykxobbejsflmasgf")
suspend fun urlRedirect(value: Output<HttpRedirectActionArgs>)
@JvmName(name = "sxgiricyjbvmlosd")
suspend fun urlRedirect(value: HttpRedirectActionArgs?)

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. Not supported when the URL map is bound to a target gRPC proxy.


@JvmName(name = "bwyckncxtejblbfe")
suspend fun urlRedirect(argument: suspend HttpRedirectActionArgsBuilder.() -> 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. Not supported when the URL map is bound to a target gRPC proxy.