Auto Scaling Group Metrics Collection Args
data class AutoScalingGroupMetricsCollectionArgs(val granularity: Output<String>, val metrics: Output<List<String>>? = null) : ConvertibleToJava<AutoScalingGroupMetricsCollectionArgs>
`MetricsCollection`
is a property of the AWS::AutoScaling::AutoScalingGroup resource that describes the group metrics that an Amazon EC2 Auto Scaling group sends to Amazon CloudWatch. These metrics describe the group rather than any of its instances. For more information, see Monitor CloudWatch metrics for your Auto Scaling groups and instances in the Amazon EC2 Auto Scaling User Guide. You can find a sample template snippet in the Examples section of the `AWS::AutoScaling::AutoScalingGroup`
resource.