Skip to content

(aws-kinesisfirehose): prefixes for delivery stream S3 destination  #15551

@madeline-k

Description

@madeline-k

Use Case

const s3Destination = new destinations.S3(bucket, {
  prefix: 'myFirehose/DeliveredYear=!{timestamp:yyyy}/anyMonth/rand=!{firehose:random-string}',
  errorOutputPrefix: 'myFirehoseFailures/!{firehose:error-output-type}/!{timestamp:yyyy}/anyMonth/!{timestamp:dd}',
});

https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html

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

Metadata

Metadata

Assignees

Labels

@aws-cdk/aws-kinesisfirehoseRelated to Amazon Kinesis Data Firehosefeature-requestA feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions