@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.090Z") @Stability(value=Experimental) public interface AdjustmentTier extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AdjustmentTier.Builder
A builder for
AdjustmentTier |
static class |
AdjustmentTier.Jsii$Proxy
An implementation for
AdjustmentTier |
| Modifier and Type | Method and Description |
|---|---|
static AdjustmentTier.Builder |
builder() |
Number |
getAdjustment()
(experimental) What number to adjust the capacity with.
|
default Number |
getLowerBound()
(experimental) Lower bound where this scaling tier applies.
|
default Number |
getUpperBound()
(experimental) Upper bound where this scaling tier applies.
|
@Stability(value=Experimental) @NotNull Number getAdjustment()
The number is interpeted as an added capacity, a new fixed capacity or an added percentage depending on the AdjustmentType value of the StepScalingPolicy.
Can be positive or negative.
@Stability(value=Experimental) @Nullable default Number getLowerBound()
The scaling tier applies if the difference between the metric value and its alarm threshold is higher than this value.
Default: -Infinity if this is the first tier, otherwise the upperBound of the previous tier
@Stability(value=Experimental) @Nullable default Number getUpperBound()
The scaling tier applies if the difference between the metric value and its alarm threshold is lower than this value.
Default: +Infinity
@Stability(value=Experimental) static AdjustmentTier.Builder builder()
AdjustmentTier.Builder of AdjustmentTierCopyright © 2021. All rights reserved.