| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesisfirehose |
Amazon Kinesis Data Firehose Construct Library
|
| software.amazon.awscdk.services.kinesisfirehose.destinations |
Amazon Kinesis Data Firehose Destinations Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDataProcessor.Jsii$Default
Internal default implementation for
IDataProcessor. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IDataProcessor.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
LambdaFunctionProcessor
(experimental) Use an AWS Lambda function to transform records.
|
| Modifier and Type | Method and Description |
|---|---|
IDataProcessor |
S3BucketProps.Jsii$Proxy.getProcessor() |
default IDataProcessor |
CommonDestinationProps.getProcessor()
(experimental) The data transformation that should be performed on the data before writing to the destination.
|
IDataProcessor |
CommonDestinationProps.Jsii$Proxy.getProcessor() |
| Modifier and Type | Method and Description |
|---|---|
S3Bucket.Builder |
S3Bucket.Builder.processor(IDataProcessor processor)
(experimental) The data transformation that should be performed on the data before writing to the destination.
|
S3BucketProps.Builder |
S3BucketProps.Builder.processor(IDataProcessor processor)
Sets the value of
CommonDestinationProps.getProcessor() |
CommonDestinationProps.Builder |
CommonDestinationProps.Builder.processor(IDataProcessor processor)
Sets the value of
CommonDestinationProps.getProcessor() |
Copyright © 2022. All rights reserved.