recurrenceType

@JvmName(name = "fykeasktdrmbcato")
suspend fun recurrenceType(value: Output<String>)
@JvmName(name = "myqptlkffiabuver")
suspend fun recurrenceType(value: String?)

Parameters

value

Specifies the recurrence type of the scheduled task. NOTE: You must specify RecurrenceType, RecurrenceValue, and RecurrenceEndTime at the same time. Valid values:

  • Daily: The scheduled task is executed once every specified number of days.

  • Weekly: The scheduled task is executed on each specified day of a week.

  • Monthly: The scheduled task is executed on each specified day of a month.

  • Cron: (Available in 1.60.0+) The scheduled task is executed based on the specified cron expression.