| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesisfirehose.destinations |
Amazon Kinesis Data Firehose Destinations Library
|
| Modifier and Type | Field and Description |
|---|---|
static Compression |
Compression.GZIP
(experimental) gzip.
|
static Compression |
Compression.HADOOP_SNAPPY
(experimental) Hadoop-compatible Snappy.
|
static Compression |
Compression.SNAPPY
(experimental) Snappy.
|
static Compression |
Compression.ZIP
(experimental) ZIP.
|
| Modifier and Type | Method and Description |
|---|---|
default 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.
|
Compression |
CommonDestinationS3Props.Jsii$Proxy.getCompression() |
Compression |
DestinationS3BackupProps.Jsii$Proxy.getCompression() |
Compression |
S3BucketProps.Jsii$Proxy.getCompression() |
static Compression |
Compression.of(String value)
(experimental) Creates a new Compression instance with a custom value.
|
| Modifier and Type | Method and Description |
|---|---|
CommonDestinationS3Props.Builder |
CommonDestinationS3Props.Builder.compression(Compression compression)
Sets the value of
CommonDestinationS3Props.getCompression() |
S3Bucket.Builder |
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.
|
DestinationS3BackupProps.Builder |
DestinationS3BackupProps.Builder.compression(Compression compression)
Sets the value of
CommonDestinationS3Props.getCompression() |
S3BucketProps.Builder |
S3BucketProps.Builder.compression(Compression compression)
Sets the value of
CommonDestinationS3Props.getCompression() |
Copyright © 2022. All rights reserved.