Module: AWSCDK::Autoscaling::LifecycleTransition
- Defined in:
- autoscaling/lifecycle_transition.rb
Overview
What instance transition to attach the hook to.
Constant Summary collapse
- INSTANCE_LAUNCHING =
Deprecated.Note:
Default:
Execute the hook when an instance is about to be added.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.LifecycleTransition", "INSTANCE_LAUNCHING")
- INSTANCE_TERMINATING =
Deprecated.Note:
Default:
Execute the hook when an instance is about to be terminated.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.LifecycleTransition", "INSTANCE_TERMINATING")