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 DataProcessorConfig
bind
(software.constructs.Construct scope, DataProcessorBindOptions options) (experimental) Binds this processor to a destination of a delivery stream.default DataProcessorProps
getProps()
(experimental) The constructor props of the DataProcessor.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProps
(experimental) The constructor props of the DataProcessor.- Specified by:
getProps
in interfaceIDataProcessor
-
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 interfaceIDataProcessor
- Parameters:
scope
- This parameter is required.options
- This parameter is required.
-