DataSourceDatabricksParametersArgs

data class DataSourceDatabricksParametersArgs(val host: Output<String>, val port: Output<Double>, val sqlEndpointPath: Output<String>) : ConvertibleToJava<DataSourceDatabricksParametersArgs>

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

Constructors

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

Properties

Link copied to clipboard
val host: Output<String>

The host name of the Databricks data source.

Link copied to clipboard
val port: Output<Double>

The port for the Databricks data source.

Link copied to clipboard
val sqlEndpointPath: Output<String>

The HTTP path of the Databricks data source.

Functions

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