Uses of Enum Class
software.amazon.awscdk.services.autoscaling.MetricAggregationType
Packages that use MetricAggregationType
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of MetricAggregationType in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return MetricAggregationTypeModifier and TypeMethodDescriptiondefault MetricAggregationTypeBasicStepScalingPolicyProps.getMetricAggregationType()Aggregation to apply to all data points over the evaluation periods.final MetricAggregationTypeBasicStepScalingPolicyProps.Jsii$Proxy.getMetricAggregationType()default MetricAggregationTypeStepScalingActionProps.getMetricAggregationType()The aggregation type for the CloudWatch metrics.final MetricAggregationTypeStepScalingActionProps.Jsii$Proxy.getMetricAggregationType()final MetricAggregationTypeStepScalingPolicyProps.Jsii$Proxy.getMetricAggregationType()static MetricAggregationTypeReturns the enum constant of this class with the specified name.static MetricAggregationType[]MetricAggregationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.autoscaling with parameters of type MetricAggregationTypeModifier and TypeMethodDescriptionBasicStepScalingPolicyProps.Builder.metricAggregationType(MetricAggregationType metricAggregationType) Sets the value ofBasicStepScalingPolicyProps.getMetricAggregationType()StepScalingAction.Builder.metricAggregationType(MetricAggregationType metricAggregationType) The aggregation type for the CloudWatch metrics.StepScalingActionProps.Builder.metricAggregationType(MetricAggregationType metricAggregationType) Sets the value ofStepScalingActionProps.getMetricAggregationType()StepScalingPolicy.Builder.metricAggregationType(MetricAggregationType metricAggregationType) Aggregation to apply to all data points over the evaluation periods.StepScalingPolicyProps.Builder.metricAggregationType(MetricAggregationType metricAggregationType) Sets the value ofBasicStepScalingPolicyProps.getMetricAggregationType()