dailyRecurrence

@JvmName(name = "xcrugyjonntbuxsn")
suspend fun dailyRecurrence(value: Output<ScheduleDailyRecurrenceArgs>)
@JvmName(name = "sihvklsbfdvsikoi")
suspend fun dailyRecurrence(value: ScheduleDailyRecurrenceArgs?)

Parameters

value

The properties of a daily schedule. If the schedule occurs once each day of the week, specify the daily recurrence. A daily_recurrence block as defined below.


@JvmName(name = "iqdoarlfshbncsry")
suspend fun dailyRecurrence(argument: suspend ScheduleDailyRecurrenceArgsBuilder.() -> Unit)

Parameters

argument

The properties of a daily schedule. If the schedule occurs once each day of the week, specify the daily recurrence. A daily_recurrence block as defined below.