interface InputTransformationConfig
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Pipes.Alpha.InputTransformationConfig |
Go | github.com/aws/aws-cdk-go/awscdkpipesalpha/v2#InputTransformationConfig |
Java | software.amazon.awscdk.services.pipes.alpha.InputTransformationConfig |
Python | aws_cdk.aws_pipes_alpha.InputTransformationConfig |
TypeScript (source) | @aws-cdk/aws-pipes-alpha » InputTransformationConfig |
Obtainable from
Input.bind()
The inputTemplate that is used to transform the input event payload with unquoted variables.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as pipes_alpha from '@aws-cdk/aws-pipes-alpha';
const inputTransformationConfig: pipes_alpha.InputTransformationConfig = {
inputTemplate: 'inputTemplate',
};
Properties
| Name | Type | Description |
|---|---|---|
| input | string | The inputTemplate that is used to transform the input event payload. |
inputTemplate
Type:
string
The inputTemplate that is used to transform the input event payload.

.NET
Go
Java
Python
TypeScript (