@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:57.550Z") @Stability(value=Experimental) public enum PredefinedMetric extends Enum<PredefinedMetric>
| Enum Constant and Description |
|---|
ALB_REQUEST_COUNT_PER_TARGET
(experimental) ALB_REQUEST_COUNT_PER_TARGET.
|
DYANMODB_WRITE_CAPACITY_UTILIZATION
(experimental) DYANMODB_WRITE_CAPACITY_UTILIZATION.
|
DYNAMODB_READ_CAPACITY_UTILIZATION
(experimental) DYNAMODB_READ_CAPACITY_UTILIZATIO.
|
EC2_SPOT_FLEET_REQUEST_AVERAGE_CPU_UTILIZATION
(experimental) EC2_SPOT_FLEET_REQUEST_AVERAGE_CPU_UTILIZATION.
|
EC2_SPOT_FLEET_REQUEST_AVERAGE_NETWORK_IN
(experimental) EC2_SPOT_FLEET_REQUEST_AVERAGE_NETWORK_IN.
|
EC2_SPOT_FLEET_REQUEST_AVERAGE_NETWORK_OUT
(experimental) EC2_SPOT_FLEET_REQUEST_AVERAGE_NETWORK_OUT.
|
ECS_SERVICE_AVERAGE_CPU_UTILIZATION
(experimental) ECS_SERVICE_AVERAGE_CPU_UTILIZATION.
|
ECS_SERVICE_AVERAGE_MEMORY_UTILIZATION
(experimental) ECS_SERVICE_AVERAGE_MEMORY_UTILIZATION.
|
KAFKA_BROKER_STORAGE_UTILIZATION
(experimental) KAFKA_BROKER_STORAGE_UTILIZATION.
|
LAMBDA_PROVISIONED_CONCURRENCY_UTILIZATION
(experimental) LAMBDA_PROVISIONED_CONCURRENCY_UTILIZATION.
|
RDS_READER_AVERAGE_CPU_UTILIZATION
(experimental) RDS_READER_AVERAGE_CPU_UTILIZATION.
|
RDS_READER_AVERAGE_DATABASE_CONNECTIONS
(experimental) RDS_READER_AVERAGE_DATABASE_CONNECTIONS.
|
SAGEMAKER_VARIANT_INVOCATIONS_PER_INSTANCE
(experimental) SAGEMAKER_VARIANT_INVOCATIONS_PER_INSTANCE.
|
| 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 DYNAMODB_READ_CAPACITY_UTILIZATION
https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html@Stability(value=Experimental) public static final PredefinedMetric DYANMODB_WRITE_CAPACITY_UTILIZATION
https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html@Stability(value=Experimental) public static final PredefinedMetric ALB_REQUEST_COUNT_PER_TARGET
https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html@Stability(value=Experimental) public static final PredefinedMetric RDS_READER_AVERAGE_CPU_UTILIZATION
https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html@Stability(value=Experimental) public static final PredefinedMetric RDS_READER_AVERAGE_DATABASE_CONNECTIONS
https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html@Stability(value=Experimental) public static final PredefinedMetric EC2_SPOT_FLEET_REQUEST_AVERAGE_CPU_UTILIZATION
https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html@Stability(value=Experimental) public static final PredefinedMetric EC2_SPOT_FLEET_REQUEST_AVERAGE_NETWORK_IN
https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html@Stability(value=Experimental) public static final PredefinedMetric EC2_SPOT_FLEET_REQUEST_AVERAGE_NETWORK_OUT
https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html@Stability(value=Experimental) public static final PredefinedMetric SAGEMAKER_VARIANT_INVOCATIONS_PER_INSTANCE
https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html@Stability(value=Experimental) public static final PredefinedMetric ECS_SERVICE_AVERAGE_CPU_UTILIZATION
https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html@Stability(value=Experimental) public static final PredefinedMetric ECS_SERVICE_AVERAGE_MEMORY_UTILIZATION
https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html@Stability(value=Experimental) public static final PredefinedMetric LAMBDA_PROVISIONED_CONCURRENCY_UTILIZATION
https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics.html#monitoring-metrics-concurrency@Stability(value=Experimental) public static final PredefinedMetric KAFKA_BROKER_STORAGE_UTILIZATION
https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.htmlpublic 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.