AWS::Glue::Crawler Schedule - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Glue::Crawler Schedule

A scheduling object using a cron statement to schedule an event.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ScheduleExpression" : String }

YAML

ScheduleExpression: String

Properties

ScheduleExpression

A cron expression used to specify the schedule. For more information, see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, specify cron(15 12 * * ? *).

Required: No

Type: String

Update requires: No interruption