amazonka-autoscaling-2.0: Amazon Auto Scaling SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AutoScaling.Types.PredictiveScalingCustomizedCapacityMetric

Description

 
Synopsis

Documentation

data PredictiveScalingCustomizedCapacityMetric Source #

Describes a customized capacity metric for a predictive scaling policy.

See: newPredictiveScalingCustomizedCapacityMetric smart constructor.

Constructors

PredictiveScalingCustomizedCapacityMetric' 

Fields

  • metricDataQueries :: [MetricDataQuery]

    One or more metric data queries to provide the data points for a capacity metric. Use multiple metric data queries only if you are performing a math expression on returned data.

Instances

Instances details
ToQuery PredictiveScalingCustomizedCapacityMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedCapacityMetric

FromXML PredictiveScalingCustomizedCapacityMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedCapacityMetric

Generic PredictiveScalingCustomizedCapacityMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedCapacityMetric

Read PredictiveScalingCustomizedCapacityMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedCapacityMetric

Show PredictiveScalingCustomizedCapacityMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedCapacityMetric

NFData PredictiveScalingCustomizedCapacityMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedCapacityMetric

Eq PredictiveScalingCustomizedCapacityMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedCapacityMetric

Hashable PredictiveScalingCustomizedCapacityMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedCapacityMetric

type Rep PredictiveScalingCustomizedCapacityMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedCapacityMetric

type Rep PredictiveScalingCustomizedCapacityMetric = D1 ('MetaData "PredictiveScalingCustomizedCapacityMetric" "Amazonka.AutoScaling.Types.PredictiveScalingCustomizedCapacityMetric" "amazonka-autoscaling-2.0-IerpHfP4BA3Ir4ZL2IR1De" 'False) (C1 ('MetaCons "PredictiveScalingCustomizedCapacityMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricDataQueries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [MetricDataQuery])))

newPredictiveScalingCustomizedCapacityMetric :: PredictiveScalingCustomizedCapacityMetric Source #

Create a value of PredictiveScalingCustomizedCapacityMetric 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:PredictiveScalingCustomizedCapacityMetric', predictiveScalingCustomizedCapacityMetric_metricDataQueries - One or more metric data queries to provide the data points for a capacity metric. Use multiple metric data queries only if you are performing a math expression on returned data.

predictiveScalingCustomizedCapacityMetric_metricDataQueries :: Lens' PredictiveScalingCustomizedCapacityMetric [MetricDataQuery] Source #

One or more metric data queries to provide the data points for a capacity metric. Use multiple metric data queries only if you are performing a math expression on returned data.