enum LifecycleTransition
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AutoScaling.LifecycleTransition |
![]() | software.amazon.awscdk.services.autoscaling.LifecycleTransition |
![]() | aws_cdk.aws_autoscaling.LifecycleTransition |
![]() | @aws-cdk/aws-autoscaling » LifecycleTransition |
What instance transition to attach the hook to.
Members
Name | Description |
---|---|
INSTANCE_LAUNCHING | Execute the hook when an instance is about to be added. |
INSTANCE_TERMINATING | Execute the hook when an instance is about to be terminated. |
INSTANCE_LAUNCHING
Execute the hook when an instance is about to be added.
INSTANCE_TERMINATING
Execute the hook when an instance is about to be terminated.