Uses of Interface
software.amazon.awscdk.services.autoscaling.SignalsOptions
-
Uses of SignalsOptions in software.amazon.awscdk.services.autoscaling
Classes in software.amazon.awscdk.services.autoscaling that implement SignalsOptionsMethods in software.amazon.awscdk.services.autoscaling that return SignalsOptionsMethods in software.amazon.awscdk.services.autoscaling with parameters of type SignalsOptionsModifier and TypeMethodDescriptionprotected CfnCreationPolicySignals.doRender(SignalsOptions options) Helper to render the actual creation policy, as the logic between them is quite similar.protected CfnCreationPolicySignals.doRender(SignalsOptions options, Number count) Helper to render the actual creation policy, as the logic between them is quite similar.static SignalsSignals.waitForAll(SignalsOptions options) Wait for the desiredCapacity of the AutoScalingGroup 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(SignalsOptions options) Wait for the minCapacity of the AutoScalingGroup amount of signals to have been received.