monthDays

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


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