FrontdoorRuleConditionsRequestSchemeConditionArgs

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

Constructors

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

Properties

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

The requests protocol to match. Possible values include HTTP or HTTPS.

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>? = null

Possible value Equal. Defaults to Equal.

Functions

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