View source: R/cloudwatchrum_operations.R
cloudwatchrum_batch_get_rum_metric_definitions | R Documentation |
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
)
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 |
DestinationArn |
This parameter is required if 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
|
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.