Interface IInputTransformation
(experimental) Transform or replace the input event payload.
Namespace: Amazon.CDK.AWS.Pipes.Alpha
Assembly: Amazon.CDK.AWS.Pipes.Alpha.dll
Syntax (csharp)
public interface IInputTransformation
Syntax (vb)
Public Interface IInputTransformation
Remarks
Stability: Experimental
Synopsis
Methods
Bind(IPipe) | (experimental) Bind the input transformation to the pipe and returns the inputTemplate string. |
Methods
Bind(IPipe)
(experimental) Bind the input transformation to the pipe and returns the inputTemplate string.
IInputTransformationConfig Bind(IPipe pipe)
Parameters
- pipe IPipe
Returns
Remarks
Stability: Experimental