aws-redshift-alpha: implement the IGrantable interface on Redshift Clusters #28013
Open
1 of 2 tasks
Labels
@aws-cdk/aws-redshift
Related to Amazon Redshift
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Have Redshift Clusters implement the IGrantable interface.
Use Case
I use Redshift Clusters with Redshift Spectrum to read Data from S3 Buckets. It would be nice if I could use the the grant method to give my cluster access to S3 Buckets defined in the same applications
Proposed Solution
grantPrincipal
CfnCluster
Other Information
Having a default IAM role also makes it friendlier to add custom permissions to the cluster than creating a role and passing it into the Cluster Props
Acknowledgements
CDK version used
2.108.1
Environment details (OS name and version, etc.)
Not relevant, but macOs 13.4 (Ventura) 😄
The text was updated successfully, but these errors were encountered: