IntegrationTriggerConfig

data class IntegrationTriggerConfig(val triggerProperties: IntegrationTriggerProperties? = null, val triggerType: IntegrationTriggerType)

Constructors

Link copied to clipboard
constructor(triggerProperties: IntegrationTriggerProperties? = null, triggerType: IntegrationTriggerType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.

Link copied to clipboard

Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.