| 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.ApplicationComponentStrategy
Description
Synopsis
- data ApplicationComponentStrategy = ApplicationComponentStrategy' {}
- newApplicationComponentStrategy :: ApplicationComponentStrategy
- applicationComponentStrategy_isPreferred :: Lens' ApplicationComponentStrategy (Maybe Bool)
- applicationComponentStrategy_recommendation :: Lens' ApplicationComponentStrategy (Maybe RecommendationSet)
- applicationComponentStrategy_status :: Lens' ApplicationComponentStrategy (Maybe StrategyRecommendation)
Documentation
data ApplicationComponentStrategy Source #
Contains information about a strategy recommendation for an application component.
See: newApplicationComponentStrategy smart constructor.
Constructors
| ApplicationComponentStrategy' | |
Fields
| |
Instances
newApplicationComponentStrategy :: ApplicationComponentStrategy Source #
Create a value of ApplicationComponentStrategy 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:isPreferred:ApplicationComponentStrategy', applicationComponentStrategy_isPreferred - Set to true if the recommendation is set as preferred.
$sel:recommendation:ApplicationComponentStrategy', applicationComponentStrategy_recommendation - Strategy recommendation for the application component.
$sel:status:ApplicationComponentStrategy', applicationComponentStrategy_status - The recommendation status of a strategy for an application component.
applicationComponentStrategy_isPreferred :: Lens' ApplicationComponentStrategy (Maybe Bool) Source #
Set to true if the recommendation is set as preferred.
applicationComponentStrategy_recommendation :: Lens' ApplicationComponentStrategy (Maybe RecommendationSet) Source #
Strategy recommendation for the application component.
applicationComponentStrategy_status :: Lens' ApplicationComponentStrategy (Maybe StrategyRecommendation) Source #
The recommendation status of a strategy for an application component.