Values.DatabaseSourceConfigurationSourceThe top level object for configuring streams with database as a source. Amazon Data Firehose is in preview release and is subject to change.
type nonrec t = {type_ : DatabaseType.t;The type of database engine. This can be one of the following values. MySQL PostgreSQL Amazon Data Firehose is in preview release and is subject to change.
*)endpoint : DatabaseEndpoint.t;The endpoint of the database server. Amazon Data Firehose is in preview release and is subject to change.
*)port : DatabasePort.t;The port of the database. This can be one of the following values. 3306 for MySQL database type 5432 for PostgreSQL database type Amazon Data Firehose is in preview release and is subject to change.
*)sSLMode : SSLMode.t option;The mode to enable or disable SSL when Firehose connects to the database endpoint. Amazon Data Firehose is in preview release and is subject to change.
*)databases : DatabaseList.t;The list of database patterns in source database endpoint for Firehose to read from. Amazon Data Firehose is in preview release and is subject to change.
*)tables : DatabaseTableList.t;The list of table patterns in source database endpoint for Firehose to read from. Amazon Data Firehose is in preview release and is subject to change.
*)columns : DatabaseColumnList.t option;The list of column patterns in source database endpoint for Firehose to read from. Amazon Data Firehose is in preview release and is subject to change.
*)surrogateKeys : DatabaseSurrogateKeyList.t option;The optional list of table and column names used as unique key columns when taking snapshot if the tables donโt have primary keys configured. Amazon Data Firehose is in preview release and is subject to change.
*)snapshotWatermarkTable : DatabaseTableName.t;The fully qualified name of the table in source database endpoint that Firehose uses to track snapshot progress. Amazon Data Firehose is in preview release and is subject to change.
*)databaseSourceAuthenticationConfiguration : DatabaseSourceAuthenticationConfiguration.t;The structure to configure the authentication methods for Firehose to connect to source database endpoint. Amazon Data Firehose is in preview release and is subject to change.
*)databaseSourceVPCConfiguration : DatabaseSourceVPCConfiguration.t;The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database. Amazon Data Firehose is in preview release and is subject to change.
*)}val make :
?sSLMode:??? ->
?columns:??? ->
?surrogateKeys:??? ->
type_:DatabaseType.t ->
endpoint:DatabaseEndpoint.t ->
port:DatabasePort.t ->
databases:DatabaseList.t ->
tables:DatabaseTableList.t ->
snapshotWatermarkTable:DatabaseTableName.t ->
databaseSourceAuthenticationConfiguration:
DatabaseSourceAuthenticationConfiguration.t ->
databaseSourceVPCConfiguration:DatabaseSourceVPCConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of DatabasePort.t
| `List of [> `String of NonEmptyStringWithoutWhitespace.t ] list
| `String of DatabaseEndpoint.t
| `Structure of
(string
* [> `List of [> `String of DatabaseName.t ] list
| `String of VpcEndpointServiceName.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t | `String of SecretARN.t ])
list ])
list ])
list ]