QueueStackdriverLoggingConfigArgs

data class QueueStackdriverLoggingConfigArgs(val samplingRatio: Output<Double>) : ConvertibleToJava<QueueStackdriverLoggingConfigArgs>

Constructors

Link copied to clipboard
constructor(samplingRatio: Output<Double>)

Properties

Link copied to clipboard
val samplingRatio: Output<Double>

Specifies the fraction of operations to write to Stackdriver Logging. This field may contain any value between 0.0 and 1.0, inclusive. 0.0 is the default and means that no operations are logged.

Functions

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