Arguments used to create and update an individual ScheduledRun configuration.
- 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.
- nameName of the scheduled run
- runtimeConfigRuntimeConfigInputCustomer provided runtime configuration for this scheduled run.