stackScheduledRunCreate

Create a new ScheduledRun for stack

Arguments

Returns

ScheduledRun!
ScheduledRun!
Collapse
  • id
    Globally unique schedule identifier.
  • timezone
    Cron schedule expressions will apply for this timezone.
  • cronSchedule
    Apply will be scheduled according to this cron schedule expression if specified. Either timestampSchedule or cronSchedule must not be empty.
  • timestampSchedule
    Apply will be scheduled at this timestamp specified. Either timestampSchedule or cronSchedule must not be empty.
  • nextSchedule
    When the next detection run will be scheduled. Null if done or is in progress.
  • Name of the scheduled run