class Aws::Glue::Types::Schedule

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

@!attribute [rw] schedule_expression

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

[1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html
@return [String]

@!attribute [rw] state

The state of the schedule.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Schedule AWS API Documentation

Constants

SENSITIVE