Values.ExportTaskSourceRepresents an export task.
type nonrec t = {taskId : ExportTaskId.t option;The ID of the export task.
*)taskName : ExportTaskName.t option;The name of the export task.
*)logGroupName : LogGroupName.t option;The name of the log group from which logs data was exported.
*)from : Timestamp.t option;The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.
*)to_ : Timestamp.t option;The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
*)destination : ExportDestinationBucket.t option;The name of the S3 bucket to which the log data was exported.
*)destinationPrefix : ExportDestinationPrefix.t option;The prefix that was used as the start of Amazon S3 key for every object exported.
*)status : ExportTaskStatus.t option;The status of the export task.
*)executionInfo : ExportTaskExecutionInfo.t option;Execution information about the export task.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Timestamp.t
| `String of ExportTaskId.t
| `Structure of
(string
* [> `Enum of string
| `Long of Timestamp.t
| `String of ExportTaskStatusMessage.t ])
list ])
list ]