autoscaling_describe_notification_configurations {paws.management} | R Documentation |
Gets information about the Amazon SNS notifications that are configured for one or more Auto Scaling groups
Description
Gets information about the Amazon SNS notifications that are configured for one or more Auto Scaling groups.
See https://www.paws-r-sdk.com/docs/autoscaling_describe_notification_configurations/ for full documentation.
Usage
autoscaling_describe_notification_configurations(
AutoScalingGroupNames = NULL,
NextToken = NULL,
MaxRecords = NULL
)
Arguments
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 |
[Package paws.management version 0.7.0 Index]