Automation Rule Property Values Condition Condition Properties Args
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
Link copied to clipboard
constructor(operator: Output<Either<String, AutomationRulePropertyConditionSupportedOperator>>? = null, propertyName: Output<Either<String, AutomationRulePropertyConditionSupportedProperty>>? = null, propertyValues: Output<List<String>>? = null)