AdvancedScheduleMonthlyOccurrenceArgs

data class AdvancedScheduleMonthlyOccurrenceArgs(val day: Output<Either<String, ScheduleDay>>? = null, val occurrence: Output<Int>? = null) : ConvertibleToJava<AdvancedScheduleMonthlyOccurrenceArgs>

The properties of the create advanced schedule monthly occurrence.

Constructors

Link copied to clipboard
constructor(day: Output<Either<String, ScheduleDay>>? = null, occurrence: Output<Int>? = null)

Properties

Link copied to clipboard
val day: Output<Either<String, ScheduleDay>>? = null

Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.

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

Occurrence of the week within the month. Must be between 1 and 5

Functions

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