ScalingEvent

class aws_cdk.aws_autoscaling.ScalingEvent(value)

Bases: Enum

Fleet scaling events.

Attributes

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.