App Monitor App Monitor Configuration Args
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
fun AppMonitorAppMonitorConfigurationArgs(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)
Functions
Properties
Link copied to clipboard
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.