AppMonitorAppMonitorConfigurationArgs

data class AppMonitorAppMonitorConfigurationArgs(val allowCookies: Output<Boolean>? = null, val enableXray: Output<Boolean>? = null, val excludedPages: Output<List<String>>? = null, val favoritePages: Output<List<String>>? = null, val guestRoleArn: Output<String>? = null, val identityPoolId: Output<String>? = null, val includedPages: Output<List<String>>? = null, val sessionSampleRate: Output<Double>? = null, val telemetries: Output<List<String>>? = null) : ConvertibleToJava<AppMonitorAppMonitorConfigurationArgs>

Constructors

Link copied to clipboard
constructor(allowCookies: Output<Boolean>? = null, enableXray: Output<Boolean>? = null, excludedPages: Output<List<String>>? = null, favoritePages: Output<List<String>>? = null, guestRoleArn: Output<String>? = null, identityPoolId: Output<String>? = null, includedPages: Output<List<String>>? = null, sessionSampleRate: Output<Double>? = null, telemetries: Output<List<String>>? = null)

Properties

Link copied to clipboard
val allowCookies: Output<Boolean>? = null

If you set this to true, 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
val enableXray: Output<Boolean>? = null

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.

Link copied to clipboard
val excludedPages: Output<List<String>>? = null

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

Link copied to clipboard
val favoritePages: Output<List<String>>? = null

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

Link copied to clipboard
val guestRoleArn: Output<String>? = null

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
val identityPoolId: Output<String>? = null

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

Link copied to clipboard
val includedPages: Output<List<String>>? = null

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

Link copied to clipboard
val sessionSampleRate: Output<Double>? = null

Specifies the percentage of user sessions to use for RUM data collection. Choosing a higher percentage gives you more data but also incurs more costs. The number you specify is the percentage of user sessions that will be used. Default value is 0.1.

Link copied to clipboard
val telemetries: Output<List<String>>? = null

An array that lists the types of telemetry data that this app monitor is to collect. Valid values are errors, performance, and http.

Functions

Link copied to clipboard
open override fun toJava(): AppMonitorAppMonitorConfigurationArgs