Url Rewrite Action Parameters Args
data class UrlRewriteActionParametersArgs(val destination: Output<String>, val odataType: Output<String>, val preserveUnmatchedPath: Output<Boolean>? = null, val sourcePattern: Output<String>) : ConvertibleToJava<UrlRewriteActionParametersArgs>
Defines the parameters for the url rewrite action.
Properties
Link copied to clipboard
Define the relative URL to which the above requests will be rewritten by.
Link copied to clipboard
Whether to preserve unmatched path. Default value is true.
Link copied to clipboard
define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.