App Monitor Configuration Args
data class AppMonitorConfigurationArgs(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 metricDestinations: Output<List<AppMonitorMetricDestinationArgs>>? = null, val sessionSampleRate: Output<Double>? = null, val telemetries: Output<List<AppMonitorTelemetry>>? = null) : ConvertibleToJava<AppMonitorConfigurationArgs>
AppMonitor configuration
Constructors
Link copied to clipboard
fun AppMonitorConfigurationArgs(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, metricDestinations: Output<List<AppMonitorMetricDestinationArgs>>? = null, sessionSampleRate: Output<Double>? = null, telemetries: Output<List<AppMonitorTelemetry>>? = null)
Functions
Properties
Link copied to clipboard
If you set this to true, the 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
If you set this to true, RUM enables xray tracing for the user sessions that RUM samples. RUM adds an xray trace header to allowed HTTP requests. It also records an xray segment for allowed HTTP requests. You can see traces and segments from these user sessions in the xray console and the CW ServiceLens console.