Create a new ScheduledRun for stack
- stack
- inputScheduledRunInput!
ScheduledRun!
ScheduledRun!- idGlobally unique schedule identifier.
- 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.
- nameName of the scheduled run
- customRuntimeConfigRuntimeConfigCustomer provided runtime configuration for this scheduled run.