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.116.0 (build 0eddcff)",
date="2025-10-24T13:34:50.341Z")
@Stability(Experimental)
public interface IInputTransformation
extends software.amazon.jsii.JsiiSerializable
(experimental) Transform or replace the input event payload.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInputTransformation.static final classA 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.
-