Uses of Class
software.amazon.awscdk.services.autoscaling.CfnScalingPolicy.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of CfnScalingPolicy.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionCfnScalingPolicy.Builder.adjustmentType
(String adjustmentType) Specifies how the scaling adjustment is interpreted (for example, an absolute number or a percentage).CfnScalingPolicy.Builder.autoScalingGroupName
(String autoScalingGroupName) The name of the Auto Scaling group.A cooldown period, in seconds, that applies to a specific simple scaling policy.static CfnScalingPolicy.Builder
CfnScalingPolicy.Builder.estimatedInstanceWarmup
(Number estimatedInstanceWarmup) Not needed if the default instance warmup is defined for the group..CfnScalingPolicy.Builder.metricAggregationType
(String metricAggregationType) The aggregation type for the CloudWatch metrics.CfnScalingPolicy.Builder.minAdjustmentMagnitude
(Number minAdjustmentMagnitude) The minimum value to scale by when the adjustment type isPercentChangeInCapacity
.CfnScalingPolicy.Builder.policyType
(String policyType) One of the following policy types:.CfnScalingPolicy.Builder.predictiveScalingConfiguration
(IResolvable predictiveScalingConfiguration) A predictive scaling policy.CfnScalingPolicy.Builder.predictiveScalingConfiguration
(CfnScalingPolicy.PredictiveScalingConfigurationProperty predictiveScalingConfiguration) A predictive scaling policy.CfnScalingPolicy.Builder.scalingAdjustment
(Number scalingAdjustment) The amount by which to scale, based on the specified adjustment type.CfnScalingPolicy.Builder.stepAdjustments
(List<? extends Object> stepAdjustments) A set of adjustments that enable you to scale based on the size of the alarm breach.CfnScalingPolicy.Builder.stepAdjustments
(IResolvable stepAdjustments) A set of adjustments that enable you to scale based on the size of the alarm breach.CfnScalingPolicy.Builder.targetTrackingConfiguration
(IResolvable targetTrackingConfiguration) A target tracking scaling policy.CfnScalingPolicy.Builder.targetTrackingConfiguration
(CfnScalingPolicy.TargetTrackingConfigurationProperty targetTrackingConfiguration) A target tracking scaling policy.