Http Route Redirect Args
data class HttpRouteRedirectArgs(val hostRedirect: Output<String>? = null, val httpsRedirect: Output<Boolean>? = null, val pathRedirect: Output<String>? = null, val portRedirect: Output<Int>? = null, val prefixRewrite: Output<String>? = null, val responseCode: Output<HttpRouteRedirectResponseCode>? = null, val stripQuery: Output<Boolean>? = null) : ConvertibleToJava<HttpRouteRedirectArgs>
The specification for redirecting traffic.
Constructors
Link copied to clipboard
fun HttpRouteRedirectArgs(hostRedirect: Output<String>? = null, httpsRedirect: Output<Boolean>? = null, pathRedirect: Output<String>? = null, portRedirect: Output<Int>? = null, prefixRewrite: Output<String>? = null, responseCode: Output<HttpRouteRedirectResponseCode>? = null, stripQuery: Output<Boolean>? = null)