ListenerAccessLogTracingConfigArgs

data class ListenerAccessLogTracingConfigArgs(val tracingEnabled: Output<Boolean>? = null, val tracingSample: Output<Int>? = null, val tracingType: Output<String>? = null) : ConvertibleToJava<ListenerAccessLogTracingConfigArgs>

Constructors

Link copied to clipboard
fun ListenerAccessLogTracingConfigArgs(tracingEnabled: Output<Boolean>? = null, tracingSample: Output<Int>? = null, tracingType: Output<String>? = null)

Functions

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

Properties

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

Xtrace Function. Value: True Or False . Default Value: False.

Link copied to clipboard
val tracingSample: Output<Int>? = null

Xtrace Sampling Rate. Value: 1 to 10000.

Link copied to clipboard
val tracingType: Output<String>? = null

Xtrace Type Value Is Zipkin.