Values.ScheduledQuerySummarySourceSummary information about a scheduled query, including basic configuration and execution status.
type nonrec t = {scheduledQueryArn : Arn.t option;The ARN of the scheduled query.
*)name : ScheduledQueryName.t option;The name of the scheduled query.
*)state : ScheduledQueryState.t option;The current state of the scheduled query.
*)lastTriggeredTime : Timestamp.t option;The timestamp when the scheduled query was last executed.
*)lastExecutionStatus : ExecutionStatus.t option;The status of the most recent execution.
*)scheduleExpression : ScheduleExpression.t option;The cron expression that defines when the scheduled query runs.
*)timezone : ScheduleTimezone.t option;The timezone used for evaluating the schedule expression.
*)destinationConfiguration : DestinationConfiguration.t option;Configuration for where query results are delivered.
*)creationTime : Timestamp.t option;The timestamp when the scheduled query was created.
*)lastUpdatedTime : Timestamp.t option;The timestamp when the scheduled query was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Timestamp.t
| `String of Arn.t
| `Structure of
(string
* [> `Structure of (string * [> `String of S3Uri.t ]) list ])
list ])
list ]