[Enhancement]: Resource: aws_quicksight_data_source add to Redshift IAMParameters #38030
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/quicksight
Issues and PRs that pertain to the quicksight service.
Description
https://docs.aws.amazon.com/cli/latest/reference/quicksight/create-data-source.html
Redshift add IAMParameters
Without the IAMParameters, the below error is thrown
New Structure of the parameter group for Redshift
Affected Resource(s) and/or Data Source(s)
Resource:
Potential Terraform Configuration
References
https://docs.aws.amazon.com/cli/latest/reference/quicksight/create-data-source.html
RedshiftParameters -> (structure)
The parameters for Amazon Redshift.
Host -> (string)
Host. This field can be blank if ClusterId is provided.
Port -> (integer)
Port. This field can be blank if the ClusterId is provided.
Database -> (string)
Database.
ClusterId -> (string)
Cluster ID. This field can be blank if the Host and Port are provided.
IAMParameters -> (structure)
An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials .
RoleArn -> (string)
Use the RoleArn structure to allow Amazon QuickSight to call redshift:GetClusterCredentials on your cluster. The calling principal must have iam:PassRole access to pass the role to Amazon QuickSight. The role's trust policy must allow the Amazon QuickSight service principal to assume the role.
DatabaseUser -> (string)
The user whose permissions and group memberships will be used by Amazon QuickSight to access the cluster. If this user already exists in your database, Amazon QuickSight is granted the same permissions that the user has. If the user doesn't exist, set the value of AutoCreateDatabaseUser to True to create a new user with PUBLIC permissions.
DatabaseGroups -> (list)
A list of groups whose permissions will be granted to Amazon QuickSight to access the cluster. These permissions are combined with the permissions granted to Amazon QuickSight by the DatabaseUser . If you choose to include this parameter, the RoleArn must grant access to redshift:JoinGroup .
(string)
AutoCreateDatabaseUser -> (boolean)
Automatically creates a database user. If your database doesn't have a DatabaseUser , set this parameter to True . If there is no DatabaseUser , Amazon QuickSight can't connect to your cluster. The RoleArn that you use for this operation must grant access to redshift:CreateClusterUser to successfully create the user.
IdentityCenterConfiguration -> (structure)
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.
EnableIdentityPropagation -> (boolean)
A Boolean option that controls whether Trusted Identity Propagation should be used.
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: