Module Values.TargetDataSettingSource

Defines settings for a target data provider for a data migration.

Sourcetype nonrec t = {
  1. tablePreparationMode : TablePreparationMode.t option;
    (*

    This setting determines how DMS handles the target tables before starting a data migration, either by leaving them untouched, dropping and recreating them, or truncating the existing data in the target tables.

    *)
}
Sourceval make : ?tablePreparationMode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t