PredefinedMetric
- class aws_cdk.aws_autoscaling.PredefinedMetric(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
One of the predefined autoscaling metrics.
Attributes
- 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.
- 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.