Ability to Make Redshift Cluster Publicly Accessible [Redshift] #11161
Labels
@aws-cdk/aws-redshift
Related to Amazon Redshift
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Add
publiclyAccessible
as a constructor prop to @aws-cdk_aws-redshift.ClusterUse Case
I require publicly accessible cluster so I can more easily make it accessible to developers.
Proposed Solution
It looks like this would be a straightforward new Construct Prop (publiclyAccessible) that could directly be passed to
CfnCluster
where it is already a parameterhttps://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-redshift.Cluster.html
https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-redshift.CfnCluster.html
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: