PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs

data class PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs(val dayOfWeek: Output<String>, val weekOrdinal: Output<Int>) : ConvertibleToJava<PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs>

Constructors

constructor(dayOfWeek: Output<String>, weekOrdinal: Output<Int>)

Properties

Link copied to clipboard
val dayOfWeek: Output<String>

A day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.

Link copied to clipboard
val weekOrdinal: Output<Int>

Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.

Functions

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