AutomationRulePropertyValuesChangedConditionArgs

data class AutomationRulePropertyValuesChangedConditionArgs(val changeType: Output<Either<String, AutomationRulePropertyChangedConditionSupportedChangedType>>? = null, val operator: Output<Either<String, AutomationRulePropertyConditionSupportedOperator>>? = null, val propertyName: Output<Either<String, AutomationRulePropertyChangedConditionSupportedPropertyType>>? = null, val propertyValues: Output<List<String>>? = null) : ConvertibleToJava<AutomationRulePropertyValuesChangedConditionArgs>

Constructors

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

Properties

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

Functions

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