Data Integration Schedule Config Args
data class DataIntegrationScheduleConfigArgs(val firstExecutionFrom: Output<String>, val object: Output<String>, val scheduleExpression: Output<String>) : ConvertibleToJava<DataIntegrationScheduleConfigArgs>
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
How often the data should be pulled from data source. Examples include rate(1 hour)
, rate(3 hours)
, rate(1 day)
.