URLMap Path Matcher Path Rule Url Redirect Args
data class URLMapPathMatcherPathRuleUrlRedirectArgs(val hostRedirect: Output<String>? = null, val httpsRedirect: Output<Boolean>? = null, val pathRedirect: Output<String>? = null, val prefixRedirect: Output<String>? = null, val redirectResponseCode: Output<String>? = null, val stripQuery: Output<Boolean>) : ConvertibleToJava<URLMapPathMatcherPathRuleUrlRedirectArgs>
Constructors
Functions
Properties
Link copied to clipboard
If set to true, the URL scheme in the redirected request is set to https. If set to false, the URL scheme of the redirected request will remain the same as that of the request. This must only be set for UrlMaps used in TargetHttpProxys. Setting this true for TargetHttpsProxy is not permitted. Defaults to false.