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

aws-logs-destinations: Missing FirehoseDestination or DataFirehoseDestination #32038

Open
2 tasks
czechnology opened this issue Nov 6, 2024 · 1 comment
Open
2 tasks
Labels
@aws-cdk/aws-logs-destinations effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2

Comments

@czechnology
Copy link

Describe the feature

Currently, the aws_cdk.aws_logs_destinations package only contains KinesisDestination and LambdaDestination. However, logs subscriptions are possible also to Amazon Data Firehose, yet there seems to be no way to configure such subscription using CDK at the moment?

Use Case

I want to subscribe to CloudWatch Logs with Firehose as the destionation, as per this example in docs. My particular use case is forwarding of logs from CloudWatch to Dynatrace using Firehose.

Proposed Solution

Add a [Data]FirehoseDestination class to aws_logs_destinations.

Other Information

No response

Acknowledgements

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

CDK version used

2.159.1

Environment details (OS name and version, etc.)

WSL2, Python 3.12

@czechnology czechnology added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 6, 2024
@ashishdhingra ashishdhingra self-assigned this Nov 6, 2024
@ashishdhingra ashishdhingra added p2 investigating This issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels Nov 6, 2024
@ashishdhingra
Copy link
Contributor

Valid feature request.

@ashishdhingra ashishdhingra added effort/small Small work item – less than a day of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Nov 6, 2024
@ashishdhingra ashishdhingra removed their assignment Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-logs-destinations effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

No branches or pull requests

2 participants