libZSservicesZSamazonka-emrZSamazonka-emr
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.EMR.Types.ScalingAction

Description

 
Synopsis

Documentation

data ScalingAction Source #

The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.

See: newScalingAction smart constructor.

Constructors

ScalingAction' 

Fields

Instances

Instances details
Eq ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

Read ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

Show ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

Generic ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

Associated Types

type Rep ScalingAction :: Type -> Type #

NFData ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

Methods

rnf :: ScalingAction -> () #

Hashable ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

ToJSON ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

FromJSON ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

type Rep ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

type Rep ScalingAction = D1 ('MetaData "ScalingAction" "Amazonka.EMR.Types.ScalingAction" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ScalingAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "market") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarketType)) :*: S1 ('MetaSel ('Just "simpleScalingPolicyConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SimpleScalingPolicyConfiguration)))

newScalingAction Source #

Create a value of ScalingAction 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:market:ScalingAction', scalingAction_market - Not available for instance groups. Instance groups use the market type specified for the group.

$sel:simpleScalingPolicyConfiguration:ScalingAction', scalingAction_simpleScalingPolicyConfiguration - The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.

scalingAction_market :: Lens' ScalingAction (Maybe MarketType) Source #

Not available for instance groups. Instance groups use the market type specified for the group.

scalingAction_simpleScalingPolicyConfiguration :: Lens' ScalingAction SimpleScalingPolicyConfiguration Source #

The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.