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.
Constructors
Link copied to clipboard
fun AdvancedScheduleArgs(monthDays: Output<List<Int>>? = null, monthlyOccurrences: Output<List<AdvancedScheduleMonthlyOccurrenceArgs>>? = null, weekDays: Output<List<String>>? = null)