AWS::Glue::Crawler Schedule - AWS CloudFormation

AWS::Glue::Crawler Schedule

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

Syntax

To declare this entity in your AWS 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