Class ScalingEvent
Fleet scaling events.
Inheritance
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.Lib.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 |
---|---|
Scaling |
INSTANCE_LAUNCH_ERROR
Notify when an instance failed to launch.
public const ScalingEvent INSTANCE_LAUNCH_ERROR
Field Value
Type | Description |
---|---|
Scaling |
INSTANCE_TERMINATE
Notify when an instance was terminated.
public const ScalingEvent INSTANCE_TERMINATE
Field Value
Type | Description |
---|---|
Scaling |
INSTANCE_TERMINATE_ERROR
Notify when an instance failed to terminate.
public const ScalingEvent INSTANCE_TERMINATE_ERROR
Field Value
Type | Description |
---|---|
Scaling |
TEST_NOTIFICATION
Send a test notification to the topic.
public const ScalingEvent TEST_NOTIFICATION
Field Value
Type | Description |
---|---|
Scaling |
value__
public int value__
Field Value
Type | Description |
---|---|
System. |