DescribeNotificationConfigurations#

Description#

Describes notification configurations.

Request Parameters#

Required parameters#

  • AutoScalingGroupNames — List of Auto Scaling Group names.

    • Type: Array of strings

    • Required: Yes

Optional parameters#

  • MaxRecords — The maximum number of notification configurations returned.

    • Type: Integer

    • Required: No

    • Default value: 50

    • Maximum value: 100

  • NextTokenNextToken returned by a previous call (see Response Elements).

    • Required: No

    • Type: String

Response Elements#

  • NotificationConfigurations — List of notification configurations.

  • NextToken — The token is returned only when the response cannot contain all the notification configurations that meet the criteria. To retrieve further data, the returned value must be passed as a NextToken parameter in the same request.

    • Type: String

Examples#

c2-as DescribeNotificationConfigurations MaxRecords 5 NextToken <next_token>
c2-as DescribeNotificationConfigurations AutoScalingGroupNames.1 "asg_name"