| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MigrationHubStrategy.Types.Homogeneous
Description
Documentation
data Homogeneous Source #
The object containing details about homogeneous database preferences.
See: newHomogeneous smart constructor.
Constructors
| Homogeneous' | |
Fields
| |
Instances
newHomogeneous :: Homogeneous Source #
Create a value of Homogeneous 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:targetDatabaseEngine:Homogeneous', homogeneous_targetDatabaseEngine - The target database engine for homogeneous database migration
preferences.
homogeneous_targetDatabaseEngine :: Lens' Homogeneous (Maybe [HomogeneousTargetDatabaseEngine]) Source #
The target database engine for homogeneous database migration preferences.