@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.629Z") @Stability(value=Experimental) 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()
(experimental) Maximum capacity to scale to.
|
default Number |
getMinCapacity()
(experimental) Minimum capacity to scale to.
|
@Stability(value=Experimental) @NotNull Number getMaxCapacity()
@Stability(value=Experimental) @Nullable default Number getMinCapacity()
Default: 1
@Stability(value=Experimental) static AutoScalingOptions.Builder builder()
AutoScalingOptions.Builder of AutoScalingOptionsCopyright © 2021. All rights reserved.