Struct aws_sdk_glue::model::Schedule
source · #[non_exhaustive]pub struct Schedule { /* private fields */ }Expand description
A scheduling object using a cron statement to schedule an event.
Implementations§
source§impl Schedule
impl Schedule
sourcepub fn schedule_expression(&self) -> Option<&str>
pub fn schedule_expression(&self) -> Option<&str>
A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).
sourcepub fn state(&self) -> Option<&ScheduleState>
pub fn state(&self) -> Option<&ScheduleState>
The state of the schedule.