TriggerScheduleScheduleMonthlyArgs

data class TriggerScheduleScheduleMonthlyArgs(val week: Output<Int>? = null, val weekday: Output<String>) : ConvertibleToJava<TriggerScheduleScheduleMonthlyArgs>

Constructors

Link copied to clipboard
constructor(week: Output<Int>? = null, weekday: Output<String>)

Properties

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

The occurrence of the specified day during the month. For example, a monthly property with weekday and week values of Sunday, -1 means the last Sunday of the month.

Link copied to clipboard
val weekday: Output<String>

The day of the week on which the trigger runs. For example, a monthly property with a weekday value of Sunday means every Sunday of the month.

Functions

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