| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesisfirehose.destinations |
Amazon Kinesis Data Firehose Destinations Library
|
| Modifier and Type | Method and Description |
|---|---|
S3Bucket.Builder |
S3Bucket.Builder.bufferingInterval(Duration bufferingInterval)
(experimental) The length of time that Firehose buffers incoming data before delivering it to the S3 bucket.
|
S3Bucket.Builder |
S3Bucket.Builder.bufferingSize(Size bufferingSize)
(experimental) The size of the buffer that Kinesis Data Firehose uses for incoming data before delivering it to the S3 bucket.
|
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.
|
static S3Bucket.Builder |
S3Bucket.Builder.create(IBucket bucket) |
S3Bucket.Builder |
S3Bucket.Builder.dataOutputPrefix(String dataOutputPrefix)
(experimental) A prefix that Kinesis Data Firehose evaluates and adds to records before writing them to S3.
|
S3Bucket.Builder |
S3Bucket.Builder.encryptionKey(IKey encryptionKey)
(experimental) The AWS KMS key used to encrypt the data that it delivers to your Amazon S3 bucket.
|
S3Bucket.Builder |
S3Bucket.Builder.errorOutputPrefix(String errorOutputPrefix)
(experimental) A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.
|
S3Bucket.Builder |
S3Bucket.Builder.logging(Boolean logging)
(experimental) If true, log errors when data transformation or data delivery fails.
|
S3Bucket.Builder |
S3Bucket.Builder.logGroup(ILogGroup logGroup)
(experimental) The CloudWatch log group where log streams will be created to hold error logs.
|
S3Bucket.Builder |
S3Bucket.Builder.processor(IDataProcessor processor)
(experimental) The data transformation that should be performed on the data before writing to the destination.
|
S3Bucket.Builder |
S3Bucket.Builder.role(IRole role)
(experimental) The IAM role associated with this destination.
|
S3Bucket.Builder |
S3Bucket.Builder.s3Backup(DestinationS3BackupProps s3Backup)
(experimental) The configuration for backing up source records to S3.
|
Copyright © 2022. All rights reserved.