enum PredefinedMetric
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AutoScaling.PredefinedMetric |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsautoscaling#PredefinedMetric |
Java | software.amazon.awscdk.services.autoscaling.PredefinedMetric |
Python | aws_cdk.aws_autoscaling.PredefinedMetric |
TypeScript (source) | aws-cdk-lib » aws_autoscaling » PredefinedMetric |
One of the predefined autoscaling metrics.
Members
Name | Description |
---|---|
ASG_AVERAGE_CPU_UTILIZATION | Average CPU utilization of the Auto Scaling group. |
ASG_AVERAGE_NETWORK_IN | Average number of bytes received on all network interfaces by the Auto Scaling group. |
ASG_AVERAGE_NETWORK_OUT | Average number of bytes sent out on all network interfaces by the Auto Scaling group. |
ALB_REQUEST_COUNT_PER_TARGET | Number of requests completed per target in an Application Load Balancer target group. |
ASG_AVERAGE_CPU_UTILIZATION
Average CPU utilization of the Auto Scaling group.
ASG_AVERAGE_NETWORK_IN
Average number of bytes received on all network interfaces by the Auto Scaling group.
ASG_AVERAGE_NETWORK_OUT
Average number of bytes sent out on all network interfaces by the Auto Scaling group.
ALB_REQUEST_COUNT_PER_TARGET
Number of requests completed per target in an Application Load Balancer target group.
Specify the ALB to look at in the resourceLabel
field.