Class IDataProcessor.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.IDataProcessor.Jsii$Proxy
All Implemented Interfaces:
IDataProcessor, IDataProcessor.Jsii$Default, software.amazon.jsii.JsiiSerializable
Enclosing interface:
IDataProcessor

@Internal public static final class IDataProcessor.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IDataProcessor.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.IDataProcessor

    IDataProcessor.Jsii$Default, IDataProcessor.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
     
  • 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 class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • getProps

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

      @Stability(Experimental) @NotNull public final 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
      Specified by:
      bind in interface IDataProcessor.Jsii$Default
      Parameters:
      scope - This parameter is required.
      options - This parameter is required.