Relative Monthly Schedule Args
data class RelativeMonthlyScheduleArgs(val dayOfWeek: Output<Either<String, WeekDay>>, val intervalMonths: Output<Int>, val weekIndex: Output<Either<String, Type>>) : ConvertibleToJava<RelativeMonthlyScheduleArgs>
For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.