AWS Glue Crawler Schedule
The
Schedule property type schedules an event for an AWS Glue crawler using a cron statement.
Schedule is a property of the AWS::Glue::Crawler resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ScheduleExpression" :String}
YAML
ScheduleExpression:String
Properties
For more information, see Schedule Structure in the AWS Glue Developer Guide.
ScheduleExpression-
A
cronexpression that you can use as an Amazon CloudWatch Events event to schedule something. For example, to run something every day at 12:15 UTC, you would specify:cron(15 12 * * ? *).Required: No
Type: String
Update requires: No interruption
