RedshiftDepot
data class RedshiftDepot(val subprotocol: String? = null, val host: String? = null, val port: Int? = null, val database: String? = null, val params: Map<String, Any>? = null, val scheme: String? = null, val bucket: String? = null, val relativePath: String? = null)
Represents a Redshift depot configuration.