ServiceLiveTraceArgs

data class ServiceLiveTraceArgs(val connectivityLogsEnabled: Output<Boolean>? = null, val enabled: Output<Boolean>? = null, val httpRequestLogsEnabled: Output<Boolean>? = null, val messagingLogsEnabled: Output<Boolean>? = null) : ConvertibleToJava<ServiceLiveTraceArgs>

Constructors

Link copied to clipboard
constructor(connectivityLogsEnabled: Output<Boolean>? = null, enabled: Output<Boolean>? = null, httpRequestLogsEnabled: Output<Boolean>? = null, messagingLogsEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val connectivityLogsEnabled: Output<Boolean>? = null

Whether the log category ConnectivityLogs is enabled? Defaults to true

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether the live trace is enabled? Defaults to true.

Link copied to clipboard
val httpRequestLogsEnabled: Output<Boolean>? = null

Whether the log category HttpRequestLogs is enabled? Defaults to true

Link copied to clipboard
val messagingLogsEnabled: Output<Boolean>? = null

Whether the log category MessagingLogs is enabled? Defaults to true

Functions

Link copied to clipboard
open override fun toJava(): ServiceLiveTraceArgs