-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(aws-kinesisfirehose): Support for backing up source records to S3 #15724
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-kinesisfirehoseRelated to Amazon Kinesis Data FirehoseRelated to Amazon Kinesis Data Firehoseeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p1
Milestone
Description
Use Case
const destination = new firehosedestinations.S3Bucket(bucket, {
role: destinationRole,
backupConfiguration: {
backupMode: firehosedestinations.BackupMode.ALL,
backupBucket: new s3.Bucket(stack, 'MyBackupBucket'),
},
});
firehose.DeliveryStream(stack, 'DeliveryStream', {
destinations: [destination],
});
Proposed Solution
See: https://github.com/aws/aws-cdk/pull/15505/files#
And: https://github.com/aws/aws-cdk-rfcs/blob/master/text/0340-firehose-l2.md
- 👋 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 Firehoseeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p1