
put-notification-configuration
******************************


DESCRIPTION
===========

Configures an Auto Scaling group to send notifications when specified
events take place. Subscribers to this topic can have messages for
events delivered to an endpoint such as a web server or email address.

A new "put-notification-configuration" overwrites an existing
configuration.


SYNOPSIS
========

   aws autoscaling put-notification-configuration
     --auto-scaling-group-name <value>
     --notification-types <value>
     --topic-arn <value>


REQUIRED PARAMETERS
===================

"--auto-scaling-group-name"  (string)
   The name of the Auto Scaling group.

"--notification-types"  (list of string)
   The type of events that will trigger the notification. For more
   information, go to  describe-auto-scaling-notification-types .

   *Parameter Syntax*

      ["string", ...]

"--topic-arn"  (string)
   The Amazon Resource Name (ARN) of the Amazon Simple Notification
   Service (SNS) topic.


OPTIONAL PARAMETERS
===================

None
