| 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.DevOpsGuru.Types.PerformanceInsightsReferenceData
Description
Synopsis
- data PerformanceInsightsReferenceData = PerformanceInsightsReferenceData' {}
- newPerformanceInsightsReferenceData :: PerformanceInsightsReferenceData
- performanceInsightsReferenceData_comparisonValues :: Lens' PerformanceInsightsReferenceData (Maybe PerformanceInsightsReferenceComparisonValues)
- performanceInsightsReferenceData_name :: Lens' PerformanceInsightsReferenceData (Maybe Text)
Documentation
data PerformanceInsightsReferenceData Source #
Reference data used to evaluate Performance Insights to determine if its performance is anomalous or not.
See: newPerformanceInsightsReferenceData smart constructor.
Constructors
| PerformanceInsightsReferenceData' | |
Fields
| |
Instances
newPerformanceInsightsReferenceData :: PerformanceInsightsReferenceData Source #
Create a value of PerformanceInsightsReferenceData 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:comparisonValues:PerformanceInsightsReferenceData', performanceInsightsReferenceData_comparisonValues - The specific reference values used to evaluate the Performance Insights.
For more information, see
PerformanceInsightsReferenceComparisonValues .
$sel:name:PerformanceInsightsReferenceData', performanceInsightsReferenceData_name - The name of the reference data.
performanceInsightsReferenceData_comparisonValues :: Lens' PerformanceInsightsReferenceData (Maybe PerformanceInsightsReferenceComparisonValues) Source #
The specific reference values used to evaluate the Performance Insights.
For more information, see
PerformanceInsightsReferenceComparisonValues .
performanceInsightsReferenceData_name :: Lens' PerformanceInsightsReferenceData (Maybe Text) Source #
The name of the reference data.