Uses of Enum
software.amazon.awscdk.services.autoscaling.TerminateHookAbandonAction
Packages that use TerminateHookAbandonAction
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of TerminateHookAbandonAction in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return TerminateHookAbandonActionModifier and TypeMethodDescriptiondefault TerminateHookAbandonActionRetentionTriggers.getTerminateHookAbandon()Specifies the action when a termination lifecycle hook is abandoned due to failure, timeout, or explicit abandonment (calling CompleteLifecycleAction).RetentionTriggers.Jsii$Proxy.getTerminateHookAbandon()static TerminateHookAbandonActionReturns the enum constant of this type with the specified name.static TerminateHookAbandonAction[]TerminateHookAbandonAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.autoscaling with parameters of type TerminateHookAbandonActionModifier and TypeMethodDescriptionRetentionTriggers.Builder.terminateHookAbandon(TerminateHookAbandonAction terminateHookAbandon) Sets the value ofRetentionTriggers.getTerminateHookAbandon()