Last chance! 50% off unlimited learning
Sale ends in
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
)
[required] The name of the Auto Scaling group.
[required] The Amazon Resource Name (ARN) of the Amazon SNS topic.
[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.