DataIntegrationScheduleConfigArgs

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

Constructors

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

Properties

Link copied to clipboard

The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format. This needs to be a time in the past, meaning that the data created or updated before this given date will not be downloaded.

Link copied to clipboard
val object: Output<String>

The name of the object to pull from the data source. Examples of objects in Salesforce include Case, Account, or Lead.

Link copied to clipboard

How often the data should be pulled from data source. Examples include rate(1 hour), rate(3 hours), rate(1 day).

Functions

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