PropertyArrayChangedConditionPropertiesArgs

data class PropertyArrayChangedConditionPropertiesArgs(val conditionProperties: Output<AutomationRulePropertyArrayChangedValuesConditionArgs>? = null, val conditionType: Output<String>) : ConvertibleToJava<PropertyArrayChangedConditionPropertiesArgs>

Describes an automation rule condition that evaluates an array property's value change

Constructors

constructor(conditionProperties: Output<AutomationRulePropertyArrayChangedValuesConditionArgs>? = null, conditionType: Output<String>)

Properties

Link copied to clipboard
val conditionType: Output<String>

Expected value is 'PropertyArrayChanged'.

Functions

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