AutomationRulePropertyValuesConditionConditionPropertiesArgs

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

The configuration of the automation rule condition

Constructors

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

Properties

Link copied to clipboard

The operator to use for evaluation the condition

Link copied to clipboard

The property to evaluate

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

The values to use for evaluating the condition

Functions

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