Uses of Interface
software.amazon.awscdk.services.kinesisfirehose.IDataProcessor
Packages that use IDataProcessor
Package
Description
Amazon Data Firehose Construct Library
-
Uses of IDataProcessor in software.amazon.awscdk.services.kinesisfirehose
Subinterfaces of IDataProcessor in software.amazon.awscdk.services.kinesisfirehoseModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDataProcessor.Classes in software.amazon.awscdk.services.kinesisfirehose that implement IDataProcessorModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classUse an AWS Lambda function to transform records.Methods in software.amazon.awscdk.services.kinesisfirehose that return IDataProcessorModifier and TypeMethodDescriptiondefault IDataProcessorCommonDestinationProps.getProcessor()The data transformation that should be performed on the data before writing to the destination.final IDataProcessorCommonDestinationProps.Jsii$Proxy.getProcessor()final IDataProcessorS3BucketProps.Jsii$Proxy.getProcessor()Methods in software.amazon.awscdk.services.kinesisfirehose with parameters of type IDataProcessorModifier and TypeMethodDescriptionCommonDestinationProps.Builder.processor(IDataProcessor processor) Sets the value ofCommonDestinationProps.getProcessor()S3Bucket.Builder.processor(IDataProcessor processor) The data transformation that should be performed on the data before writing to the destination.S3BucketProps.Builder.processor(IDataProcessor processor) Sets the value ofCommonDestinationProps.getProcessor()