-
Notifications
You must be signed in to change notification settings - Fork 4.5k
aws-logs-destinations: Missing FirehoseDestination or DataFirehoseDestination #32038
Copy link
Copy link
Closed
Closed
Copy link
Labels
@aws-cdk/aws-logs-destinationseffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-logs-destinationseffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2