View source: R/autoscaling_operations.R
autoscaling_put_notification_configuration | R Documentation |
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.
autoscaling_put_notification_configuration(
AutoScalingGroupName,
TopicARN,
NotificationTypes
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.