| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The NotificationConfiguration property configures an Auto Scaling group to send notifications when specified events take place.
The NotificationConfiguration is an embedded property of the AWS::AutoScaling::AutoScalingGroup type.
For NotificationConfiguration snippets, see Auto Scaling Group with Notifications.
| Property | Type | Required | Notes |
|---|---|---|---|
|
TopicARN |
String |
Yes |
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic. |
|
NotificationTypes |
String list |
Yes |
The type of events that will trigger the notification. A list of events that will trigger the notification, which can include any or all of the following: autoscaling: EC2_INSTANCE_LAUNCH, autoscaling:EC2_INSTANCE_LAUNCH_ERROR, autoscaling:EC2_INSTANCE_TERMINATE, autoscaling:EC2_INSTANCE_TERMINATE_ERROR, and autoscaling:TEST_NOTIFICATION. For more information about event types, see DescribeAutoScalingNotificationTypes. |