Schedule Options Args
data class ScheduleOptionsArgs(val disableAutoScheduling: Output<Boolean>? = null, val endTime: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<ScheduleOptionsArgs>
Options customizing the data transfer schedule.
Constructors
Link copied to clipboard
fun ScheduleOptionsArgs(disableAutoScheduling: Output<Boolean>? = null, endTime: Output<String>? = null, startTime: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.