Show / Hide Table of Contents

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

IInputTransformationConfig

Remarks

Stability: Experimental

Back to top Generated by DocFX