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 TypeClassDescriptionclassThe data processor to append new line delimiter to each record.classThe data processor to extract message after decompression of CloudWatch Logs.classThe data processor to decompress CloudWatch Logs.static 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()Deprecated.final IDataProcessorCommonDestinationProps.Jsii$Proxy.getProcessor()final IDataProcessorS3BucketProps.Jsii$Proxy.getProcessor()Methods in software.amazon.awscdk.services.kinesisfirehose that return types with arguments of type IDataProcessorModifier and TypeMethodDescriptiondefault List<IDataProcessor> CommonDestinationProps.getProcessors()The data transformation that should be performed on the data before writing to the destination.final List<IDataProcessor> CommonDestinationProps.Jsii$Proxy.getProcessors()final List<IDataProcessor> S3BucketProps.Jsii$Proxy.getProcessors()Methods in software.amazon.awscdk.services.kinesisfirehose with parameters of type IDataProcessorModifier and TypeMethodDescriptionCommonDestinationProps.Builder.processor(IDataProcessor processor) Deprecated.Use `processors` instead.S3Bucket.Builder.processor(IDataProcessor processor) Deprecated.Useprocessorsinstead.S3BucketProps.Builder.processor(IDataProcessor processor) Deprecated.Use `processors` instead.Method parameters in software.amazon.awscdk.services.kinesisfirehose with type arguments of type IDataProcessorModifier and TypeMethodDescriptionCommonDestinationProps.Builder.processors(List<? extends IDataProcessor> processors) Sets the value ofCommonDestinationProps.getProcessors()S3Bucket.Builder.processors(List<? extends IDataProcessor> processors) The data transformation that should be performed on the data before writing to the destination.S3BucketProps.Builder.processors(List<? extends IDataProcessor> processors) Sets the value ofCommonDestinationProps.getProcessors()
processorsinstead.