RedshiftParameters

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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?

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

Link copied to clipboard

An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials.

Link copied to clipboard

An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your cluster.

Link copied to clipboard
val port: Int

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String