Interface IDataProcessor.Jsii$Default
- All Superinterfaces:
IDataProcessor,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IDataProcessor.Jsii$Proxy
- Enclosing interface:
IDataProcessor
Internal default implementation for
IDataProcessor.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.IDataProcessor
IDataProcessor.Jsii$Default, IDataProcessor.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault DataProcessorConfigbind(software.constructs.Construct scope, DataProcessorBindOptions options) Binds this processor to a destination of a delivery stream.default DataProcessorPropsgetProps()The constructor props of the DataProcessor.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProps
The constructor props of the DataProcessor.- Specified by:
getPropsin interfaceIDataProcessor
-
bind
@Stability(Stable) @NotNull default 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- Parameters:
scope- This parameter is required.options- This parameter is required.
-