Module: AWSCDK::Autoscaling::ScalingEvent
- Defined in:
- autoscaling/scaling_event.rb
Overview
Fleet scaling events.
Constant Summary collapse
- INSTANCE_LAUNCH =
Deprecated.Note:
Default:
Notify when an instance was launched.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.ScalingEvent", "INSTANCE_LAUNCH")
- INSTANCE_TERMINATE =
Deprecated.Note:
Default:
Notify when an instance was terminated.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.ScalingEvent", "INSTANCE_TERMINATE")
- INSTANCE_TERMINATE_ERROR =
Deprecated.Note:
Default:
Notify when an instance failed to terminate.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.ScalingEvent", "INSTANCE_TERMINATE_ERROR")
- INSTANCE_LAUNCH_ERROR =
Deprecated.Note:
Default:
Notify when an instance failed to launch.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.ScalingEvent", "INSTANCE_LAUNCH_ERROR")
- TEST_NOTIFICATION =
Deprecated.Note:
Default:
Send a test notification to the topic.
Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.ScalingEvent", "TEST_NOTIFICATION")