daysOfMonths

@JvmName(name = "ycvkdnqumxhrddnd")
suspend fun daysOfMonths(value: Output<List<Int>>)
@JvmName(name = "htprebdgegjarmvf")
suspend fun daysOfMonths(value: List<Int>?)

Parameters

value

Day(s) of the month on which the trigger is scheduled. This value can be specified with a monthly frequency only.


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


@JvmName(name = "yibjtwxqatxyllym")
suspend fun daysOfMonths(values: List<Output<Int>>)
@JvmName(name = "bttibwqqsqvnyput")
suspend fun daysOfMonths(vararg values: Int)

Parameters

values

Day(s) of the month on which the trigger is scheduled. This value can be specified with a monthly frequency only.