Interface IDataProcessor
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IDataProcessor.Jsii$Default
- All Known Implementing Classes:
AppendDelimiterToRecordProcessor,CloudWatchLogProcessor,DecompressionProcessor,IDataProcessor.Jsii$Proxy,LambdaFunctionProcessor
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-04T09:27:44.135Z")
@Stability(Stable)
public interface IDataProcessor
extends software.amazon.jsii.JsiiSerializable
A data processor that Amazon Data Firehose will call to transform records before delivering data.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDataProcessor.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind(software.constructs.Construct scope, DataProcessorBindOptions options) Binds this processor to a destination of a delivery stream.getProps()The constructor props of the DataProcessor.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProps
The constructor props of the DataProcessor. -
bind
@Stability(Stable) @NotNull DataProcessorConfig bind(@NotNull software.constructs.Construct scope, @NotNull DataProcessorBindOptions options) Binds this processor to a destination of a delivery stream.Implementers should use this method to grant processor invocation permissions to the provided stream and return the necessary configuration to register as a processor.
- Parameters:
scope- This parameter is required.options- This parameter is required.
-