Data Source Redshift Parameters
data class DataSourceRedshiftParameters(val clusterId: String? = null, val database: String, val host: String? = null, val iamParameters: DataSourceRedshiftIamParameters? = null, val identityCenterConfiguration: DataSourceIdentityCenterConfiguration? = null, val port: Double? = null)
The parameters for Amazon Redshift. 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
constructor(clusterId: String? = null, database: String, host: String? = null, iamParameters: DataSourceRedshiftIamParameters? = null, identityCenterConfiguration: DataSourceIdentityCenterConfiguration? = null, port: Double? = null)