Class LifecycleTransition
What instance transition to attach the hook to.
Inheritance
System.Object
LifecycleTransition
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.AWS.AutoScaling.dll
Syntax (csharp)
public sealed class LifecycleTransition : Enum
Syntax (vb)
Public NotInheritable Class LifecycleTransition
Inherits
Enum
Synopsis
Fields
| 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. |
| value__ |
Fields
INSTANCE_LAUNCHING
Execute the hook when an instance is about to be added.
public const LifecycleTransition INSTANCE_LAUNCHING
Field Value
| Type | Description |
|---|---|
| LifecycleTransition |
INSTANCE_TERMINATING
Execute the hook when an instance is about to be terminated.
public const LifecycleTransition INSTANCE_TERMINATING
Field Value
| Type | Description |
|---|---|
| LifecycleTransition |
value__
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |