Schedule
A scheduling object using a cron
statement to schedule an event.
Contents
- ScheduleExpression
-
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 * * ? *)
.Type: String
Required: No
- State
-
The state of the schedule.
Type: String
Valid Values:
SCHEDULED | NOT_SCHEDULED | TRANSITIONING
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: