CloudWatchRUM#
Client#
- class CloudWatchRUM.Client#
A low-level client representing CloudWatch RUM
With Amazon CloudWatch RUM, you can perform real-user monitoring to collect client-side data about your web application performance from actual user sessions in real time. The data collected includes page load times, client-side errors, and user behavior. When you view this data, you can see it all aggregated together and also see breakdowns by the browsers and devices that your customers use.
You can use the collected data to quickly identify and debug client-side performance issues. CloudWatch RUM helps you visualize anomalies in your application performance and find relevant debugging data such as error messages, stack traces, and user sessions. You can also use RUM to understand the range of end-user impact including the number of users, geolocations, and browsers used.
import boto3 client = boto3.client('rum')
These are the available methods:
- batch_create_rum_metric_definitions
- batch_delete_rum_metric_definitions
- batch_get_rum_metric_definitions
- can_paginate
- close
- create_app_monitor
- delete_app_monitor
- delete_rum_metrics_destination
- get_app_monitor
- get_app_monitor_data
- get_paginator
- get_waiter
- list_app_monitors
- list_rum_metrics_destinations
- list_tags_for_resource
- put_rum_events
- put_rum_metrics_destination
- tag_resource
- untag_resource
- update_app_monitor
- update_rum_metric_definition
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: