@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:29:22.914Z") @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.