Frontdoor Rule Actions Url Rewrite Action Args
data class FrontdoorRuleActionsUrlRewriteActionArgs(val destination: Output<String>, val preserveUnmatchedPath: Output<Boolean>? = null, val sourcePattern: Output<String>) : ConvertibleToJava<FrontdoorRuleActionsUrlRewriteActionArgs>
Properties
Link copied to clipboard
The destination path to use in the rewrite. The destination path overwrites the source pattern.
Link copied to clipboard
Append the remaining path after the source pattern to the new destination path? Possible values true
or false
. Defaults to false
.
Link copied to clipboard
The source pattern in the URL path to replace. This uses prefix-based matching. For example, to match all URL paths use a forward slash "/"
as the source pattern value.