@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:11.135Z") @Stability(value=Experimental) public interface IDataProcessor extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDataProcessor.Jsii$Default
Internal default implementation for
IDataProcessor. |
static class |
IDataProcessor.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
DataProcessorConfig |
bind(software.constructs.Construct scope,
DataProcessorBindOptions options)
(experimental) Binds this processor to a destination of a delivery stream.
|
DataProcessorProps |
getProps()
(experimental) The constructor props of the DataProcessor.
|
@Stability(value=Experimental) @NotNull DataProcessorProps getProps()
@Stability(value=Experimental) @NotNull DataProcessorConfig bind(@NotNull software.constructs.Construct scope, @NotNull DataProcessorBindOptions options)
Implementers should use this method to grant processor invocation permissions to the provided stream and return the necessary configuration to register as a processor.
scope - This parameter is required.options - This parameter is required.Copyright © 2022. All rights reserved.