weeklyRecurrence

@JvmName(name = "ppwgcnecswtbxobq")
suspend fun weeklyRecurrence(value: Output<ScheduleWeeklyRecurrenceArgs>)
@JvmName(name = "wuvyhnqddkncxawm")
suspend fun weeklyRecurrence(value: ScheduleWeeklyRecurrenceArgs?)

Parameters

value

The properties of a weekly schedule. If the schedule occurs only some days of the week, specify the weekly recurrence. A weekly_recurrence block as defined below.


@JvmName(name = "slsniwvuhiroqlew")
suspend fun weeklyRecurrence(argument: suspend ScheduleWeeklyRecurrenceArgsBuilder.() -> Unit)

Parameters

argument

The properties of a weekly schedule. If the schedule occurs only some days of the week, specify the weekly recurrence. A weekly_recurrence block as defined below.