WeeklyScheduleArgs

data class WeeklyScheduleArgs(val scheduleRunDays: Output<List<DayOfWeek>>? = null, val scheduleRunTimes: Output<List<String>>? = null) : ConvertibleToJava<WeeklyScheduleArgs>

Weekly schedule.

Constructors

Link copied to clipboard
constructor(scheduleRunDays: Output<List<DayOfWeek>>? = null, scheduleRunTimes: Output<List<String>>? = null)

Properties

Link copied to clipboard
val scheduleRunDays: Output<List<DayOfWeek>>? = null

Schedule run days.

Link copied to clipboard
val scheduleRunTimes: Output<List<String>>? = null

List of times of day this schedule has to be run.

Functions

Link copied to clipboard
open override fun toJava(): WeeklyScheduleArgs