JobRecurrenceScheduleArgs

constructor(hours: Output<List<Int>>? = null, minutes: Output<List<Int>>? = null, monthDays: Output<List<Int>>? = null, monthlyOccurrences: Output<List<JobRecurrenceScheduleMonthlyOccurrenceArgs>>? = null, weekDays: Output<List<DayOfWeek>>? = null)