TriggerConfig

The trigger settings that determine how and when Amazon AppFlow runs the specified flow.

Types

Link copied to clipboard
class Builder
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.

Functions

Link copied to clipboard
inline fun copy(block: TriggerConfig.Builder.() -> Unit = {}): TriggerConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String