Data Source Redshift Parameters Args
data class DataSourceRedshiftParametersArgs(val clusterId: Output<String>? = null, val database: Output<String>, val host: Output<String>? = null, val iamParameters: Output<DataSourceRedshiftIamParametersArgs>? = null, val identityCenterConfiguration: Output<DataSourceIdentityCenterConfigurationArgs>? = null, val port: Output<Double>? = null) : ConvertibleToJava<DataSourceRedshiftParametersArgs>
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: Output<String>? = null, database: Output<String>, host: Output<String>? = null, iamParameters: Output<DataSourceRedshiftIamParametersArgs>? = null, identityCenterConfiguration: Output<DataSourceIdentityCenterConfigurationArgs>? = null, port: Output<Double>? = null)
Properties
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.