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.
  • Method Details

    • getProps

      @Stability(Deprecated) @Deprecated @NotNull DataProcessorProps 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.