CwLog

class CwLog

A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.

Types

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

Properties

Link copied to clipboard

Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.

Link copied to clipboard

The name of the log group where the copies are stored.

Functions

Link copied to clipboard
inline fun copy(block: CwLog.Builder.() -> Unit = {}): CwLog
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