Uses of Class
software.amazon.awscdk.services.autoscaling.Signals
Packages that use Signals
Package
Description
Amazon EC2 Auto Scaling Construct Library
Amazon ECS Construct Library
Amazon EKS Construct Library
Amazon EKS V2 Construct Library
-
Uses of Signals in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return SignalsModifier and TypeMethodDescriptionfinal SignalsAutoScalingGroupProps.Jsii$Proxy.getSignals()default SignalsCommonAutoScalingGroupProps.getSignals()Configure waiting for signals during deployment.final SignalsCommonAutoScalingGroupProps.Jsii$Proxy.getSignals()static SignalsSignals.waitForAll()Wait for the desiredCapacity of the AutoScalingGroup amount of signals to have been received.static SignalsSignals.waitForAll(SignalsOptions options) Wait for the desiredCapacity of the AutoScalingGroup amount of signals to have been received.static SignalsSignals.waitForCount(Number count) Wait for a specific amount of signals to have been received.static SignalsSignals.waitForCount(Number count, SignalsOptions options) Wait for a specific amount of signals to have been received.static SignalsSignals.waitForMinCapacity()Wait for the minCapacity of the AutoScalingGroup amount of signals to have been received.static SignalsSignals.waitForMinCapacity(SignalsOptions options) Wait for the minCapacity of the AutoScalingGroup amount of signals to have been received.Methods in software.amazon.awscdk.services.autoscaling with parameters of type SignalsModifier 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
Methods in software.amazon.awscdk.services.ecs that return SignalsMethods in software.amazon.awscdk.services.ecs with parameters of type Signals -
Uses of Signals in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return SignalsModifier and TypeMethodDescriptionfinal SignalsAutoScalingGroupCapacityOptions.Jsii$Proxy.getSignals()Methods in software.amazon.awscdk.services.eks with parameters of type Signals -
Uses of Signals in software.amazon.awscdk.services.eks.v2.alpha
Methods in software.amazon.awscdk.services.eks.v2.alpha that return SignalsModifier and TypeMethodDescriptionfinal SignalsAutoScalingGroupCapacityOptions.Jsii$Proxy.getSignals()Methods in software.amazon.awscdk.services.eks.v2.alpha with parameters of type Signals