amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.ExecutePolicy

Contents

Description

Synopsis

Request

Request constructor

executePolicy Source

ExecutePolicy constructor.

The fields accessible through corresponding lenses are:

Request lenses

epAutoScalingGroupName :: Lens' ExecutePolicy (Maybe Text) Source

The name or Amazon Resource Name (ARN) of the Auto Scaling group.

epHonorCooldown :: Lens' ExecutePolicy (Maybe Bool) Source

Set to True if you want Auto Scaling to wait for the cooldown period associated with the Auto Scaling group to complete before executing the policy.

Set to False if you want Auto Scaling to circumvent the cooldown period associated with the Auto Scaling group and execute the policy before the cooldown period ends.

For more information, see Understanding Auto Scaling Cooldowns in the AutoScaling Developer Guide.

epPolicyName :: Lens' ExecutePolicy Text Source

The name or ARN of the policy.

Response

Response constructor