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.PredictiveScalingCustomizedScalingMetric

Description

 
Synopsis

Documentation

data PredictiveScalingCustomizedScalingMetric Source #

Describes a custom scaling metric for a predictive scaling policy.

See: newPredictiveScalingCustomizedScalingMetric smart constructor.

Constructors

PredictiveScalingCustomizedScalingMetric' 

Fields

  • metricDataQueries :: [MetricDataQuery]

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

Instances

Instances details
ToQuery PredictiveScalingCustomizedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedScalingMetric

FromXML PredictiveScalingCustomizedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedScalingMetric

Generic PredictiveScalingCustomizedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedScalingMetric

Read PredictiveScalingCustomizedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedScalingMetric

Show PredictiveScalingCustomizedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedScalingMetric

NFData PredictiveScalingCustomizedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedScalingMetric

Eq PredictiveScalingCustomizedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedScalingMetric

Hashable PredictiveScalingCustomizedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedScalingMetric

type Rep PredictiveScalingCustomizedScalingMetric Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.PredictiveScalingCustomizedScalingMetric

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

newPredictiveScalingCustomizedScalingMetric :: PredictiveScalingCustomizedScalingMetric Source #

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

predictiveScalingCustomizedScalingMetric_metricDataQueries :: Lens' PredictiveScalingCustomizedScalingMetric [MetricDataQuery] Source #

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