@Generated(value="jsii-pacmak/1.14.0 (build 729554b)", date="2020-10-29T17:34:18.473Z") @Stability(value=Stable) public interface AutoScalingOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AutoScalingOptions.Builder
A builder for
AutoScalingOptions |
static class |
AutoScalingOptions.Jsii$Proxy
An implementation for
AutoScalingOptions |
| Modifier and Type | Method and Description |
|---|---|
static AutoScalingOptions.Builder |
builder() |
Number |
getMaxCapacity()
Maximum capacity to scale to.
|
default Number |
getMinCapacity()
Minimum capacity to scale to.
|
@Stability(value=Stable) @NotNull Number getMaxCapacity()
@Stability(value=Stable) @Nullable default Number getMinCapacity()
Default: 1
@Stability(value=Stable) static AutoScalingOptions.Builder builder()
AutoScalingOptions.Builder of AutoScalingOptionsCopyright © 2020. All rights reserved.