libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AutoScaling.Types.MetricCollectionType

Description

 
Synopsis

Documentation

data MetricCollectionType Source #

Describes a metric.

See: newMetricCollectionType smart constructor.

Constructors

MetricCollectionType' 

Fields

  • metric :: Maybe Text

    One of the following metrics:

    • GroupMinSize
    • GroupMaxSize
    • GroupDesiredCapacity
    • GroupInServiceInstances
    • GroupPendingInstances
    • GroupStandbyInstances
    • GroupTerminatingInstances
    • GroupTotalInstances
    • GroupInServiceCapacity
    • GroupPendingCapacity
    • GroupStandbyCapacity
    • GroupTerminatingCapacity
    • GroupTotalCapacity
    • WarmPoolDesiredCapacity
    • WarmPoolWarmedCapacity
    • WarmPoolPendingCapacity
    • WarmPoolTerminatingCapacity
    • WarmPoolTotalCapacity
    • GroupAndWarmPoolDesiredCapacity
    • GroupAndWarmPoolTotalCapacity

Instances

Instances details
Eq MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

Read MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

Show MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

Generic MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

Associated Types

type Rep MetricCollectionType :: Type -> Type #

NFData MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

Methods

rnf :: MetricCollectionType -> () #

Hashable MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

FromXML MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

type Rep MetricCollectionType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.MetricCollectionType

type Rep MetricCollectionType = D1 ('MetaData "MetricCollectionType" "Amazonka.AutoScaling.Types.MetricCollectionType" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "MetricCollectionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMetricCollectionType :: MetricCollectionType Source #

Create a value of MetricCollectionType 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:metric:MetricCollectionType', metricCollectionType_metric - One of the following metrics:

  • GroupMinSize
  • GroupMaxSize
  • GroupDesiredCapacity
  • GroupInServiceInstances
  • GroupPendingInstances
  • GroupStandbyInstances
  • GroupTerminatingInstances
  • GroupTotalInstances
  • GroupInServiceCapacity
  • GroupPendingCapacity
  • GroupStandbyCapacity
  • GroupTerminatingCapacity
  • GroupTotalCapacity
  • WarmPoolDesiredCapacity
  • WarmPoolWarmedCapacity
  • WarmPoolPendingCapacity
  • WarmPoolTerminatingCapacity
  • WarmPoolTotalCapacity
  • GroupAndWarmPoolDesiredCapacity
  • GroupAndWarmPoolTotalCapacity

metricCollectionType_metric :: Lens' MetricCollectionType (Maybe Text) Source #

One of the following metrics:

  • GroupMinSize
  • GroupMaxSize
  • GroupDesiredCapacity
  • GroupInServiceInstances
  • GroupPendingInstances
  • GroupStandbyInstances
  • GroupTerminatingInstances
  • GroupTotalInstances
  • GroupInServiceCapacity
  • GroupPendingCapacity
  • GroupStandbyCapacity
  • GroupTerminatingCapacity
  • GroupTotalCapacity
  • WarmPoolDesiredCapacity
  • WarmPoolWarmedCapacity
  • WarmPoolPendingCapacity
  • WarmPoolTerminatingCapacity
  • WarmPoolTotalCapacity
  • GroupAndWarmPoolDesiredCapacity
  • GroupAndWarmPoolTotalCapacity