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.84.0 (build 5404dcf)", date="2023-06-19T16:30:41.098Z") @Stability(Experimental) public interface IDataProcessor extends software.amazon.jsii.JsiiSerializable
(experimental) A data processor that Kinesis Data Firehose will call to transform records before delivering data.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IDataProcessor.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(software.constructs.Construct scope, DataProcessorBindOptions options)
    (experimental) Binds this processor to a destination of a delivery stream.
    (experimental) The constructor props of the DataProcessor.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getProps

      @Stability(Experimental) @NotNull DataProcessorProps getProps()
      (experimental) The constructor props of the DataProcessor.
    • bind

      @Stability(Experimental) @NotNull DataProcessorConfig bind(@NotNull software.constructs.Construct scope, @NotNull DataProcessorBindOptions options)
      (experimental) 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.