AWS::DataBrew::ScheduleSpecifies a new schedule for one or more AWS Glue DataBrew jobs. Jobs can be run at a specific date and time, or at regular intervals.
import { CfnSchedule } from 'aws-cdk-lib/aws-databrew';Or use the module namespace:
import * as databrew from 'aws-cdk-lib/aws-databrew';
// databrew.CfnScheduleConfiguration passed to the constructor as CfnScheduleProps.
cronExpressionRequiredstringThe dates and times when the job is to run. For more information, see [Working with cron expressions for recipe jobs](https://docs.aws.amazon.com/databrew/latest/dg/jobs.recipe.html#jobs.cron) in the *AWS Glue DataBrew Developer Guide* .
nameRequiredstringThe name of the schedule.
jobNamesOptionalstring[]A list of jobs to be run, according to the schedule.
tagsOptionalCfnTag[]Metadata tags that have been applied to the schedule.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-databrewAWS::DataBrew::Schedule