Skip to content

(aws-kinesisfirehose): Support for server-side encryption in DeliveryStream #15546

@madeline-k

Description

@madeline-k

Add support for Server-side encryption to the Kinesis Data Firehose L2.

Use Case

new DeliveryStream(this, 'Delivery Stream AWS Owned', {
  encryption: StreamEncryption.AWS_OWNED,
  destinations: [destination],
});

Proposed Solution

See: https://github.com/aws/aws-cdk/pull/15505/files

Other

  • 👋 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