Trigger Schedule Schedule Args
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
Properties
Link copied to clipboard
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
Days of the week on which the trigger is scheduled. This value can be specified only with a weekly frequency.
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.