Class IDataProcessor.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.alpha.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.alpha.IDataProcessor
IDataProcessor.Jsii$Default, IDataProcessor.Jsii$Proxy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal DataProcessorConfig
bind
(software.constructs.Construct scope, DataProcessorBindOptions options) Deprecated.final DataProcessorProps
getProps()
Deprecated.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
Deprecated.(deprecated) The constructor props of the DataProcessor.- Specified by:
getProps
in interfaceIDataProcessor
- Specified by:
getProps
in interfaceIDataProcessor.Jsii$Default
-
bind
@Stability(Deprecated) @Deprecated @NotNull public final 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.
- Specified by:
bind
in interfaceIDataProcessor
- Specified by:
bind
in interfaceIDataProcessor.Jsii$Default
- Parameters:
scope
- This parameter is required.options
- This parameter is required.
-