Module: AWSCDK::Autoscaling::PredefinedMetric
- Defined in:
- autoscaling/predefined_metric.rb
Overview
One of the predefined autoscaling metrics.
Constant Summary collapse
- ASG_AVERAGE_CPU_UTILIZATION =
Deprecated.Note:
Default:
Average CPU utilization of the Auto Scaling group.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.PredefinedMetric", "ASG_AVERAGE_CPU_UTILIZATION")
- ASG_AVERAGE_NETWORK_IN =
Deprecated.Note:
Default:
Average number of bytes received on all network interfaces by the Auto Scaling group.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.PredefinedMetric", "ASG_AVERAGE_NETWORK_IN")
- ASG_AVERAGE_NETWORK_OUT =
Deprecated.Note:
Default:
Average number of bytes sent out on all network interfaces by the Auto Scaling group.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.PredefinedMetric", "ASG_AVERAGE_NETWORK_OUT")
- ALB_REQUEST_COUNT_PER_TARGET =
Deprecated.Note:
Default:
Number of requests completed per target in an Application Load Balancer target group.
Specify the ALB to look at in the
resource_labelfield. Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.PredefinedMetric", "ALB_REQUEST_COUNT_PER_TARGET")