enum MetricAggregationType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AutoScaling.MetricAggregationType |
![]() | software.amazon.awscdk.services.autoscaling.MetricAggregationType |
![]() | aws_cdk.aws_autoscaling.MetricAggregationType |
![]() | @aws-cdk/aws-autoscaling » MetricAggregationType |
How the scaling metric is going to be aggregated.
Members
Name | Description |
---|---|
AVERAGE | Average. |
MINIMUM | Minimum. |
MAXIMUM | Maximum. |
AVERAGE
Average.
MINIMUM
Minimum.
MAXIMUM
Maximum.