SchedulePropertiesArgs

constructor(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)