ApplicationGatewayRewriteRuleSetRewriteRuleUrlArgs

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>

Constructors

constructor(components: Output<String>? = null, path: Output<String>? = null, queryString: Output<String>? = null, reroute: Output<Boolean>? = null)

Properties

Link copied to clipboard
val components: Output<String>? = null

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
val path: Output<String>? = null

The URL path to rewrite.

Link copied to clipboard
val queryString: Output<String>? = null

The query string to rewrite.

Link copied to clipboard
val reroute: Output<Boolean>? = null

Whether the URL path map should be reevaluated after this rewrite has been applied. More info on rewrite configuration

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGatewayRewriteRuleSetRewriteRuleUrlArgs