HttpRouteRuleActionUrlRewriteArgs

data class HttpRouteRuleActionUrlRewriteArgs(val hostRewrite: Output<String>? = null, val pathPrefixRewrite: Output<String>? = null) : ConvertibleToJava<HttpRouteRuleActionUrlRewriteArgs>

Constructors

Link copied to clipboard
fun HttpRouteRuleActionUrlRewriteArgs(hostRewrite: Output<String>? = null, pathPrefixRewrite: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): HttpRouteRuleActionUrlRewriteArgs

Properties

Link copied to clipboard
val hostRewrite: Output<String>? = null

Prior to forwarding the request to the selected destination, the requests host header is replaced by this value.

Link copied to clipboard
val pathPrefixRewrite: Output<String>? = null

Prior to forwarding the request to the selected destination, the matching portion of the requests path is replaced by this value.