enum ScalingEvent
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AutoScaling.ScalingEvent |
Java | software.amazon.awscdk.services.autoscaling.ScalingEvent |
Python | aws_cdk.aws_autoscaling.ScalingEvent |
TypeScript (source) | @aws-cdk/aws-autoscaling » ScalingEvent |
Fleet scaling events.
Members
| Name | Description |
|---|---|
| INSTANCE_LAUNCH | Notify when an instance was launched. |
| INSTANCE_TERMINATE | Notify when an instance was terminated. |
| INSTANCE_TERMINATE_ERROR | Notify when an instance failed to terminate. |
| INSTANCE_LAUNCH_ERROR | Notify when an instance failed to launch. |
| TEST_NOTIFICATION | Send a test notification to the topic. |
INSTANCE_LAUNCH
Notify when an instance was launched.
INSTANCE_TERMINATE
Notify when an instance was terminated.
INSTANCE_TERMINATE_ERROR
Notify when an instance failed to terminate.
INSTANCE_LAUNCH_ERROR
Notify when an instance failed to launch.
TEST_NOTIFICATION
Send a test notification to the topic.

.NET
Java
Python
TypeScript (