aws-cdk-lib.aws_autoscaling.ScalingEvent

enum ScalingEvent

LanguageType name
.NETAmazon.CDK.AWS.AutoScaling.ScalingEvent
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsautoscaling#ScalingEvent
Javasoftware.amazon.awscdk.services.autoscaling.ScalingEvent
Pythonaws_cdk.aws_autoscaling.ScalingEvent
TypeScript (source)aws-cdk-lib » aws_autoscaling » ScalingEvent

Fleet scaling events.

Members

NameDescription
INSTANCE_LAUNCHNotify when an instance was launched.
INSTANCE_TERMINATENotify when an instance was terminated.
INSTANCE_TERMINATE_ERRORNotify when an instance failed to terminate.
INSTANCE_LAUNCH_ERRORNotify when an instance failed to launch.
TEST_NOTIFICATIONSend 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.