Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-kinesisfirehose-destinations-alpha/lib/c…
Browse files Browse the repository at this point in the history
…ommon.ts
  • Loading branch information
Leo10Gama authored Feb 28, 2025
1 parent 35a1b92 commit d87df24
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ export class Compression {
* ZIP
*/
public static readonly ZIP = new Compression('ZIP');

/**
* [PLACEHOLDER COMMENT: TO BE FILLED OUT]
* Uncompressed
*/
public static readonly UNCOMPRESSED = new Compression('UNCOMPRESSED');

Expand Down

0 comments on commit d87df24

Please sign in to comment.