This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::DataSource 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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ClusterId" :String, "Database" :String, "Host" :String, "IAMParameters" :RedshiftIAMParameters, "IdentityCenterConfiguration" :IdentityCenterConfiguration, "Port" :Number}
YAML
ClusterId:StringDatabase:StringHost:StringIAMParameters:RedshiftIAMParametersIdentityCenterConfiguration:IdentityCenterConfigurationPort:Number
Properties
ClusterId-
Cluster ID. This field can be blank if the
HostandPortare provided.Required: No
Type: String
Minimum:
1Maximum:
64Update requires: No interruption
Database-
Database.
Required: Yes
Type: String
Minimum:
1Maximum:
128Update requires: No interruption
Host-
Host. This field can be blank if
ClusterIdis provided.Required: No
Type: String
Minimum:
1Maximum:
256Update requires: No interruption
IAMParameters-
An optional parameter that uses IAM authentication to grant Quick Sight access to your cluster. This parameter can be used instead of DataSourceCredentials.
Required: No
Type: RedshiftIAMParameters
Update requires: No interruption
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.
Required: No
Type: IdentityCenterConfiguration
Update requires: No interruption
Port-
Port. This field can be blank if the
ClusterIdis provided.Required: No
Type: Number
Minimum:
0Maximum:
65535Update requires: No interruption