DataSourceTrinoParametersArgs

data class DataSourceTrinoParametersArgs(val catalog: Output<String>, val host: Output<String>, val port: Output<Double>) : ConvertibleToJava<DataSourceTrinoParametersArgs>

The parameters that are required to connect to a Trino data source.

Constructors

Link copied to clipboard
constructor(catalog: Output<String>, host: Output<String>, port: Output<Double>)

Properties

Link copied to clipboard
val catalog: Output<String>

The catalog name for the Trino data source.

Link copied to clipboard
val host: Output<String>

The host name of the Trino data source.

Link copied to clipboard
val port: Output<Double>

The port for the Trino data source.

Functions

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