v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444273191.7 KB

Creates a new schedule for one or more DataBrew jobs. Jobs can be run at a specific date and time, or at regular intervals.

post/schedules

Request body

JobNamesJobName[]

The name or names of one or more jobs to be run.

CronExpressionstring required

The date or dates and time or times when the jobs are to be run. For more information, see <a href="https://docs.aws.amazon.com/databrew/latest/dg/jobs.cron.html">Cron expressions</a> in the <i>Glue DataBrew Developer Guide</i>.

Tagsobject

Metadata tags to apply to this schedule.

Namestring required

A unique name for the schedule. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

Response

Success

Namestring required

The name of the schedule that was created.