DataIntegrationScheduleConfigArgs

data class DataIntegrationScheduleConfigArgs(val firstExecutionFrom: Output<String>? = null, val object: Output<String>? = null, val scheduleExpression: Output<String>) : ConvertibleToJava<DataIntegrationScheduleConfigArgs>

Constructors

Link copied to clipboard
constructor(firstExecutionFrom: Output<String>? = null, object: Output<String>? = null, scheduleExpression: Output<String>)

Properties

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

The start date for objects to import in the first flow run. Epoch or ISO timestamp format is supported.

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

The name of the object to pull from the data source.

Link copied to clipboard

How often the data should be pulled from data source.

Functions

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