monthlyOccurrences

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

Parameters

value

One 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 = "japifosesdesdrdo")
suspend fun monthlyOccurrences(vararg values: Output<ScheduleMonthlyOccurrenceArgs>)


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

Parameters

values

One 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 = "sfwwjuqmjybpxpcw")
suspend fun monthlyOccurrences(argument: List<suspend ScheduleMonthlyOccurrenceArgsBuilder.() -> Unit>)
@JvmName(name = "skvskiblvpjlwmcs")
suspend fun monthlyOccurrences(vararg argument: suspend ScheduleMonthlyOccurrenceArgsBuilder.() -> Unit)
@JvmName(name = "tdpdodofsxlguupj")
suspend fun monthlyOccurrences(argument: suspend ScheduleMonthlyOccurrenceArgsBuilder.() -> Unit)

Parameters

argument

One 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.