amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.SetDesiredCapacity

Contents

Description

Synopsis

Request

Request constructor

Request lenses

sdcAutoScalingGroupName :: Lens' SetDesiredCapacity Text Source

The name of the Auto Scaling group.

sdcDesiredCapacity :: Lens' SetDesiredCapacity Int Source

The number of EC2 instances that should be running in the Auto Scaling group.

sdcHonorCooldown :: Lens' SetDesiredCapacity (Maybe Bool) Source

By default, SetDesiredCapacity overrides any cooldown period associated with the Auto Scaling group. Specify True to make Auto Scaling to wait for the cool-down period associated with the Auto Scaling group to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.

Response

Response constructor