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

Description

 
Synopsis

Documentation

data WarmPoolConfiguration Source #

Describes a warm pool configuration.

See: newWarmPoolConfiguration smart constructor.

Constructors

WarmPoolConfiguration' 

Fields

Instances

Instances details
Eq WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

Read WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

Show WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

Generic WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

Associated Types

type Rep WarmPoolConfiguration :: Type -> Type #

NFData WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

Methods

rnf :: WarmPoolConfiguration -> () #

Hashable WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

FromXML WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

type Rep WarmPoolConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.WarmPoolConfiguration

type Rep WarmPoolConfiguration = D1 ('MetaData "WarmPoolConfiguration" "Amazonka.AutoScaling.Types.WarmPoolConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "WarmPoolConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WarmPoolStatus)) :*: S1 ('MetaSel ('Just "minSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "maxGroupPreparedCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "poolState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WarmPoolState)))))

newWarmPoolConfiguration :: WarmPoolConfiguration Source #

Create a value of WarmPoolConfiguration 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:status:WarmPoolConfiguration', warmPoolConfiguration_status - The status of a warm pool that is marked for deletion.

$sel:minSize:WarmPoolConfiguration', warmPoolConfiguration_minSize - The minimum number of instances to maintain in the warm pool.

$sel:maxGroupPreparedCapacity:WarmPoolConfiguration', warmPoolConfiguration_maxGroupPreparedCapacity - The maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.

$sel:poolState:WarmPoolConfiguration', warmPoolConfiguration_poolState - The instance state to transition to after the lifecycle actions are complete.

warmPoolConfiguration_status :: Lens' WarmPoolConfiguration (Maybe WarmPoolStatus) Source #

The status of a warm pool that is marked for deletion.

warmPoolConfiguration_minSize :: Lens' WarmPoolConfiguration (Maybe Natural) Source #

The minimum number of instances to maintain in the warm pool.

warmPoolConfiguration_maxGroupPreparedCapacity :: Lens' WarmPoolConfiguration (Maybe Int) Source #

The maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.

warmPoolConfiguration_poolState :: Lens' WarmPoolConfiguration (Maybe WarmPoolState) Source #

The instance state to transition to after the lifecycle actions are complete.