DailyScheduleArgs

data class DailyScheduleArgs(val scheduleRunTimes: Output<List<String>>? = null) : ConvertibleToJava<DailyScheduleArgs>

Constructors

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

Properties

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(): DailyScheduleArgs