| 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.NoManagementPreference
Description
Documentation
data NoManagementPreference Source #
Object containing the choice of application destination that you specify.
See: newNoManagementPreference smart constructor.
Constructors
| NoManagementPreference' | |
Fields
| |
Instances
newNoManagementPreference Source #
Arguments
| :: NonEmpty NoPreferenceTargetDestination | |
| -> NoManagementPreference |
Create a value of NoManagementPreference 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:targetDestination:NoManagementPreference', noManagementPreference_targetDestination - The choice of application destination that you specify.
noManagementPreference_targetDestination :: Lens' NoManagementPreference (NonEmpty NoPreferenceTargetDestination) Source #
The choice of application destination that you specify.