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