Frontdoor Routing Rule Redirect Configuration Args
data class FrontdoorRoutingRuleRedirectConfigurationArgs(val customFragment: Output<String>? = null, val customHost: Output<String>? = null, val customPath: Output<String>? = null, val customQueryString: Output<String>? = null, val redirectProtocol: Output<String>, val redirectType: Output<String>) : ConvertibleToJava<FrontdoorRoutingRuleRedirectConfigurationArgs>
Properties
Link copied to clipboard
The destination fragment in the portion of URL after '#'. Set this to add a fragment to the redirect URL.
Link copied to clipboard
Set this to change the URL for the redirection.
Link copied to clipboard
The path to retain as per the incoming request, or update in the URL for the redirection.
Link copied to clipboard
Replace any existing query string from the incoming request URL.
Link copied to clipboard
Protocol to use when redirecting. Valid options are HttpOnly
, HttpsOnly
, or MatchRequest
.
Link copied to clipboard
Status code for the redirect. Valida options are Moved
, Found
, TemporaryRedirect
, PermanentRedirect
.