monthlies

@JvmName(name = "qyhuodlfcpcmpoib")
suspend fun monthlies(value: Output<List<TriggerScheduleScheduleMonthlyArgs>>)
@JvmName(name = "ruwtthmhcxmqdclc")
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 = "ylthbtnteyglklbc")
suspend fun monthlies(vararg values: Output<TriggerScheduleScheduleMonthlyArgs>)


@JvmName(name = "vvdxlptnwpcepbus")
suspend fun monthlies(values: List<Output<TriggerScheduleScheduleMonthlyArgs>>)
@JvmName(name = "vdnmxrahnfkwxtpf")
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 = "fewtsiwfphwbbjqw")
suspend fun monthlies(argument: List<suspend TriggerScheduleScheduleMonthlyArgsBuilder.() -> Unit>)
@JvmName(name = "pnvsahbmspdqkapq")
suspend fun monthlies(vararg argument: suspend TriggerScheduleScheduleMonthlyArgsBuilder.() -> Unit)
@JvmName(name = "uqyhcuxyqpdaymeh")
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.