AdvancedScheduleArgs

data class AdvancedScheduleArgs(val monthDays: Output<List<Int>>? = null, val monthlyOccurrences: Output<List<AdvancedScheduleMonthlyOccurrenceArgs>>? = null, val weekDays: Output<List<String>>? = null) : ConvertibleToJava<AdvancedScheduleArgs>

The properties of the create Advanced Schedule.

Constructors

Link copied to clipboard
constructor(monthDays: Output<List<Int>>? = null, monthlyOccurrences: Output<List<AdvancedScheduleMonthlyOccurrenceArgs>>? = null, weekDays: Output<List<String>>? = null)

Properties

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

Days of the month that the job should execute on. Must be between 1 and 31.

Link copied to clipboard

Occurrences of days within a month.

Link copied to clipboard
val weekDays: Output<List<String>>? = null

Days of the week that the job should execute on.

Functions

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