Describes the notification actions associated with the specified Auto Scaling group
Describes the notification actions associated with the specified Auto Scaling group.
autoscaling_describe_notification_configurations(AutoScalingGroupNames, NextToken, MaxRecords)
AutoScalingGroupNames |
The name of the Auto Scaling group. |
NextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
MaxRecords |
The maximum number of items to return with this call. The default value
is |
A list with the following syntax:
list( NotificationConfigurations = list( list( AutoScalingGroupName = "string", TopicARN = "string", NotificationType = "string" ) ), NextToken = "string" )
svc$describe_notification_configurations( AutoScalingGroupNames = list( "string" ), NextToken = "string", MaxRecords = 123 )
## Not run: # This example describes the notification configurations for the specified # Auto Scaling group. svc$describe_notification_configurations( AutoScalingGroupNames = list( "my-auto-scaling-group" ) ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.