ScheduledRunInput

Arguments used to create and update an individual ScheduledRun configuration.
  • 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.
  • Name of the scheduled run