Values.ImportSourceAn import job to move data from CloudTrail Event Data Store to CloudWatch.
type nonrec t = {importId : ImportId.t option;The unique identifier of the import task.
*)importSourceArn : Arn.t option;The ARN of the CloudTrail Lake Event Data Store being imported from.
*)importStatus : ImportStatus.t option;The current status of the import task. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
*)importDestinationArn : Arn.t option;The ARN of the managed CloudWatch Logs log group where the events are being imported to.
*)importStatistics : ImportStatistics.t option;Statistics about the import progress
*)importFilter : ImportFilter.t option;The filter criteria used for this import task.
*)creationTime : Timestamp.t option;The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
*)lastUpdatedTime : Timestamp.t option;The timestamp when the import task was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
*)errorMessage : ErrorMessage.t option;Error message related to any failed imports
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Timestamp.t
| `String of ImportId.t
| `Structure of (string * [> `Long of StoredBytes.t ]) list ])
list ]