scheduleExpression

@JvmName(name = "whrbxsecbrudocof")
suspend fun scheduleExpression(value: Output<String>)
@JvmName(name = "lhofcgholglamhxp")
suspend fun scheduleExpression(value: String?)

Parameters

value

A cron expression used to specify the schedule. For more information, see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, specify cron(15 12 * * ? *).