@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.126Z") @Stability(value=Experimental) public enum PredefinedMetric extends Enum<PredefinedMetric>
| Enum Constant and Description |
|---|
ALB_REQUEST_COUNT_PER_TARGET
(experimental) Number of requests completed per target in an Application Load Balancer target group.
|
ASG_AVERAGE_CPU_UTILIZATION
(experimental) Average CPU utilization of the Auto Scaling group.
|
ASG_AVERAGE_NETWORK_IN
(experimental) Average number of bytes received on all network interfaces by the Auto Scaling group.
|
ASG_AVERAGE_NETWORK_OUT
(experimental) Average number of bytes sent out on all network interfaces by the Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
static PredefinedMetric |
valueOf(String name)
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.
|
@Stability(value=Experimental) public static final PredefinedMetric ASG_AVERAGE_CPU_UTILIZATION
@Stability(value=Experimental) public static final PredefinedMetric ASG_AVERAGE_NETWORK_IN
@Stability(value=Experimental) public static final PredefinedMetric ASG_AVERAGE_NETWORK_OUT
@Stability(value=Experimental) public static final PredefinedMetric ALB_REQUEST_COUNT_PER_TARGET
Specify the ALB to look at in the resourceLabel field.
public static PredefinedMetric[] values()
for (PredefinedMetric c : PredefinedMetric.values()) System.out.println(c);
public static PredefinedMetric valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.