DataSourceParametersRedshift

data class DataSourceParametersRedshift(val clusterId: String? = null, val database: String, val host: String? = null, val port: Int? = null)

Constructors

Link copied to clipboard
constructor(clusterId: String? = null, database: String, host: String? = null, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clusterId: String? = null

The ID of the cluster to which to connect.

Link copied to clipboard

The database to which to connect.

Link copied to clipboard
val host: String? = null

The host to which to connect.

Link copied to clipboard
val port: Int? = null

The port to which to connect.