-
Notifications
You must be signed in to change notification settings - Fork 4.4k
(aws-kinesisfirehose): support for Buffering Hints on DeliveryStream destinations #15554
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-kinesisfirehoseRelated to Amazon Kinesis Data FirehoseRelated to Amazon Kinesis Data Firehosefeature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.
Milestone
Description
Use Case
const s3Destination = new destinations.S3(bucket, {
bufferingInterval: cdk.Duration.minutes(5),
bufferingSize: cdk.Size.mebibytes(8),
});
new DeliveryStream(this, 'Delivery Stream', {
destinations: [destination],
});
Proposed Solution
See:https://github.com/aws/aws-cdk/pull/15505/files
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-kinesisfirehoseRelated to Amazon Kinesis Data FirehoseRelated to Amazon Kinesis Data Firehosefeature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.