@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:48.009Z")
public interface RenderSignalsOptions
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 java.lang.Number |
getDesiredCapacity()
The desiredCapacity of the ASG.
|
default java.lang.Number |
getMinCapacity()
The minSize of the ASG.
|
default java.lang.Number getDesiredCapacity()
Default: - desired capacity not configured
default java.lang.Number getMinCapacity()
Default: - minCapacity not configured
static RenderSignalsOptions.Builder builder()
RenderSignalsOptions.Builder
of RenderSignalsOptions