stratosphere-0.2.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.AutoScalingTags

Description

The Auto Scaling Tags property is an embedded property of the AWS::AutoScaling::AutoScalingGroup type. For more information about tags, go to Tagging Auto Scaling Groups and Amazon EC2 Instances in the Auto Scaling User Guide. AWS CloudFormation adds the following tags to all Auto Scaling groups and associated instances:

Synopsis

Documentation

data AutoScalingTags Source #

Full data type definition for AutoScalingTags. See autoScalingTags for a more convenient constructor.

autoScalingTags Source #

Constructor for AutoScalingTags containing required fields as arguments.

astKey :: Lens' AutoScalingTags (Val Text) Source #

The key name of the tag.

astValue :: Lens' AutoScalingTags (Val Text) Source #

The value for the tag.

astPropagateAtLaunch :: Lens' AutoScalingTags (Val Bool') Source #

Set to true if you want AWS CloudFormation to copy the tag to EC2 instances that are launched as part of the auto scaling group. Set to false if you want the tag attached only to the auto scaling group and not copied to any instances launched as part of the auto scaling group.