Enum ScalingEvent
Fleet scaling events.
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum ScalingEvent
Syntax (vb)
Public Enum ScalingEvent
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. |
Fields
| Name | Description |
|---|---|
| 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. |