monthlies

@JvmName(name = "ayodsuuwomjivjan")
suspend fun monthlies(value: Output<List<TriggerScheduleScheduleMonthlyArgs>>)
@JvmName(name = "vrkkyqlrkwrfewaw")
suspend fun monthlies(value: List<TriggerScheduleScheduleMonthlyArgs>?)

Parameters

value

A monthly block as documented below, which specifies the days of the month on which the trigger is scheduled. The value can be specified only with a monthly frequency.


@JvmName(name = "fgwcipvqrcrefqcs")
suspend fun monthlies(vararg values: Output<TriggerScheduleScheduleMonthlyArgs>)


@JvmName(name = "ibxruubpkaeeixgx")
suspend fun monthlies(values: List<Output<TriggerScheduleScheduleMonthlyArgs>>)
@JvmName(name = "vnlkoghckqtqgjhv")
suspend fun monthlies(vararg values: TriggerScheduleScheduleMonthlyArgs)

Parameters

values

A monthly block as documented below, which specifies the days of the month on which the trigger is scheduled. The value can be specified only with a monthly frequency.


@JvmName(name = "nsauiejjqoigkdaq")
suspend fun monthlies(argument: List<suspend TriggerScheduleScheduleMonthlyArgsBuilder.() -> Unit>)
@JvmName(name = "mlmjniuqvgvbdoct")
suspend fun monthlies(vararg argument: suspend TriggerScheduleScheduleMonthlyArgsBuilder.() -> Unit)
@JvmName(name = "cjhgdkiynthhuygd")
suspend fun monthlies(argument: suspend TriggerScheduleScheduleMonthlyArgsBuilder.() -> Unit)

Parameters

argument

A monthly block as documented below, which specifies the days of the month on which the trigger is scheduled. The value can be specified only with a monthly frequency.