Edge Cache Service Routing Path Matcher Route Rule Url Redirect Args
data class EdgeCacheServiceRoutingPathMatcherRouteRuleUrlRedirectArgs(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>? = null) : ConvertibleToJava<EdgeCacheServiceRoutingPathMatcherRouteRuleUrlRedirectArgs>
Constructors
Link copied to clipboard
fun EdgeCacheServiceRoutingPathMatcherRouteRuleUrlRedirectArgs(hostRedirect: Output<String>? = null, httpsRedirect: Output<Boolean>? = null, pathRedirect: Output<String>? = null, prefixRedirect: Output<String>? = null, redirectResponseCode: Output<String>? = null, stripQuery: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
The path that will be used in the redirect response instead of the one that was supplied in the request. pathRedirect cannot be supplied together with prefixRedirect. Supply one alone or neither. If neither is supplied, the path of the original request will be used for the redirect. The path value must be between 1 and 1024 characters.
Link copied to clipboard
The prefix that replaces the prefixMatch specified in the routeRule, retaining the remaining portion of the URL before redirecting the request. prefixRedirect cannot be supplied together with pathRedirect. Supply one alone or neither. If neither is supplied, the path of the original request will be used for the redirect.