Schedule Args
data class ScheduleArgs(val frequencyInMinutes: Output<Int>, val timeWindowInMinutes: Output<Int>) : ConvertibleToJava<ScheduleArgs>
Defines how often to run the search and the time interval.
Defines how often to run the search and the time interval.