TrinoUserPluginArgs

data class TrinoUserPluginArgs(val enabled: Output<Boolean>? = null, val name: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<TrinoUserPluginArgs>

Trino user plugin.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, name: Output<String>? = null, path: Output<String>? = null)

Properties

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

Denotes whether the plugin is active or not.

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

This field maps to the sub-directory in trino plugins location, that will contain all the plugins under path.

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

Fully qualified path to the folder containing the plugins.

Functions

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