Show / Hide Table of Contents

Class ScalingEvent

Fleet scaling events.

Inheritance
System.Object
ScalingEvent
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.AWS.AutoScaling.dll
Syntax (csharp)
public sealed class ScalingEvent : Enum
Syntax (vb)
Public NotInheritable Class ScalingEvent
    Inherits

     Enum

Synopsis

Fields

INSTANCE_LAUNCH

Notify when an instance was launched.

INSTANCE_LAUNCH_ERROR

Notify when an instance failed to launch.

INSTANCE_TERMINATE

Notify when an instance was terminated.

INSTANCE_TERMINATE_ERROR

Notify when an instance failed to terminate.

TEST_NOTIFICATION

Send a test notification to the topic.

value__

Fields

INSTANCE_LAUNCH

Notify when an instance was launched.

public const ScalingEvent INSTANCE_LAUNCH
Field Value
Type Description
ScalingEvent

INSTANCE_LAUNCH_ERROR

Notify when an instance failed to launch.

public const ScalingEvent INSTANCE_LAUNCH_ERROR
Field Value
Type Description
ScalingEvent

INSTANCE_TERMINATE

Notify when an instance was terminated.

public const ScalingEvent INSTANCE_TERMINATE
Field Value
Type Description
ScalingEvent

INSTANCE_TERMINATE_ERROR

Notify when an instance failed to terminate.

public const ScalingEvent INSTANCE_TERMINATE_ERROR
Field Value
Type Description
ScalingEvent

TEST_NOTIFICATION

Send a test notification to the topic.

public const ScalingEvent TEST_NOTIFICATION
Field Value
Type Description
ScalingEvent

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX