Values.ContentSourceConfigurationSourceProvides the configuration information for your content sources, such as data sources, FAQs, and content indexed directly via BatchPutDocument.
type nonrec t = {dataSourceIds : DataSourceIdList.t option;The identifier of the data sources you want to use for your Amazon Kendra experience.
*)faqIds : FaqIdsList.t option;The identifier of the FAQs that you want to use for your Amazon Kendra experience.
*)directPutContent : Boolean.t option;TRUE to use documents you indexed directly using the BatchPutDocument API.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of DataSourceId.t ] list ])
list ]