Http Route URLRewrite Args
data class HttpRouteURLRewriteArgs(val hostRewrite: Output<String>? = null, val pathPrefixRewrite: Output<String>? = null) : ConvertibleToJava<HttpRouteURLRewriteArgs>
The specification for modifying the URL of the request, prior to forwarding the request to the destination.