cronSchedule

@JvmName(name = "hirlxlrpxatxcojq")
suspend fun cronSchedule(value: Output<String>)
@JvmName(name = "laxqfynfrdmvojsx")
suspend fun cronSchedule(value: String?)

Parameters

value

Cron-tab formatted schedule by which the job will execute. Format: minute, hour, day of month, month, day of week, e.g. 0 0 * * WED = every Wednesday More examples: https://crontab.guru/examples.html