CronSchedule
Last updated
Last updated
quartz_cron_expression
String
A Cron expression using Quartz syntax that describes the schedule for a job. See for details. This field is required.
timezone_id
String
A Java timezone ID. The schedule for a job is resolved with respect to this timezone. See for details. This field is required.
pause_status
Option<String>
Indicate whether this schedule is paused or not.
[optional]