Uses of Class
software.amazon.awscdk.services.kinesisfirehose.destinations.Compression
Package
Description
Amazon Kinesis Data Firehose Destinations Library
-
Uses of Compression in software.amazon.awscdk.services.kinesisfirehose.destinations
Modifier and TypeFieldDescriptionstatic final Compression
Compression.GZIP
(experimental) gzip.static final Compression
Compression.HADOOP_SNAPPY
(experimental) Hadoop-compatible Snappy.static final Compression
Compression.SNAPPY
(experimental) Snappy.static final Compression
Compression.ZIP
(experimental) ZIP.Modifier and TypeMethodDescriptiondefault Compression
CommonDestinationS3Props.getCompression()
(experimental) The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket.final Compression
CommonDestinationS3Props.Jsii$Proxy.getCompression()
final Compression
DestinationS3BackupProps.Jsii$Proxy.getCompression()
final Compression
S3BucketProps.Jsii$Proxy.getCompression()
static Compression
(experimental) Creates a new Compression instance with a custom value.Modifier and TypeMethodDescriptionCommonDestinationS3Props.Builder.compression
(Compression compression) Sets the value ofCommonDestinationS3Props.getCompression()
DestinationS3BackupProps.Builder.compression
(Compression compression) Sets the value ofCommonDestinationS3Props.getCompression()
S3Bucket.Builder.compression
(Compression compression) (experimental) The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket.S3BucketProps.Builder.compression
(Compression compression) Sets the value ofCommonDestinationS3Props.getCompression()