Monthly Schedule Args
data class MonthlyScheduleArgs(val monthDay: Output<Int>, val weekDayOfMonth: Output<WeekDayOfMonthArgs>) : ConvertibleToJava<MonthlyScheduleArgs>
Represents a monthly schedule. An example of a valid monthly schedule is "on the third Tuesday of the month" or "on the 15th of the month".