cloudwatchrum_list_rum_metrics_destinations: Returns a list of destinations that you have created to...

View source: R/cloudwatchrum_operations.R

cloudwatchrum_list_rum_metrics_destinationsR Documentation

Returns a list of destinations that you have created to receive RUM extended metrics, for the specified app monitor

Description

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.

Usage

cloudwatchrum_list_rum_metrics_destinations(
  AppMonitorName,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

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 value.

NextToken

Use the token returned by the previous operation to request the next page of results.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.