AppMonitorConfiguration

This structure contains much of the configuration data for the app monitor.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If you set this to true, the RUM web client sets two cookies, a session cookie and a user cookie. The cookies allow the RUM web client to collect data relating to the number of users an application has and the behavior of the application across a sequence of events. Cookies are stored in the top-level domain of the current page.

Link copied to clipboard

If you set this to true, RUM enables X-Ray tracing for the user sessions that RUM samples. RUM adds an X-Ray trace header to allowed HTTP requests. It also records an X-Ray segment for allowed HTTP requests. You can see traces and segments from these user sessions in the X-Ray console and the CloudWatch ServiceLens console. For more information, see What is X-Ray?

Link copied to clipboard

A list of URLs in your website or application to exclude from RUM data collection.

Link copied to clipboard

A list of pages in your application that are to be displayed with a "favorite" icon in the CloudWatch RUM console.

Link copied to clipboard

The ARN of the guest IAM role that is attached to the Amazon Cognito identity pool that is used to authorize the sending of data to RUM.

Link copied to clipboard

The ID of the Amazon Cognito identity pool that is used to authorize the sending of data to RUM.

Link copied to clipboard

If this app monitor is to collect data from only certain pages in your application, this structure lists those pages.

Link copied to clipboard

Specifies the portion of user sessions to use for RUM data collection. Choosing a higher portion gives you more data but also incurs more costs.

Link copied to clipboard

An array that lists the types of telemetry data that this app monitor is to collect.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String