Values.DataSourceSourceA data source in an Amazon Q Business application.
type nonrec t = {displayName : DataSourceName.t option;The name of the Amazon Q Business data source.
*)dataSourceId : DataSourceId.t option;The identifier of the Amazon Q Business data source.
*)type_ : String_.t option;The type of the Amazon Q Business data source.
*)createdAt : Timestamp.t option;The Unix timestamp when the Amazon Q Business data source was created.
*)updatedAt : Timestamp.t option;The Unix timestamp when the Amazon Q Business data source was last updated.
*)status : DataSourceStatus.t option;The status of the Amazon Q Business data source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DataSourceName.t
| `Timestamp of Timestamp.t ])
list ]