stackScheduledTaskUpdate

Update ScheduledTask for stack

Arguments

Returns

ScheduledTask!
ScheduledTask!
Collapse
  • id
    Globally unique schedule identifier.
  • stack
    Stack that the schedule will be run against
  • command
    Command to be run as a task
  • 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.