-
Notifications
You must be signed in to change notification settings - Fork 4.5k
logs: enable distribution setting on subscription filter #30422
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-logsRelated to Amazon CloudWatch LogsRelated to Amazon CloudWatch Logseffort/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
By setting distribution property in L1 Construct, You can choose the method used to distribute log data to the destination, which can be either random or grouped by log stream.
However, the L2 Construct does not support this feature.
This property is only applicable when the destination is an Amazon Kinesis data stream.
Use Case
When you want to distribute log data randomly to Kinesis Data Stream.
Proposed Solution
Add distribution property to the SubscriptionFilter class.
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.143.0
Environment details (OS name and version, etc.)
All
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-logsRelated to Amazon CloudWatch LogsRelated to Amazon CloudWatch Logseffort/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