aws-logs-destinations: Missing FirehoseDestination
or DataFirehoseDestination
#32038
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
Describe the feature
Currently, the
aws_cdk.aws_logs_destinations
package only containsKinesisDestination
andLambdaDestination
. 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 toaws_logs_destinations
.Other Information
No response
Acknowledgements
CDK version used
2.159.1
Environment details (OS name and version, etc.)
WSL2, Python 3.12
The text was updated successfully, but these errors were encountered: