-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
(aws-events-targets): Add scheduling a Redshift query to "Event Targets for Amazon EventBridge" #31017
Comments
@rix0rrr, I implemented your change that was recommended on the previous issue |
AWS::Events::Rule Target does mention support for RedshiftDataParameters. @Rizxcviii Thanks for opening this feature request and PR contribution. |
Hi @ashishdhingra, the original issue was marked as p1, this is the same issue as before |
### Issue # (if applicable) Closes #15712. Closes #31017. ### Reason for this change `RedshiftDataParameters` allow for a redshift query to be scheduled. This feature adds that in ### Description of changes Added in the event target and the parameter into `aws-events` ### Description of how you validated changes Added unit tests + integration test ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Comments on closed issues and PRs are hard for our team to see. |
### Issue # (if applicable) Closes aws#15712. Closes aws#31017. ### Reason for this change `RedshiftDataParameters` allow for a redshift query to be scheduled. This feature adds that in ### Description of changes Added in the event target and the parameter into `aws-events` ### Description of how you validated changes Added unit tests + integration test ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the feature
The event targets module has implemented a couple of event targets but is missing some, one of which is scheduling a Redshift query.
Use Case
Schedule RedShift queries.
Proposed Solution
Cloudformation already allows for this, here's my current implementation which isn't yet very CDKish:
Other Information
Originally posted by @dirkgomez in #15712
Acknowledgements
CDK version used
2.151.0
Environment details (OS name and version, etc.)
Windows 11
The text was updated successfully, but these errors were encountered: