Refresh Schedule Schedule Args
data class RefreshScheduleScheduleArgs(val refreshType: Output<String>, val scheduleFrequency: Output<RefreshScheduleScheduleScheduleFrequencyArgs>? = null, val startAfterDateTime: Output<String>? = null) : ConvertibleToJava<RefreshScheduleScheduleArgs>
Constructors
Link copied to clipboard
constructor(refreshType: Output<String>, scheduleFrequency: Output<RefreshScheduleScheduleScheduleFrequencyArgs>? = null, startAfterDateTime: Output<String>? = null)
Properties
Link copied to clipboard
The type of refresh that the dataset undergoes. Valid values are INCREMENTAL_REFRESH
and FULL_REFRESH
.
Link copied to clipboard
The configuration of the schedule frequency. See schedule_frequency.
Link copied to clipboard
Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS
format.