monthDays

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

Parameters

value

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


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


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

Parameters

values

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