monthlyOccurrences

@JvmName(name = "trkxkivnhrnitrwe")
suspend fun monthlyOccurrences(value: Output<List<ScheduleMonthlyOccurrenceArgs>>)
@JvmName(name = "ucuwtbhkthtckdur")
suspend fun monthlyOccurrences(value: List<ScheduleMonthlyOccurrenceArgs>?)

Parameters

value

List of monthly_occurrence blocks as defined below to specifies occurrences of days within a month. Only valid when frequency is Month. The monthly_occurrence block supports fields documented below.


@JvmName(name = "tdgpfnjgfkdvhaup")
suspend fun monthlyOccurrences(vararg values: Output<ScheduleMonthlyOccurrenceArgs>)


@JvmName(name = "enkfxlqehdumjydy")
suspend fun monthlyOccurrences(values: List<Output<ScheduleMonthlyOccurrenceArgs>>)
@JvmName(name = "mwchpbbhsbkxobkk")
suspend fun monthlyOccurrences(vararg values: ScheduleMonthlyOccurrenceArgs)

Parameters

values

List of monthly_occurrence blocks as defined below to specifies occurrences of days within a month. Only valid when frequency is Month. The monthly_occurrence block supports fields documented below.


@JvmName(name = "vetanjeyhvgppxqm")
suspend fun monthlyOccurrences(argument: List<suspend ScheduleMonthlyOccurrenceArgsBuilder.() -> Unit>)
@JvmName(name = "ymtbotmlsxdssvsd")
suspend fun monthlyOccurrences(vararg argument: suspend ScheduleMonthlyOccurrenceArgsBuilder.() -> Unit)
@JvmName(name = "bcencbakarlgmqbb")
suspend fun monthlyOccurrences(argument: suspend ScheduleMonthlyOccurrenceArgsBuilder.() -> Unit)

Parameters

argument

List of monthly_occurrence blocks as defined below to specifies occurrences of days within a month. Only valid when frequency is Month. The monthly_occurrence block supports fields documented below.