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.
Constructors
Link copied to clipboard
fun HttpRouteURLRewriteArgs(hostRewrite: Output<String>? = null, pathPrefixRewrite: Output<String>? = null)