Uses of Class
software.amazon.awscdk.services.autoscaling.Signals
Package
Description
Amazon EC2 Auto Scaling Construct Library
Amazon ECS Construct Library
Amazon EKS Construct Library
-
Uses of Signals in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionfinal Signals
AutoScalingGroupProps.Jsii$Proxy.getSignals()
default Signals
CommonAutoScalingGroupProps.getSignals()
Configure waiting for signals during deployment.final 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 TypeMethodDescriptionConfigure waiting for signals during deployment.Sets the value ofCommonAutoScalingGroupProps.getSignals()
Sets the value ofCommonAutoScalingGroupProps.getSignals()
-
Uses of Signals in software.amazon.awscdk.services.ecs
-
Uses of Signals in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionfinal Signals
AutoScalingGroupCapacityOptions.Jsii$Proxy.getSignals()