AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataBrew::Schedule

CfnSchedule

Specifies 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

import { CfnSchedule } from 'aws-cdk-lib/aws-databrew';

Or use the module namespace:

import * as databrew from 'aws-cdk-lib/aws-databrew';
// databrew.CfnSchedule

Properties

Configuration passed to the constructor as CfnScheduleProps.

cronExpressionRequired
string

The 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* .

nameRequired
string

The name of the schedule.

jobNamesOptional
string[]

A list of jobs to be run, according to the schedule.

tagsOptional
CfnTag[]

Metadata tags that have been applied to the schedule.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-databrew
CFN TypeAWS::DataBrew::Schedule
Properties4

External Links