monthDays

@JvmName(name = "svfohafvbadupypc")
suspend fun monthDays(value: Output<List<Int>>)
@JvmName(name = "nhelbbbteqhlcgmf")
suspend fun monthDays(value: List<Int>?)

Parameters

value

List of days of the month that the job should execute on. Must be between 1 and 31. -1 for last day of the month. Only valid when frequency is Month.


@JvmName(name = "jifepddxuohlhtpf")
suspend fun monthDays(vararg values: Output<Int>)


@JvmName(name = "gebpxwhixajyyxsf")
suspend fun monthDays(values: List<Output<Int>>)
@JvmName(name = "tabkqwfesrhisnwv")
suspend fun monthDays(vararg values: Int)

Parameters

values

List of days of the month that the job should execute on. Must be between 1 and 31. -1 for last day of the month. Only valid when frequency is Month.