Http Route Rule Action Redirect Args
data class HttpRouteRuleActionRedirectArgs(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<String>? = null, val stripQuery: Output<Boolean>? = null) : ConvertibleToJava<HttpRouteRuleActionRedirectArgs>
Constructors
Link copied to clipboard
fun HttpRouteRuleActionRedirectArgs(hostRedirect: Output<String>? = null, httpsRedirect: Output<Boolean>? = null, pathRedirect: Output<String>? = null, portRedirect: Output<Int>? = null, prefixRewrite: Output<String>? = null, responseCode: Output<String>? = null, stripQuery: Output<Boolean>? = null)