Skip to contents

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.