aws.rum.get_app_monitor_data
Example SQL Queries
SELECT * FROMaws.rum.get_app_monitor_dataWHERE"name" = 'VALUE'AND "time_range" = 'VALUE';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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the app monitor that collected the data that you want to retrieve. | VARCHAR |
| time_range Required Input Column A structure that defines the time range that you want to retrieve results from. | STRUCT( |
Show child fields
| |
| filters Input Column 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. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| events | VARCHAR |