autoscaling_put_notification_configuration: Configures an Auto Scaling group to send notifications when...

View source: R/autoscaling_operations.R

autoscaling_put_notification_configurationR 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 describe_auto_scaling_notification_types API.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.