Schedule

public struct Schedule : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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 * * ? *).

    Declaration

    Swift

    public let scheduleExpression: String?
  • The state of the schedule.

    Declaration

    Swift

    public let state: ScheduleState?
  • Undocumented

    Declaration

    Swift

    public init(scheduleExpression: String? = nil, state: ScheduleState? = nil)