| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SignalsOptions.Jsii$Proxy
An implementation for
SignalsOptions |
| Modifier and Type | Method and Description |
|---|---|
SignalsOptions |
SignalsOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected CfnCreationPolicy |
Signals.doRender(SignalsOptions options)
(experimental) Helper to render the actual creation policy, as the logic between them is quite similar.
|
protected CfnCreationPolicy |
Signals.doRender(SignalsOptions options,
Number count)
(experimental) Helper to render the actual creation policy, as the logic between them is quite similar.
|
static Signals |
Signals.waitForAll(SignalsOptions options)
(experimental) Wait for the desiredCapacity of the AutoScalingGroup amount of signals to have been received.
|
static Signals |
Signals.waitForCount(Number count,
SignalsOptions options)
(experimental) Wait for a specific amount of signals to have been received.
|
static Signals |
Signals.waitForMinCapacity(SignalsOptions options)
(experimental) Wait for the minCapacity of the AutoScalingGroup amount of signals to have been received.
|
Copyright © 2021. All rights reserved.