Amazon EC2 Auto Scaling AutoScalingGroup NotificationConfiguration
The NotificationConfiguration property type specifies the events that the Amazon EC2 Auto Scaling group sends notifications
for.
The NotificationConfigurations property of the
AWS::AutoScaling::AutoScalingGroup resource contains a list of
NotificationConfiguration property types.
Syntax
JSON
{ "NotificationTypes" : [String, ...], "TopicARN" :String}
YAML
NotificationTypes: -StringTopicARN:String
Properties
NotificationTypes-
A list of event types that trigger a notification. Event types can include any of the following types:
autoscaling:EC2_INSTANCE_LAUNCH,autoscaling:EC2_INSTANCE_LAUNCH_ERROR,autoscaling:EC2_INSTANCE_TERMINATE,autoscaling:EC2_INSTANCE_TERMINATE_ERROR, andautoscaling:TEST_NOTIFICATION. For more information about event types, see DescribeAutoScalingNotificationTypes in the Amazon EC2 Auto Scaling API Reference.Required: Yes
Type: List of String values
TopicARN-
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.
Required: Yes
Type: String
Examples
For NotificationConfigurations snippets, see Auto Scaling Group with Notifications.
