gluedatabrew_update_schedule {paws.analytics} | R Documentation |
Modifies the definition of an existing DataBrew schedule
Description
Modifies the definition of an existing DataBrew schedule.
See https://www.paws-r-sdk.com/docs/gluedatabrew_update_schedule/ for full documentation.
Usage
gluedatabrew_update_schedule(JobNames = NULL, CronExpression, Name)
Arguments
JobNames |
The name or names of one or more jobs to be run for this schedule. |
CronExpression |
[required] The date or dates and time or times when the jobs are to be run. For more information, see Cron expressions in the Glue DataBrew Developer Guide. |
Name |
[required] The name of the schedule to update. |
[Package paws.analytics version 0.9.0 Index]