Interface IInputTransformation
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IInputTransformation.Jsii$Default
- All Known Implementing Classes:
IInputTransformation.Jsii$Proxy
,InputTransformation
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-06T14:43:29.535Z")
@Stability(Experimental)
public interface IInputTransformation
extends software.amazon.jsii.JsiiSerializable
(experimental) Transform or replace the input event payload.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIInputTransformation
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) Bind the input transformation to the pipe and returns the inputTemplate string.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
(experimental) Bind the input transformation to the pipe and returns the inputTemplate string.- Parameters:
pipe
- This parameter is required.
-