Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to Make Redshift Cluster Publicly Accessible [Redshift] #11161

Closed
1 of 2 tasks
alex9311 opened this issue Oct 27, 2020 · 1 comment · Fixed by #11162
Closed
1 of 2 tasks

Ability to Make Redshift Cluster Publicly Accessible [Redshift] #11161

alex9311 opened this issue Oct 27, 2020 · 1 comment · Fixed by #11162
Assignees
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.

Comments

@alex9311
Copy link
Contributor

Add publiclyAccessible as a constructor prop to @aws-cdk_aws-redshift.Cluster

Use 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 parameter

https://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

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@alex9311 alex9311 added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Oct 27, 2020
@github-actions github-actions bot added the @aws-cdk/aws-redshift Related to Amazon Redshift label Oct 27, 2020
alex9311 added a commit to alex9311/aws-cdk that referenced this issue Oct 27, 2020
@mergify mergify bot closed this as completed in #11162 Oct 29, 2020
mergify bot pushed a commit that referenced this issue Oct 29, 2020
fixes #11161


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants