monthDays

@JvmName(name = "atbmsjuvxsxyahjb")
suspend fun monthDays(value: Output<List<Int>>)
@JvmName(name = "tswysrhhfrgykckl")
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 = "mfdlybkpjaaluryd")
suspend fun monthDays(vararg values: Output<Int>)


@JvmName(name = "pceptmswtlqcrcxy")
suspend fun monthDays(values: List<Output<Int>>)
@JvmName(name = "bofxbkxjpemgqves")
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.