| 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.ManagementPreference
Description
Synopsis
- data ManagementPreference = ManagementPreference' {}
- newManagementPreference :: ManagementPreference
- managementPreference_awsManagedResources :: Lens' ManagementPreference (Maybe AwsManagedResources)
- managementPreference_noPreference :: Lens' ManagementPreference (Maybe NoManagementPreference)
- managementPreference_selfManageResources :: Lens' ManagementPreference (Maybe SelfManageResources)
Documentation
data ManagementPreference Source #
Preferences for migrating an application to AWS.
See: newManagementPreference smart constructor.
Constructors
| ManagementPreference' | |
Fields
| |
Instances
newManagementPreference :: ManagementPreference Source #
Create a value of ManagementPreference 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:awsManagedResources:ManagementPreference', managementPreference_awsManagedResources - Indicates interest in solutions that are managed by AWS.
$sel:noPreference:ManagementPreference', managementPreference_noPreference - No specific preference.
$sel:selfManageResources:ManagementPreference', managementPreference_selfManageResources - Indicates interest in managing your own resources on AWS.
managementPreference_awsManagedResources :: Lens' ManagementPreference (Maybe AwsManagedResources) Source #
Indicates interest in solutions that are managed by AWS.
managementPreference_noPreference :: Lens' ManagementPreference (Maybe NoManagementPreference) Source #
No specific preference.
managementPreference_selfManageResources :: Lens' ManagementPreference (Maybe SelfManageResources) Source #
Indicates interest in managing your own resources on AWS.