amazonka-migrationhubstrategy-2.0: Amazon Migration Hub Strategy Recommendations SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MigrationHubStrategy.Types.DatabaseMigrationPreference

Description

 
Synopsis

Documentation

data DatabaseMigrationPreference Source #

Preferences for migrating a database to AWS.

See: newDatabaseMigrationPreference smart constructor.

Constructors

DatabaseMigrationPreference' 

Fields

Instances

Instances details
FromJSON DatabaseMigrationPreference Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.DatabaseMigrationPreference

ToJSON DatabaseMigrationPreference Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.DatabaseMigrationPreference

Generic DatabaseMigrationPreference Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.DatabaseMigrationPreference

Associated Types

type Rep DatabaseMigrationPreference :: Type -> Type #

Read DatabaseMigrationPreference Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.DatabaseMigrationPreference

Show DatabaseMigrationPreference Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.DatabaseMigrationPreference

NFData DatabaseMigrationPreference Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.DatabaseMigrationPreference

Eq DatabaseMigrationPreference Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.DatabaseMigrationPreference

Hashable DatabaseMigrationPreference Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.DatabaseMigrationPreference

type Rep DatabaseMigrationPreference Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.DatabaseMigrationPreference

type Rep DatabaseMigrationPreference = D1 ('MetaData "DatabaseMigrationPreference" "Amazonka.MigrationHubStrategy.Types.DatabaseMigrationPreference" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "DatabaseMigrationPreference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "heterogeneous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Heterogeneous)) :*: (S1 ('MetaSel ('Just "homogeneous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Homogeneous)) :*: S1 ('MetaSel ('Just "noPreference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NoDatabaseMigrationPreference)))))

newDatabaseMigrationPreference :: DatabaseMigrationPreference Source #

Create a value of DatabaseMigrationPreference with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:heterogeneous:DatabaseMigrationPreference', databaseMigrationPreference_heterogeneous - 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.

$sel:homogeneous:DatabaseMigrationPreference', databaseMigrationPreference_homogeneous - 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.

$sel:noPreference:DatabaseMigrationPreference', databaseMigrationPreference_noPreference - Indicated that you do not prefer heterogeneous or homogeneous.

databaseMigrationPreference_heterogeneous :: Lens' DatabaseMigrationPreference (Maybe Heterogeneous) Source #

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.

databaseMigrationPreference_homogeneous :: Lens' DatabaseMigrationPreference (Maybe Homogeneous) Source #

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.