autoscaling_put_notification_configuration {paws.management} | R Documentation |
Configures an Auto Scaling group to send notifications when specified events take place
Description
Configures an Auto Scaling group to send notifications when specified events take place. Subscribers to the specified topic can have messages delivered to an endpoint such as a web server or an email address.
See https://www.paws-r-sdk.com/docs/autoscaling_put_notification_configuration/ for full documentation.
Usage
autoscaling_put_notification_configuration(
AutoScalingGroupName,
TopicARN,
NotificationTypes
)
Arguments
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
TopicARN |
[required] The Amazon Resource Name (ARN) of the Amazon SNS topic. |
NotificationTypes |
[required] The type of event that causes the notification to be sent. To query the
notification types supported by Amazon EC2 Auto Scaling, call the
|
[Package paws.management version 0.9.0 Index]