MetricAggregationType

class aws_cdk.aws_applicationautoscaling.MetricAggregationType(value)

Bases: Enum

How the scaling metric is going to be aggregated.

Attributes

AVERAGE

Average.

MAXIMUM

Maximum.

MINIMUM

Minimum.