TriggerRecurrenceScheduleArgs

data class TriggerRecurrenceScheduleArgs(val atTheseHours: Output<List<Int>>? = null, val atTheseMinutes: Output<List<Int>>? = null, val onTheseDays: Output<List<String>>? = null) : ConvertibleToJava<TriggerRecurrenceScheduleArgs>

Constructors

Link copied to clipboard
constructor(atTheseHours: Output<List<Int>>? = null, atTheseMinutes: Output<List<Int>>? = null, onTheseDays: Output<List<String>>? = null)

Properties

Link copied to clipboard
val atTheseHours: Output<List<Int>>? = null

Specifies a list of hours when the trigger should run. Valid values are between 0 and 23.

Link copied to clipboard
val atTheseMinutes: Output<List<Int>>? = null

Specifies a list of minutes when the trigger should run. Valid values are between 0 and 59.

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

Specifies a list of days when the trigger should run. Valid values include Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, and Sunday.

Functions

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