AutomationSourceRuleSetRuleArgs

data class AutomationSourceRuleSetRuleArgs(val expectedValue: Output<String>, val operator: Output<String>, val propertyPath: Output<String>, val propertyType: Output<String>) : ConvertibleToJava<AutomationSourceRuleSetRuleArgs>

Constructors

Link copied to clipboard
constructor(expectedValue: Output<String>, operator: Output<String>, propertyPath: Output<String>, propertyType: Output<String>)

Properties

Link copied to clipboard
val expectedValue: Output<String>

A value that will be compared with the value in property_path.

Link copied to clipboard
val operator: Output<String>

The comparison operator to use, must be one of: Contains, EndsWith, Equals, GreaterThan, GreaterThanOrEqualTo, LesserThan, LesserThanOrEqualTo, NotEquals, StartsWith

Link copied to clipboard
val propertyPath: Output<String>

The JPath of the entity model property that should be checked.

Link copied to clipboard
val propertyType: Output<String>

The data type of the compared operands, must be one of: Integer, String, Boolean or Number.

Functions

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