Retrieves the list of metrics and dimensions that a RUM app monitor is sending to a single destination
Source:R/cloudwatchrum_operations.R
cloudwatchrum_batch_get_rum_metric_definitions.RdRetrieves the list of metrics and dimensions that a RUM app monitor is sending to a single destination.
See https://www.paws-r-sdk.com/docs/cloudwatchrum_batch_get_rum_metric_definitions/ for full documentation.
Usage
cloudwatchrum_batch_get_rum_metric_definitions(
AppMonitorName,
Destination,
DestinationArn = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- AppMonitorName
[required] The name of the CloudWatch RUM app monitor that is sending the metrics.
- Destination
[required] The type of destination that you want to view metrics for. Valid values are
CloudWatchandEvidently.- DestinationArn
This parameter is required if
DestinationisEvidently. IfDestinationisCloudWatch, do not use this parameter.This parameter specifies the ARN of the Evidently experiment that corresponds to the destination.
- 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
NextTokenvalue.- NextToken
Use the token returned by the previous operation to request the next page of results.