Values.ScheduleSourceRepresents one or more dates and times when a job is to run.
type nonrec t = {accountId : AccountId.t option;The ID of the Amazon Web Services account that owns the schedule.
*)createdBy : CreatedBy.t option;The Amazon Resource Name (ARN) of the user who created the schedule.
*)createDate : Date.t option;The date and time that the schedule was created.
*)jobNames : JobNameList.t option;A list of jobs to be run, according to the schedule.
*)lastModifiedBy : LastModifiedBy.t option;The Amazon Resource Name (ARN) of the user who last modified the schedule.
*)lastModifiedDate : Date.t option;The date and time when the schedule was last modified.
*)resourceArn : Arn.t option;The Amazon Resource Name (ARN) of the schedule.
*)cronExpression : CronExpression.t option;The dates and times when the job is to run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.
*)name : ScheduleName.t option;The name of the schedule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of JobName.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of AccountId.t
| `Timestamp of Date.t ])
list ]