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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.IDataProcessor
IDataProcessor.Jsii$Default, IDataProcessor.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal DataProcessorConfigbind(software.constructs.Construct scope, DataProcessorBindOptions options) Binds this processor to a destination of a delivery stream.final DataProcessorPropsgetProps()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, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getProps
The constructor props of the DataProcessor.- Specified by:
getPropsin interfaceIDataProcessor- Specified by:
getPropsin interfaceIDataProcessor.Jsii$Default
-
bind
@Stability(Stable) @NotNull public final DataProcessorConfig bind(@NotNull software.constructs.Construct scope, @NotNull DataProcessorBindOptions options) 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:
bindin interfaceIDataProcessor- Specified by:
bindin interfaceIDataProcessor.Jsii$Default- Parameters:
scope- This parameter is required.options- This parameter is required.
-