stratosphere-0.1.2.1: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.AutoScalingMetricsCollection

Description

The MetricsCollection is a property of the AWS::AutoScaling::AutoScalingGroup resource that describes the group metrics that an Auto Scaling group sends to CloudWatch. These metrics describe the group rather than any of its instances. For more information, see EnableMetricsCollection in the Auto Scaling API Reference.

Synopsis

Documentation

data AutoScalingMetricsCollection Source #

Full data type definition for AutoScalingMetricsCollection. See autoScalingMetricsCollection for a more convenient constructor.

autoScalingMetricsCollection Source #

Constructor for AutoScalingMetricsCollection containing required fields as arguments.

asmcGranularity :: Lens' AutoScalingMetricsCollection (Val Text) Source #

The frequency at which Auto Scaling sends aggregated data to CloudWatch. For example, you can specify 1Minute to send aggregated data to CloudWatch every minute.

asmcMetrics :: Lens' AutoScalingMetricsCollection (Maybe [Val Text]) Source #

The list of metrics to collect. If you don't specify any metrics, all metrics are enabled.