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?
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