Values.DatabaseConfigurationSourceProvides the configuration information to an Amazon Kendra supported database.
type nonrec t = {databaseEngineType : DatabaseEngineType.t;The type of database engine that runs the database.
*)connectionConfiguration : ConnectionConfiguration.t;Configuration information that's required to connect to a database.
*)vpcConfiguration : DataSourceVpcConfiguration.t option;columnConfiguration : ColumnConfiguration.t;Information about where the index should get the document information from the database.
*)aclConfiguration : AclConfiguration.t option;Information about the database column that provides information for user context filtering.
*)sqlConfiguration : SqlConfiguration.t option;Provides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.
*)}val make :
?vpcConfiguration:??? ->
?aclConfiguration:??? ->
?sqlConfiguration:??? ->
databaseEngineType:DatabaseEngineType.t ->
connectionConfiguration:ConnectionConfiguration.t ->
columnConfiguration:ColumnConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `Integer of DatabasePort.t
| `List of
[> `String of SubnetId.t
| `Structure of
(string * [> `String of DataSourceFieldName.t ]) list ]
list
| `String of DatabaseHost.t ])
list ])
list ]