Uses of Interface
software.amazon.awscdk.services.kinesisfirehose.DataProcessorProps
Packages that use DataProcessorProps
Package
Description
Amazon Kinesis Data Firehose Construct Library
-
Uses of DataProcessorProps in software.amazon.awscdk.services.kinesisfirehose
Classes in software.amazon.awscdk.services.kinesisfirehose that implement DataProcessorPropsMethods in software.amazon.awscdk.services.kinesisfirehose that return DataProcessorPropsModifier and TypeMethodDescriptionDataProcessorProps.Builder.build()Builds the configured instance.IDataProcessor.getProps()(experimental) The constructor props of the DataProcessor.default DataProcessorPropsIDataProcessor.Jsii$Default.getProps()(experimental) The constructor props of the DataProcessor.final DataProcessorPropsIDataProcessor.Jsii$Proxy.getProps()(experimental) The constructor props of the DataProcessor.LambdaFunctionProcessor.getProps()(experimental) The constructor props of the LambdaFunctionProcessor.Constructors in software.amazon.awscdk.services.kinesisfirehose with parameters of type DataProcessorPropsModifierConstructorDescriptionLambdaFunctionProcessor(IFunction lambdaFunction, DataProcessorProps props)