Values.DirectQueryDataSourceSourceThe configuration details for a data source that can be directly queried.
type nonrec t = {dataSourceName : DirectQueryDataSourceName.t option;A unique, user-defined label to identify the data source within your OpenSearch Service environment.
*)dataSourceType : DirectQueryDataSourceType.t option;The supported Amazon Web Services service that is used as the source for direct queries in OpenSearch Service.
*)description : DirectQueryDataSourceDescription.t option;A description that provides additional context and details about the data source.
*)openSearchArns : DirectQueryOpenSearchARNList.t option;A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source.
*)dataSourceArn : String_.t option;The unique, system-generated identifier that represents the data source.
*)tagList : TagList.t option;A list of tags attached to a direct query data source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of ARN.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of DirectQueryDataSourceName.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of DirectQueryDataSourceRoleArn.t ])
list ])
list ])
list ]