amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.PutNotificationConfiguration

Contents

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.

For more information see Getting Notifications When Your Auto Scaling GroupChanges in the Auto Scaling Developer Guide.

This configuration overwrites an existing configuration.

http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_PutNotificationConfiguration.html

Synopsis

Request

Request constructor

Request lenses

pncNotificationTypes :: Lens' PutNotificationConfiguration [Text] Source

The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.

pncTopicARN :: Lens' PutNotificationConfiguration Text Source

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

Response

Response constructor