Recurrence Schedule Args
constructor(hours: Output<List<Int>>? = null, minutes: Output<List<Int>>? = null, monthDays: Output<List<Int>>? = null, monthlyOccurrences: Output<List<RecurrenceScheduleOccurrenceArgs>>? = null, weekDays: Output<List<DaysOfWeek>>? = null)