aws-cdk-lib.aws_autoscaling.PredefinedMetric

enum PredefinedMetric

LanguageType name
.NETAmazon.CDK.AWS.AutoScaling.PredefinedMetric
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsautoscaling#PredefinedMetric
Javasoftware.amazon.awscdk.services.autoscaling.PredefinedMetric
Pythonaws_cdk.aws_autoscaling.PredefinedMetric
TypeScript (source)aws-cdk-lib » aws_autoscaling » PredefinedMetric

One of the predefined autoscaling metrics.

Members

NameDescription
ASG_AVERAGE_CPU_UTILIZATIONAverage CPU utilization of the Auto Scaling group.
ASG_AVERAGE_NETWORK_INAverage number of bytes received on all network interfaces by the Auto Scaling group.
ASG_AVERAGE_NETWORK_OUTAverage number of bytes sent out on all network interfaces by the Auto Scaling group.
ALB_REQUEST_COUNT_PER_TARGETNumber 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.