Show / Hide Table of Contents

Enum LifecycleTransition

What instance transition to attach the hook to.

Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum LifecycleTransition
Syntax (vb)
Public Enum LifecycleTransition

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.

Fields

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.

Back to top Generated by DocFX