Application Gateway Rewrite Rule Set Rewrite Rule Url Args
data class ApplicationGatewayRewriteRuleSetRewriteRuleUrlArgs(val components: Output<String>? = null, val path: Output<String>? = null, val queryString: Output<String>? = null, val reroute: Output<Boolean>? = null) : ConvertibleToJava<ApplicationGatewayRewriteRuleSetRewriteRuleUrlArgs>
Properties
Link copied to clipboard
The components used to rewrite the URL. Possible values are path_only
and query_string_only
to limit the rewrite to the URL Path or URL Query String only.
Link copied to clipboard
The query string to rewrite.
Link copied to clipboard
Whether the URL path map should be reevaluated after this rewrite has been applied. More info on rewrite configuration