Uses of Class
software.amazon.awscdk.services.kinesisfirehose.destinations.Compression
Packages that use Compression
Package
Description
Amazon Kinesis Data Firehose Destinations Library
-
Uses of Compression in software.amazon.awscdk.services.kinesisfirehose.destinations
Fields in software.amazon.awscdk.services.kinesisfirehose.destinations declared as CompressionModifier and TypeFieldDescriptionstatic final CompressionCompression.GZIP(experimental) gzip.static final CompressionCompression.HADOOP_SNAPPY(experimental) Hadoop-compatible Snappy.static final CompressionCompression.SNAPPY(experimental) Snappy.static final CompressionCompression.ZIP(experimental) ZIP.Methods in software.amazon.awscdk.services.kinesisfirehose.destinations that return CompressionModifier and TypeMethodDescriptiondefault CompressionCommonDestinationS3Props.getCompression()(experimental) The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket.final CompressionCommonDestinationS3Props.Jsii$Proxy.getCompression()final CompressionDestinationS3BackupProps.Jsii$Proxy.getCompression()final CompressionS3BucketProps.Jsii$Proxy.getCompression()static Compression(experimental) Creates a new Compression instance with a custom value.Methods in software.amazon.awscdk.services.kinesisfirehose.destinations with parameters of type CompressionModifier 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()