Retrieves 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.
cloudwatchrum_batch_get_rum_metric_definitions(
AppMonitorName,
Destination,
DestinationArn = NULL,
MaxResults = NULL,
NextToken = NULL
)
[required] The name of the CloudWatch RUM app monitor that is sending the metrics.
[required] The type of destination that you want to view metrics for. Valid values
are CloudWatch
and Evidently
.
This parameter is required if Destination
is Evidently
. If
Destination
is CloudWatch
, do not use this parameter.
This parameter specifies the ARN of the Evidently experiment that corresponds to the destination.
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.