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.
Contents
Note
In the following list, the required parameters are described first.
- Database
 - 
               
Database.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
 - ClusterId
 - 
               
Cluster ID. This field can be blank if the
HostandPortare provided.Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: No
 - Host
 - 
               
Host. This field can be blank if
ClusterIdis provided.Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
 - IAMParameters
 - 
               
An optional parameter that uses IAM authentication to grant Quick Sight access to your cluster. This parameter can be used instead of DataSourceCredentials.
Type: RedshiftIAMParameters object
Required: No
 - IdentityCenterConfiguration
 - 
               
An optional parameter that configures IAM Identity Center authentication to grant Quick Sight access to your cluster.
This parameter can only be specified if your Quick Sight account is configured with IAM Identity Center.
Type: IdentityCenterConfiguration object
Required: No
 - Port
 - 
               
Port. This field can be blank if the
ClusterIdis provided.Type: Integer
Valid Range: Minimum value of 0. Maximum value of 65535.
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: