Uses of Enum
software.amazon.awscdk.services.autoscaling.LifecycleTransition
Packages that use LifecycleTransition
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of LifecycleTransition in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return LifecycleTransitionModifier and TypeMethodDescriptionBasicLifecycleHookProps.getLifecycleTransition()The state of the Amazon EC2 instance to which you want to attach the lifecycle hook.final LifecycleTransitionBasicLifecycleHookProps.Jsii$Proxy.getLifecycleTransition()final LifecycleTransitionLifecycleHookProps.Jsii$Proxy.getLifecycleTransition()static LifecycleTransitionReturns the enum constant of this type with the specified name.static LifecycleTransition[]LifecycleTransition.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 LifecycleTransitionModifier and TypeMethodDescriptionBasicLifecycleHookProps.Builder.lifecycleTransition(LifecycleTransition lifecycleTransition) Sets the value ofBasicLifecycleHookProps.getLifecycleTransition()LifecycleHook.Builder.lifecycleTransition(LifecycleTransition lifecycleTransition) The state of the Amazon EC2 instance to which you want to attach the lifecycle hook.LifecycleHookProps.Builder.lifecycleTransition(LifecycleTransition lifecycleTransition) Sets the value ofBasicLifecycleHookProps.getLifecycleTransition()