EventTriggerObjectAttributeArgs

data class EventTriggerObjectAttributeArgs(val comparisonOperator: Output<EventTriggerObjectAttributeComparisonOperator>, val fieldName: Output<String>? = null, val source: Output<String>? = null, val values: Output<List<String>>) : ConvertibleToJava<EventTriggerObjectAttributeArgs>

The criteria that a specific object attribute must meet to trigger the destination.

Constructors

Link copied to clipboard
constructor(comparisonOperator: Output<EventTriggerObjectAttributeComparisonOperator>, fieldName: Output<String>? = null, source: Output<String>? = null, values: Output<List<String>>)

Properties

Link copied to clipboard

The operator used to compare an attribute against a list of values.

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

A field defined within an object type.

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

An attribute contained within a source object.

Link copied to clipboard
val values: Output<List<String>>

A list of attribute values used for comparison.

Functions

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