@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:01.383Z") @Stability(value=Experimental) 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()
(experimental) The desiredCapacity of the ASG.
|
default Number |
getMinCapacity()
(experimental) The minSize of the ASG.
|
@Stability(value=Experimental) @Nullable default Number getDesiredCapacity()
Default: - desired capacity not configured
@Stability(value=Experimental) @Nullable default Number getMinCapacity()
Default: - minCapacity not configured
@Stability(value=Experimental) static RenderSignalsOptions.Builder builder()
RenderSignalsOptions.Builder of RenderSignalsOptionsCopyright © 2022. All rights reserved.