Data Source Redshift Parameters
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)