-
Notifications
You must be signed in to change notification settings - Fork 4k
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-cloudwatch): Saved queries #16395
Comments
Good idea! Cloudformation support has recently been added: |
Thanks for opening this feature request, @ramonwilkinson! Until L2 CDK support is implemented for this feature, you can use the L1 construct to create saved queries in your CDK app: https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-logs.CfnQueryDefinition.html |
PR: #18655 |
This PR implemented the [[feature request] (aws-cloudwatch): Saved queries](#16395). It will let users be able to create CloudWatch Logs Insights QueryDefinition by using L2 construct. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This PR implemented the [[feature request] (aws-cloudwatch): Saved queries](aws#16395). It will let users be able to create CloudWatch Logs Insights QueryDefinition by using L2 construct. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
Add the creation of Saved Queries for CloudWatch Log Insights.
Use Case
Allowing the creation of saved queries with CDK would encourage a software team to define common queries used across multiple accounts. In our team for example, we have separate AWS accounts for each region and stage of our product. Being able to deploy a saved query to many accounts and regions from infrastructure code would simplify the sharing process.
Proposed Solution
Feature request only - I'm not proposing a solution concept.
Other
N/A
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: