urlRewrite

@JvmName(name = "wrlmqxvngyjiurmn")
suspend fun urlRewrite(value: Output<UrlRewriteArgs>)
@JvmName(name = "nhjmohjcanqtanen")
suspend fun urlRewrite(value: UrlRewriteArgs?)

Parameters

value

The spec to modify the URL of the request, before forwarding the request to the matched service. urlRewrite is the only action supported in UrlMaps for external HTTP(S) load balancers. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.


@JvmName(name = "kfhstoiibhuwpiwe")
suspend fun urlRewrite(argument: suspend UrlRewriteArgsBuilder.() -> Unit)

Parameters

argument

The spec to modify the URL of the request, before forwarding the request to the matched service. urlRewrite is the only action supported in UrlMaps for external HTTP(S) load balancers. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.