TrinoWorkerArgs

data class TrinoWorkerArgs(val enable: Output<Boolean>? = null, val port: Output<Int>? = null, val suspend: Output<Boolean>? = null) : ConvertibleToJava<TrinoWorkerArgs>

Trino worker.

Constructors

Link copied to clipboard
constructor(enable: Output<Boolean>? = null, port: Output<Int>? = null, suspend: Output<Boolean>? = null)

Properties

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

The flag that if enable debug or not.

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

The debug port.

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

The flag that if suspend debug or not.

Functions

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