Table of Contents

Enum LifecycleTransition

Namespace
Amazon.CDK.AWS.AutoScaling
Assembly
Amazon.CDK.AWS.AutoScaling.dll

What instance transition to attach the hook to.

public enum LifecycleTransition

Fields

INSTANCE_LAUNCHING = 0

Execute the hook when an instance is about to be added.

INSTANCE_TERMINATING = 1

Execute the hook when an instance is about to be terminated.