Class PolicyStepScalingPolicyConfigurationStepAdjustment
- java.lang.Object
-
- com.pulumi.aws.appautoscaling.outputs.PolicyStepScalingPolicyConfigurationStepAdjustment
-
public final class PolicyStepScalingPolicyConfigurationStepAdjustment extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PolicyStepScalingPolicyConfigurationStepAdjustment.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PolicyStepScalingPolicyConfigurationStepAdjustment.Builder
builder()
static PolicyStepScalingPolicyConfigurationStepAdjustment.Builder
builder(PolicyStepScalingPolicyConfigurationStepAdjustment defaults)
java.util.Optional<java.lang.String>
metricIntervalLowerBound()
java.util.Optional<java.lang.String>
metricIntervalUpperBound()
java.lang.Integer
scalingAdjustment()
-
-
-
Method Detail
-
metricIntervalLowerBound
public java.util.Optional<java.lang.String> metricIntervalLowerBound()
- Returns:
- Lower bound for the difference between the alarm threshold and the CloudWatch metric. Without a value, AWS will treat this bound as negative infinity.
-
metricIntervalUpperBound
public java.util.Optional<java.lang.String> metricIntervalUpperBound()
- Returns:
- Upper bound for the difference between the alarm threshold and the CloudWatch metric. Without a value, AWS will treat this bound as infinity. The upper bound must be greater than the lower bound.
-
scalingAdjustment
public java.lang.Integer scalingAdjustment()
- Returns:
- Number of members by which to scale, when the adjustment bounds are breached. A positive value scales up. A negative value scales down.
-
builder
public static PolicyStepScalingPolicyConfigurationStepAdjustment.Builder builder()
-
builder
public static PolicyStepScalingPolicyConfigurationStepAdjustment.Builder builder(PolicyStepScalingPolicyConfigurationStepAdjustment defaults)
-
-