DataSourceRedshiftParameters

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)

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

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. This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center.

Link copied to clipboard
val port: Double? = null

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