@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:57.549Z") @Stability(value=Experimental) public interface EnableScalingProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EnableScalingProps.Builder
A builder for
EnableScalingProps |
static class |
EnableScalingProps.Jsii$Proxy
An implementation for
EnableScalingProps |
| Modifier and Type | Method and Description |
|---|---|
static EnableScalingProps.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 EnableScalingProps.Builder builder()
EnableScalingProps.Builder of EnableScalingPropsCopyright © 2021. All rights reserved.