EnterpriseCrmEventbusProtoTriggerCriteriaArgs

data class EnterpriseCrmEventbusProtoTriggerCriteriaArgs(val condition: Output<String>, val parameters: Output<EnterpriseCrmEventbusProtoEventParametersArgs>? = null, val triggerCriteriaTaskImplementationClassName: Output<String>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoTriggerCriteriaArgs>

Constructors

fun EnterpriseCrmEventbusProtoTriggerCriteriaArgs(condition: Output<String>, parameters: Output<EnterpriseCrmEventbusProtoEventParametersArgs>? = null, triggerCriteriaTaskImplementationClassName: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val condition: Output<String>

Standard filter expression, when true the workflow will be executed. If there's no trigger_criteria_task_implementation_class_name specified, the condition will be validated directly.

Link copied to clipboard

Optional. To be used in TaskConfig for the implementation class.

Optional. Implementation class name. The class should implement the “TypedTask” interface.