IntegrationTriggerConfigArgs

data class IntegrationTriggerConfigArgs(val triggerProperties: Output<IntegrationTriggerPropertiesArgs>? = null, val triggerType: Output<IntegrationTriggerType>) : ConvertibleToJava<IntegrationTriggerConfigArgs>

Constructors

Link copied to clipboard
constructor(triggerProperties: Output<IntegrationTriggerPropertiesArgs>? = null, triggerType: Output<IntegrationTriggerType>)

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.

Functions

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