@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.816Z") @Stability(value=Stable) public interface RenderSignalsOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.autoscaling.*;
RenderSignalsOptions renderSignalsOptions = RenderSignalsOptions.builder()
.desiredCapacity(123)
.minCapacity(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
RenderSignalsOptions.Builder
A builder for
RenderSignalsOptions |
static class |
RenderSignalsOptions.Jsii$Proxy
An implementation for
RenderSignalsOptions |
| Modifier and Type | Method and Description |
|---|---|
static RenderSignalsOptions.Builder |
builder() |
default Number |
getDesiredCapacity()
The desiredCapacity of the ASG.
|
default Number |
getMinCapacity()
The minSize of the ASG.
|
@Stability(value=Stable) @Nullable default Number getDesiredCapacity()
Default: - desired capacity not configured
@Stability(value=Stable) @Nullable default Number getMinCapacity()
Default: - minCapacity not configured
@Stability(value=Stable) static RenderSignalsOptions.Builder builder()
RenderSignalsOptions.Builder of RenderSignalsOptionsCopyright © 2022. All rights reserved.