public static interface IDataProcessor.Jsii$Default extends IDataProcessor
IDataProcessor
.IDataProcessor.Jsii$Default, IDataProcessor.Jsii$Proxy
Modifier and Type | Method and Description |
---|---|
default 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.
|
default DataProcessorProps getProps()
getProps
in interface IDataProcessor
default DataProcessorConfig bind(software.constructs.Construct scope, 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.
bind
in interface IDataProcessor
scope
- This parameter is required.options
- This parameter is required.