| 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.AutoScaling.Types.PredictiveScalingCustomizedLoadMetric
Description
Documentation
data PredictiveScalingCustomizedLoadMetric Source #
Describes a custom load metric for a predictive scaling policy.
See: newPredictiveScalingCustomizedLoadMetric smart constructor.
Constructors
| PredictiveScalingCustomizedLoadMetric' | |
Fields
| |
Instances
newPredictiveScalingCustomizedLoadMetric :: PredictiveScalingCustomizedLoadMetric Source #
Create a value of PredictiveScalingCustomizedLoadMetric 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:metricDataQueries:PredictiveScalingCustomizedLoadMetric', predictiveScalingCustomizedLoadMetric_metricDataQueries - One or more metric data queries to provide the data points for a load
metric. Use multiple metric data queries only if you are performing a
math expression on returned data.
predictiveScalingCustomizedLoadMetric_metricDataQueries :: Lens' PredictiveScalingCustomizedLoadMetric [MetricDataQuery] Source #
One or more metric data queries to provide the data points for a load metric. Use multiple metric data queries only if you are performing a math expression on returned data.