DatabaseMigrationPreference
Preferences for migrating a database to AWS.
Inheritors
Types
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.
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.
Indicated that you do not prefer heterogeneous or homogeneous.
Functions
Casts this DatabaseMigrationPreference as a Heterogeneous and retrieves its aws.sdk.kotlin.services.migrationhubstrategy.model.Heterogeneous value. Throws an exception if the DatabaseMigrationPreference is not a Heterogeneous.
Casts this DatabaseMigrationPreference as a Heterogeneous and retrieves its aws.sdk.kotlin.services.migrationhubstrategy.model.Heterogeneous value. Returns null if the DatabaseMigrationPreference is not a Heterogeneous.
Casts this DatabaseMigrationPreference as a Homogeneous and retrieves its aws.sdk.kotlin.services.migrationhubstrategy.model.Homogeneous value. Throws an exception if the DatabaseMigrationPreference is not a Homogeneous.
Casts this DatabaseMigrationPreference as a Homogeneous and retrieves its aws.sdk.kotlin.services.migrationhubstrategy.model.Homogeneous value. Returns null if the DatabaseMigrationPreference is not a Homogeneous.
Casts this DatabaseMigrationPreference as a NoPreference and retrieves its aws.sdk.kotlin.services.migrationhubstrategy.model.NoDatabaseMigrationPreference value. Throws an exception if the DatabaseMigrationPreference is not a NoPreference.
Casts this DatabaseMigrationPreference as a NoPreference and retrieves its aws.sdk.kotlin.services.migrationhubstrategy.model.NoDatabaseMigrationPreference value. Returns null if the DatabaseMigrationPreference is not a NoPreference.