ApplicationGatewayRewriteRuleSetRewriteRuleConditionArgs

data class ApplicationGatewayRewriteRuleSetRewriteRuleConditionArgs(val ignoreCase: Output<Boolean>? = null, val negate: Output<Boolean>? = null, val pattern: Output<String>, val variable: Output<String>) : ConvertibleToJava<ApplicationGatewayRewriteRuleSetRewriteRuleConditionArgs>

Constructors

constructor(ignoreCase: Output<Boolean>? = null, negate: Output<Boolean>? = null, pattern: Output<String>, variable: Output<String>)

Properties

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

Perform a case in-sensitive comparison. Defaults to false

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

Negate the result of the condition evaluation. Defaults to false

Link copied to clipboard
val pattern: Output<String>

The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.

Link copied to clipboard
val variable: Output<String>

The variable of the condition.

Functions

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