Module: AWSCDK::ApplicationAutoScaling::MetricAggregationType

Defined in:
application_auto_scaling/metric_aggregation_type.rb

Overview

How the scaling metric is going to be aggregated.

Constant Summary collapse

AVERAGE =
Deprecated.
Note:

Default:

Average.

Jsii::Enum.new("aws-cdk-lib.aws_applicationautoscaling.MetricAggregationType", "AVERAGE")
MINIMUM =
Deprecated.
Note:

Default:

Minimum.

Jsii::Enum.new("aws-cdk-lib.aws_applicationautoscaling.MetricAggregationType", "MINIMUM")
MAXIMUM =
Deprecated.
Note:

Default:

Maximum.

Jsii::Enum.new("aws-cdk-lib.aws_applicationautoscaling.MetricAggregationType", "MAXIMUM")