MessageBusLoggingConfigArgs

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

Constructors

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

Properties

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

Optional. 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(): MessageBusLoggingConfigArgs