Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data VolumeRecommendationOption = VolumeRecommendationOption' {}
- newVolumeRecommendationOption :: VolumeRecommendationOption
- volumeRecommendationOption_performanceRisk :: Lens' VolumeRecommendationOption (Maybe Double)
- volumeRecommendationOption_configuration :: Lens' VolumeRecommendationOption (Maybe VolumeConfiguration)
- volumeRecommendationOption_rank :: Lens' VolumeRecommendationOption (Maybe Int)
Documentation
data VolumeRecommendationOption Source #
Describes a recommendation option for an Amazon Elastic Block Store (Amazon EBS) instance.
See: newVolumeRecommendationOption
smart constructor.
VolumeRecommendationOption' | |
|
Instances
newVolumeRecommendationOption :: VolumeRecommendationOption Source #
Create a value of VolumeRecommendationOption
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:performanceRisk:VolumeRecommendationOption'
, volumeRecommendationOption_performanceRisk
- The performance risk of the volume recommendation option.
Performance risk is the likelihood of the recommended volume type meeting the performance requirement of your workload.
The value ranges from 0
- 4
, with 0
meaning that the recommended
resource is predicted to always provide enough hardware capability. The
higher the performance risk is, the more likely you should validate
whether the recommendation will meet the performance requirements of
your workload before migrating your resource.
$sel:configuration:VolumeRecommendationOption'
, volumeRecommendationOption_configuration
- An array of objects that describe a volume configuration.
$sel:rank:VolumeRecommendationOption'
, volumeRecommendationOption_rank
- The rank of the volume recommendation option.
The top recommendation option is ranked as 1
.
volumeRecommendationOption_performanceRisk :: Lens' VolumeRecommendationOption (Maybe Double) Source #
The performance risk of the volume recommendation option.
Performance risk is the likelihood of the recommended volume type meeting the performance requirement of your workload.
The value ranges from 0
- 4
, with 0
meaning that the recommended
resource is predicted to always provide enough hardware capability. The
higher the performance risk is, the more likely you should validate
whether the recommendation will meet the performance requirements of
your workload before migrating your resource.
volumeRecommendationOption_configuration :: Lens' VolumeRecommendationOption (Maybe VolumeConfiguration) Source #
An array of objects that describe a volume configuration.
volumeRecommendationOption_rank :: Lens' VolumeRecommendationOption (Maybe Int) Source #
The rank of the volume recommendation option.
The top recommendation option is ranked as 1
.