FrontdoorRuleConditionsQueryStringConditionArgs

data class FrontdoorRuleConditionsQueryStringConditionArgs(val matchValues: Output<List<String>>? = null, val negateCondition: Output<Boolean>? = null, val operator: Output<String>, val transforms: Output<List<String>>? = null) : ConvertibleToJava<FrontdoorRuleConditionsQueryStringConditionArgs>

Constructors

constructor(matchValues: Output<List<String>>? = null, negateCondition: Output<Boolean>? = null, operator: Output<String>, transforms: Output<List<String>>? = null)

Properties

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

One or more string or integer values(e.g. "1") representing the value of the query string to match. If multiple values are specified, they're evaluated using OR logic.

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

If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below.

Link copied to clipboard
val operator: Output<String>

A Conditional operator. Possible values include Any, Equal, Contains, BeginsWith, EndsWith, LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual or RegEx. Details can be found in the Condition Operator List below.

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

A Conditional operator. Possible values include Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode or UrlEncode. Details can be found in the Condition Transform List below.

Functions

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