DebugOptionsArgs

data class DebugOptionsArgs(val enableHotKeyLogging: Output<Boolean>? = null) : ConvertibleToJava<DebugOptionsArgs>

Describes any options that have an effect on the debugging of pipelines.

Constructors

Link copied to clipboard
fun DebugOptionsArgs(enableHotKeyLogging: Output<Boolean>? = null)

Functions

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

Properties

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

When true, enables the logging of the literal hot key to the user's Cloud Logging.