enum LifecycleTransition
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AutoScaling.LifecycleTransition |
Java | software.amazon.awscdk.services.autoscaling.LifecycleTransition |
Python | aws_cdk.aws_autoscaling.LifecycleTransition |
TypeScript (source) | @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.

.NET
Java
Python
TypeScript (