Values.SourceDataSettingSourceDefines settings for a source data provider for a data migration.
type nonrec t = {cDCStartPosition : String_.t option;The change data capture (CDC) start position for the source data provider.
*)cDCStartTime : Iso8601DateTime.t option;The change data capture (CDC) start time for the source data provider.
*)cDCStopTime : Iso8601DateTime.t option;The change data capture (CDC) stop time for the source data provider.
*)slotName : String_.t option;The name of the replication slot on the source data provider. This attribute is only valid for a PostgreSQL or Aurora PostgreSQL source.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Iso8601DateTime.t ])
list ]