DataSourceRedshiftParameters

data class DataSourceRedshiftParameters(val clusterId: String? = null, val database: String, val host: String? = null, val port: Double? = null)

Amazon Redshift parameters. The ClusterId field can be blank if Host and Port are both set. The Host and Port fields can be blank if the ClusterId field is set.

Constructors

Link copied to clipboard
fun DataSourceRedshiftParameters(clusterId: String? = null, database: String, host: String? = null, port: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clusterId: String? = null

Cluster ID. This field can be blank if the Host and Port are provided.

Link copied to clipboard

Database.

Link copied to clipboard
val host: String? = null

Host. This field can be blank if ClusterId is provided.

Link copied to clipboard
val port: Double? = null

Port. This field can be blank if the ClusterId is provided.