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
Source:R/cloudwatchrum_operations.R
cloudwatchrum_get_app_monitor_data.RdRetrieves 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(
Name,
TimeRange,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- Name
[required] The name of the app monitor that collected the data that you want to retrieve.
- TimeRange
[required] A structure that defines the time range that you want to retrieve results from.
- 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.
- NextToken
Use the token returned by the previous operation to request the next page of results.