| 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.ComputeOptimizer.Types.RecommendationSource
Description
Synopsis
Documentation
data RecommendationSource Source #
Describes the source of a recommendation, such as an Amazon EC2 instance or Auto Scaling group.
See: newRecommendationSource smart constructor.
Constructors
| RecommendationSource' | |
Fields
| |
Instances
newRecommendationSource :: RecommendationSource Source #
Create a value of RecommendationSource 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:recommendationSourceArn:RecommendationSource', recommendationSource_recommendationSourceArn - The Amazon Resource Name (ARN) of the recommendation source.
$sel:recommendationSourceType:RecommendationSource', recommendationSource_recommendationSourceType - The resource type of the recommendation source.
recommendationSource_recommendationSourceArn :: Lens' RecommendationSource (Maybe Text) Source #
The Amazon Resource Name (ARN) of the recommendation source.
recommendationSource_recommendationSourceType :: Lens' RecommendationSource (Maybe RecommendationSourceType) Source #
The resource type of the recommendation source.