View source: R/cloudwatchrum_operations.R
cloudwatchrum_list_rum_metrics_destinations | R Documentation |
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
)
AppMonitorName |
[required] The name of the app monitor associated with the destinations that you want to retrieve. |
MaxResults |
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 |
Use the token returned by the previous operation to request the next page of results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.