GoogleApiSourceLoggingConfigArgs

data class GoogleApiSourceLoggingConfigArgs(val logSeverity: Output<String>? = null) : ConvertibleToJava<GoogleApiSourceLoggingConfigArgs>

Constructors

Link copied to clipboard
constructor(logSeverity: Output<String>? = null)

Properties

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

The minimum severity of logs that will be sent to Stackdriver/Platform Telemetry. Logs at severitiy ≥ this value will be sent, unless it is NONE. Possible values are: NONE, DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY.

Functions

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