Values.S3TableIntegrationSourceSourceRepresents a data source association with an S3 Table Integration, including its status and metadata.
type nonrec t = {identifier : S3TableIntegrationSourceIdentifier.t option;The unique identifier for this data source association.
*)dataSource : DataSource.t option;The data source associated with the S3 Table Integration.
*)status : S3TableIntegrationSourceStatus.t option;The current status of the data source association.
*)statusReason : S3TableIntegrationSourceStatusReason.t option;Additional information about the status of the data source association.
*)createdTimeStamp : Timestamp.t option;The timestamp when the data source association was created.
*)parentSourceIdentifier : S3TableIntegrationSourceIdentifier.t option;The identifier of the parent data source for this association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Timestamp.t
| `String of S3TableIntegrationSourceIdentifier.t
| `Structure of (string * [> `String of DataSourceName.t ]) list ])
list ]