stratosphere-1.0.0: EDSL for AWS CloudFormation
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceAttributes.AutoScalingScheduledActionPolicy

Description

To specify how AWS CloudFormation handles updates for the MinSize, MaxSize, and DesiredCapacity properties when the AWS::AutoScaling::AutoScalingGroup resource has an associated scheduled action, use the AutoScalingScheduledAction policy. With scheduled actions, the group size properties of an Auto Scaling group can change at any time. When you update a stack with an Auto Scaling group and scheduled action, AWS CloudFormation always sets the group size property values of your Auto Scaling group to the values that are defined in the AWS::AutoScaling::AutoScalingGroup resource of your template, even if a scheduled action is in effect. If you do not want AWS CloudFormation to change any of the group size property values when you have a scheduled action in effect, use the AutoScalingScheduledAction update policy to prevent AWS CloudFormation from changing the MinSize, MaxSize, or DesiredCapacity properties unless you have modified these values in your template.

Synopsis

Documentation

data AutoScalingScheduledActionPolicy Source #

Full data type definition for AutoScalingScheduledActionPolicy. See mkAutoScalingScheduledActionPolicy for a more convenient constructor.

Instances

Instances details
ToJSON AutoScalingScheduledActionPolicy Source # 
Instance details

Defined in Stratosphere.ResourceAttributes.AutoScalingScheduledActionPolicy

Show AutoScalingScheduledActionPolicy Source # 
Instance details

Defined in Stratosphere.ResourceAttributes.AutoScalingScheduledActionPolicy

Eq AutoScalingScheduledActionPolicy Source # 
Instance details

Defined in Stratosphere.ResourceAttributes.AutoScalingScheduledActionPolicy

Property "IgnoreUnmodifiedGroupSizeProperties" AutoScalingScheduledActionPolicy Source # 
Instance details

Defined in Stratosphere.ResourceAttributes.AutoScalingScheduledActionPolicy

Associated Types

type PropertyType "IgnoreUnmodifiedGroupSizeProperties" AutoScalingScheduledActionPolicy 
Instance details

Defined in Stratosphere.ResourceAttributes.AutoScalingScheduledActionPolicy

type PropertyType "IgnoreUnmodifiedGroupSizeProperties" AutoScalingScheduledActionPolicy = Value Bool
type PropertyType "IgnoreUnmodifiedGroupSizeProperties" AutoScalingScheduledActionPolicy Source # 
Instance details

Defined in Stratosphere.ResourceAttributes.AutoScalingScheduledActionPolicy

type PropertyType "IgnoreUnmodifiedGroupSizeProperties" AutoScalingScheduledActionPolicy = Value Bool