@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.528Z") @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 © 2021. All rights reserved.