Enum PredefinedMetric
- Namespace
- Amazon.CDK.AWS.AutoScaling
- Assembly
- Amazon.CDK.AWS.AutoScaling.dll
One of the predefined autoscaling metrics.
public enum PredefinedMetric
Fields
ALB_REQUEST_COUNT_PER_TARGET = 3
Number of requests completed per target in an Application Load Balancer target group.
ASG_AVERAGE_CPU_UTILIZATION = 0
Average CPU utilization of the Auto Scaling group.
ASG_AVERAGE_NETWORK_IN = 1
Average number of bytes received on all network interfaces by the Auto Scaling group.
ASG_AVERAGE_NETWORK_OUT = 2
Average number of bytes sent out on all network interfaces by the Auto Scaling group.