Update ScheduledTask for stack
- scheduledTask
- stack
- inputScheduledTaskInput!
ScheduledTask!
ScheduledTask!- idGlobally unique schedule identifier.
- stackStack that the schedule will be run against
- commandCommand to be run as a task
- timezoneCron schedule expressions will apply for this timezone.
- cronScheduleApply will be scheduled according to this cron schedule expression if specified. Either timestampSchedule or cronSchedule must not be empty.
- timestampScheduleApply will be scheduled at this timestamp specified. Either timestampSchedule or cronSchedule must not be empty.
- nextScheduleWhen the next detection run will be scheduled. Null if done or is in progress.