gluedatabrew_create_schedule: Creates a new schedule for one or more DataBrew jobs

View source: R/gluedatabrew_operations.R

gluedatabrew_create_scheduleR Documentation

Creates a new schedule for one or more DataBrew jobs

Description

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

See https://www.paws-r-sdk.com/docs/gluedatabrew_create_schedule/ for full documentation.

Usage

gluedatabrew_create_schedule(
  JobNames = NULL,
  CronExpression,
  Tags = NULL,
  Name
)

Arguments

JobNames

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

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.

Tags

Metadata tags to apply to this schedule.

Name

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


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.