We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55199a commit 6ed7a45Copy full SHA for 6ed7a45
packages/@aws-cdk/aws-kinesisfirehose-destinations-alpha/lib/common.ts
@@ -28,6 +28,10 @@ export class Compression {
28
* ZIP
29
*/
30
public static readonly ZIP = new Compression('ZIP');
31
+ /**
32
+ * Uncompressed
33
+ */
34
+ public static readonly UNCOMPRESSED = new Compression('UNCOMPRESSED');
35
36
/**
37
* Creates a new Compression instance with a custom value.
0 commit comments