Enum PredefinedMetric
- All Implemented Interfaces:
Serializable
,Comparable<PredefinedMetric>
,java.lang.constant.Constable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:45.399Z")
@Stability(Stable)
public enum PredefinedMetric
extends Enum<PredefinedMetric>
One of the predefined autoscaling metrics.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionNumber of requests completed per target in an Application Load Balancer target group.Average CPU utilization of the Auto Scaling group.Average number of bytes received on all network interfaces by the Auto Scaling group.Average number of bytes sent out on all network interfaces by the Auto Scaling group. -
Method Summary
Modifier and TypeMethodDescriptionstatic PredefinedMetric
Returns the enum constant of this type with the specified name.static PredefinedMetric[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-