| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Signals |
AutoScalingGroupProps.Jsii$Proxy.getSignals() |
default Signals |
CommonAutoScalingGroupProps.getSignals()
Configure waiting for signals during deployment.
|
Signals |
CommonAutoScalingGroupProps.Jsii$Proxy.getSignals() |
static Signals |
Signals.waitForAll()
Wait for the desiredCapacity of the AutoScalingGroup amount of signals to have been received.
|
static Signals |
Signals.waitForAll(SignalsOptions options)
Wait for the desiredCapacity of the AutoScalingGroup amount of signals to have been received.
|
static Signals |
Signals.waitForCount(Number count)
Wait for a specific amount of signals to have been received.
|
static Signals |
Signals.waitForCount(Number count,
SignalsOptions options)
Wait for a specific amount of signals to have been received.
|
static Signals |
Signals.waitForMinCapacity()
Wait for the minCapacity of the AutoScalingGroup amount of signals to have been received.
|
static Signals |
Signals.waitForMinCapacity(SignalsOptions options)
Wait for the minCapacity of the AutoScalingGroup amount of signals to have been received.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.signals(Signals signals)
Sets the value of
CommonAutoScalingGroupProps.getSignals() |
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.signals(Signals signals)
Configure waiting for signals during deployment.
|
CommonAutoScalingGroupProps.Builder |
CommonAutoScalingGroupProps.Builder.signals(Signals signals)
Sets the value of
CommonAutoScalingGroupProps.getSignals() |
| Modifier and Type | Method and Description |
|---|---|
Signals |
AddCapacityOptions.Jsii$Proxy.getSignals() |
| Modifier and Type | Method and Description |
|---|---|
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.signals(Signals signals)
Sets the value of
CommonAutoScalingGroupProps.getSignals() |
| Modifier and Type | Method and Description |
|---|---|
Signals |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getSignals() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.signals(Signals signals)
Sets the value of
CommonAutoScalingGroupProps.getSignals() |
Copyright © 2022. All rights reserved.