Advanced Schedule Args
data class AdvancedScheduleArgs(val monthDays: Output<List<Int>>? = null, val monthlyOccurrences: Output<List<AdvancedScheduleMonthlyOccurrenceArgs>>? = null, val weekDays: Output<List<String>>? = null) : ConvertibleToJava<AdvancedScheduleArgs>
The properties of the create Advanced Schedule.