ScheduledTaskInput

  • 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.
  • command
    Command to be run as a task