From f8eb5e4b11d1df21b08dab733b969eefd5b32812 Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Fri, 5 Jun 2015 15:42:04 -0500 Subject: [PATCH] clarify docs --- .../providers/aws/r/autoscaling_notification.html.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/autoscaling_notification.html.markdown b/website/source/docs/providers/aws/r/autoscaling_notification.html.markdown index 620ef5490..33a33a3d7 100644 --- a/website/source/docs/providers/aws/r/autoscaling_notification.html.markdown +++ b/website/source/docs/providers/aws/r/autoscaling_notification.html.markdown @@ -8,7 +8,9 @@ description: |- # aws\_vpc -Provides an AutoScaling Group with Notification support, via SNS Topics +Provides an AutoScaling Group with Notification support, via SNS Topics. Each of +the `notifications` map to a [Notification Configuration][2] inside Amazon Web +Services, and are applied to each AutoScaling Group you supply. ## Example Usage @@ -63,3 +65,4 @@ The following attributes are exported: [1]: http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_NotificationConfiguration.html +[2]: http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DescribeNotificationConfigurations.html