TriggerScheduleScheduleArgs

data class TriggerScheduleScheduleArgs(val daysOfMonths: Output<List<Int>>? = null, val daysOfWeeks: Output<List<String>>? = null, val hours: Output<List<Int>>? = null, val minutes: Output<List<Int>>? = null, val monthlies: Output<List<TriggerScheduleScheduleMonthlyArgs>>? = null) : ConvertibleToJava<TriggerScheduleScheduleArgs>

Constructors

Link copied to clipboard
constructor(daysOfMonths: Output<List<Int>>? = null, daysOfWeeks: Output<List<String>>? = null, hours: Output<List<Int>>? = null, minutes: Output<List<Int>>? = null, monthlies: Output<List<TriggerScheduleScheduleMonthlyArgs>>? = null)

Properties

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

Day(s) of the month on which the trigger is scheduled. This value can be specified with a monthly frequency only.

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

Days of the week on which the trigger is scheduled. This value can be specified only with a weekly frequency.

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

Hours of the day on which the trigger is scheduled.

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

Minutes of the hour on which the trigger is scheduled.

Link copied to clipboard

A monthly block as documented below, which specifies the days of the month on which the trigger is scheduled. The value can be specified only with a monthly frequency.

Functions

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