AbsoluteMonthlyScheduleArgs

data class AbsoluteMonthlyScheduleArgs(val dayOfMonth: Output<Int>, val intervalMonths: Output<Int>) : ConvertibleToJava<AbsoluteMonthlyScheduleArgs>

For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.

Constructors

Link copied to clipboard
constructor(dayOfMonth: Output<Int>, intervalMonths: Output<Int>)

Properties

Link copied to clipboard
val dayOfMonth: Output<Int>

The date of the month.

Link copied to clipboard
val intervalMonths: Output<Int>

Specifies the number of months between each set of occurrences.

Functions

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