Returns a list of destinations that you have created to receive RUM extended metrics, for the specified app monitor.
See https://www.paws-r-sdk.com/docs/cloudwatchrum_list_rum_metrics_destinations/ for full documentation.
cloudwatchrum_list_rum_metrics_destinations(
AppMonitorName,
MaxResults = NULL,
NextToken = NULL
)
[required] The name of the app monitor associated with the destinations that you want to retrieve.
The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.
To retrieve the remaining results, make another call with the returned
NextToken
value.
Use the token returned by the previous operation to request the next page of results.