Schedule Properties Args
data class SchedulePropertiesArgs(val dayOfMonth: Output<Int>? = null, val daysOfWeek: Output<List<Either<String, DaysOfWeek>>>? = null, val endDate: Output<String>, val frequency: Output<Either<String, ScheduleFrequency>>, val hourOfDay: Output<Int>? = null, val startDate: Output<String>, val weeksOfMonth: Output<List<Either<String, WeeksOfMonth>>>? = null) : ConvertibleToJava<SchedulePropertiesArgs>
The properties of the schedule.
Constructors
Link copied to clipboard
fun SchedulePropertiesArgs(dayOfMonth: Output<Int>? = null, daysOfWeek: Output<List<Either<String, DaysOfWeek>>>? = null, endDate: Output<String>, frequency: Output<Either<String, ScheduleFrequency>>, hourOfDay: Output<Int>? = null, startDate: Output<String>, weeksOfMonth: Output<List<Either<String, WeeksOfMonth>>>? = null)