Values.DatabaseMigrationPreferenceSourcePreferences for migrating a database to AWS.
type nonrec t = {heterogeneous : Heterogeneous.t option;Indicates whether you are interested in moving from one type of database to another. For example, from SQL Server to Amazon Aurora MySQL-Compatible Edition.
*)homogeneous : Homogeneous.t option;Indicates whether you are interested in moving to the same type of database into AWS. For example, from SQL Server in your environment to SQL Server on AWS.
*)noPreference : NoDatabaseMigrationPreference.t option;Indicated that you do not prefer heterogeneous or homogeneous.
*)}