Uses of Class
software.amazon.awscdk.services.autoscaling.GroupMetric
Packages that use GroupMetric
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of GroupMetric in software.amazon.awscdk.services.autoscaling
Fields in software.amazon.awscdk.services.autoscaling declared as GroupMetricModifier and TypeFieldDescriptionstatic final GroupMetricGroupMetric.DESIRED_CAPACITYThe number of instances that the Auto Scaling group attempts to maintain.static final GroupMetricGroupMetric.IN_SERVICE_INSTANCESThe number of instances that are running as part of the Auto Scaling group This metric does not include instances that are pending or terminating.static final GroupMetricGroupMetric.MAX_SIZEThe maximum size of the Auto Scaling group.static final GroupMetricGroupMetric.MIN_SIZEThe minimum size of the Auto Scaling group.static final GroupMetricGroupMetric.PENDING_INSTANCESThe number of instances that are pending A pending instance is not yet in service, this metric does not include instances that are in service or terminating.static final GroupMetricGroupMetric.STANDBY_INSTANCESThe number of instances that are in a Standby state Instances in this state are still running but are not actively in service.static final GroupMetricGroupMetric.TERMINATING_INSTANCESThe number of instances that are in the process of terminating This metric does not include instances that are in service or pending.static final GroupMetricGroupMetric.TOTAL_INSTANCESThe total number of instances in the Auto Scaling group This metric identifies the number of instances that are in service, pending, and terminating.Constructors in software.amazon.awscdk.services.autoscaling with parameters of type GroupMetric