cloudwatchrum_get_app_monitor_data {paws.management} | R Documentation |
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data
Description
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data.
See https://www.paws-r-sdk.com/docs/cloudwatchrum_get_app_monitor_data/ for full documentation.
Usage
cloudwatchrum_get_app_monitor_data(
Filters = NULL,
MaxResults = NULL,
Name,
NextToken = NULL,
TimeRange
)
Arguments
Filters |
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. |
MaxResults |
The maximum number of results to return in one operation. |
Name |
[required] The name of the app monitor that collected the data that you want to retrieve. |
NextToken |
Use the token returned by the previous operation to request the next page of results. |
TimeRange |
[required] A structure that defines the time range that you want to retrieve results from. |
[Package paws.management version 0.7.0 Index]