PatchDeploymentRecurringScheduleMonthlyArgs

data class PatchDeploymentRecurringScheduleMonthlyArgs(val monthDay: Output<Int>? = null, val weekDayOfMonth: Output<PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs>? = null) : ConvertibleToJava<PatchDeploymentRecurringScheduleMonthlyArgs>

Constructors

constructor(monthDay: Output<Int>? = null, weekDayOfMonth: Output<PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs>? = null)

Properties

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

One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.

Link copied to clipboard

Week day in a month. Structure is documented below.

Functions

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