Interface IDataProcessor.Jsii$Default

All Superinterfaces:
IDataProcessor, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IDataProcessor.Jsii$Proxy
Enclosing interface:
IDataProcessor

@Internal public static interface IDataProcessor.Jsii$Default extends IDataProcessor
Internal default implementation for IDataProcessor.
  • Method Details

    • getProps

      @Stability(Experimental) @NotNull default DataProcessorProps getProps()
      (experimental) The constructor props of the DataProcessor.
      Specified by:
      getProps in interface IDataProcessor
    • bind

      @Stability(Experimental) @NotNull default 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.

      Specified by:
      bind in interface IDataProcessor
      Parameters:
      scope - This parameter is required.
      options - This parameter is required.