urlRewrite property

UrlRewrite? urlRewrite
getter/setter pair

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 classic Application Load Balancers. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.

Implementation

UrlRewrite? urlRewrite;