InputTransformationConfig
- class aws_cdk.aws_pipes_alpha.InputTransformationConfig(*, input_template)
Bases:
object
(experimental) The inputTemplate that is used to transform the input event payload with unquoted variables.
- Parameters:
input_template (
str
) – (experimental) The inputTemplate that is used to transform the input event payload.- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_pipes_alpha as pipes_alpha input_transformation_config = pipes_alpha.InputTransformationConfig( input_template="inputTemplate" )
Attributes
- input_template
(experimental) The inputTemplate that is used to transform the input event payload.
- Stability:
experimental