- Navigation Guide
@aws-sdk/client-databrew
CreateScheduleCommandInput Interface
The input for CreateScheduleCommand.
Members
Name | Type | Details |
---|---|---|
CronExpression Required | string | undefined | 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 | string | undefined | A unique name for the schedule. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space. |
JobNames | string[] | undefined | The name or names of one or more jobs to be run. |
Tags | Record<string, string> | undefined | Metadata tags to apply to this schedule. |
Full Signature
export interface CreateScheduleCommandInput extends CreateScheduleRequest