aws-cdk-lib.aws_autoscaling.MetricAggregationType

enum MetricAggregationType

LanguageType name
.NETAmazon.CDK.AWS.AutoScaling.MetricAggregationType
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsautoscaling#MetricAggregationType
Javasoftware.amazon.awscdk.services.autoscaling.MetricAggregationType
Pythonaws_cdk.aws_autoscaling.MetricAggregationType
TypeScript (source)aws-cdk-lib » aws_autoscaling » MetricAggregationType

How the scaling metric is going to be aggregated.

Members

NameDescription
AVERAGEAverage.
MINIMUMMinimum.
MAXIMUMMaximum.

AVERAGE

Average.


MINIMUM

Minimum.


MAXIMUM

Maximum.