GetAppMonitorResult

data class GetAppMonitorResult(val appMonitorConfiguration: AppMonitorConfiguration? = null, val customEvents: AppMonitorCustomEvents? = null, val cwLogEnabled: Boolean? = null, val domain: String? = null, val id: String? = null, val tags: List<AppMonitorTag>? = null)

Constructors

Link copied to clipboard
fun GetAppMonitorResult(appMonitorConfiguration: AppMonitorConfiguration? = null, customEvents: AppMonitorCustomEvents? = null, cwLogEnabled: Boolean? = null, domain: String? = null, id: String? = null, tags: List<AppMonitorTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val cwLogEnabled: Boolean? = null

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 CWLlong in your account. This enables you to keep the telemetry data for more than 30 days, but it does incur CWLlong charges. If you omit this parameter, the default is false

Link copied to clipboard
val domain: String? = null

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

Link copied to clipboard
val id: String? = null

The unique ID of the new app monitor.

Link copied to clipboard
val tags: List<AppMonitorTag>? = null