Module: AWSCDK::Autoscaling::MetricAggregationType
- Defined in:
- autoscaling/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_autoscaling.MetricAggregationType", "AVERAGE")
- MINIMUM =
Deprecated.Note:
Default:
Minimum.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.MetricAggregationType", "MINIMUM")
- MAXIMUM =
Deprecated.Note:
Default:
Maximum.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.MetricAggregationType", "MAXIMUM")