monthDays

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

Parameters

value

Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.


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


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

Parameters

values

Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.