AutomationRulePropertyValuesConditionArgs

data class AutomationRulePropertyValuesConditionArgs(val operator: Output<Either<String, AutomationRulePropertyConditionSupportedOperator>>? = null, val propertyName: Output<Either<String, AutomationRulePropertyConditionSupportedProperty>>? = null, val propertyValues: Output<List<String>>? = null) : ConvertibleToJava<AutomationRulePropertyValuesConditionArgs>

Constructors

constructor(operator: Output<Either<String, AutomationRulePropertyConditionSupportedOperator>>? = null, propertyName: Output<Either<String, AutomationRulePropertyConditionSupportedProperty>>? = null, propertyValues: Output<List<String>>? = null)

Properties

Link copied to clipboard
Link copied to clipboard

The property to evaluate in an automation rule property condition.

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

Functions

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