Interface IDataProcessor
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IDataProcessor.Jsii$Default
- All Known Implementing Classes:
IDataProcessor.Jsii$Proxy
,LambdaFunctionProcessor
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-19T18:01:45.141Z")
@Stability(Deprecated)
@Deprecated
public interface IDataProcessor
extends software.amazon.jsii.JsiiSerializable
Deprecated.
(deprecated) A data processor that Kinesis Data Firehose will call to transform records before delivering data.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Deprecated.Internal default implementation forIDataProcessor
.static final class
Deprecated.A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind
(software.constructs.Construct scope, DataProcessorBindOptions options) Deprecated.getProps()
Deprecated.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProps
Deprecated.(deprecated) The constructor props of the DataProcessor. -
bind
@Stability(Deprecated) @Deprecated @NotNull DataProcessorConfig bind(@NotNull software.constructs.Construct scope, @NotNull DataProcessorBindOptions options) Deprecated.(deprecated) 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.
-