UpdateAppMonitorRequest

Types

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

Properties

Link copied to clipboard

A structure that contains much of the configuration data for the app monitor. If you are using Amazon Cognito for authorization, you must include this structure in your request, and it must include the ID of the Amazon Cognito identity pool to use for authorization. If you don't include AppMonitorConfiguration, you must set up your own authorization method. For more information, see Authorize your application to send data to Amazon Web Services.

Link copied to clipboard

Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED.

Link copied to clipboard

Data collected by RUM is kept by RUM for 30 days and then deleted. This parameter specifies whether RUM sends a copy of this telemetry data to Amazon CloudWatch Logs in your account. This enables you to keep the telemetry data for more than 30 days, but it does incur Amazon CloudWatch Logs charges.

Link copied to clipboard

A structure that contains the configuration for how an app monitor can deobfuscate stack traces.

Link copied to clipboard

The top-level internet domain name for which your application has administrative authority.

Link copied to clipboard

List the domain names for which your application has administrative authority. The UpdateAppMonitor allows either the domain or the domain list.

Link copied to clipboard

The name of the app monitor to update.

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