Uses of Class
software.amazon.awscdk.services.pipes.alpha.InputTransformation
Packages that use InputTransformation
Package
Description
Amazon EventBridge Pipes Construct Library
Amazon EventBridge Pipes Enrichments Construct Library
-
Uses of InputTransformation in software.amazon.awscdk.services.pipes.alpha
Methods in software.amazon.awscdk.services.pipes.alpha that return InputTransformationModifier and TypeMethodDescriptionstatic InputTransformationInputTransformation.fromEventPath(String jsonPathExpression) (experimental) Creates an InputTransformation from a jsonPath expression of the input event.static InputTransformationInputTransformation.fromObject(Map<String, ? extends Object> inputTemplate) (experimental) Creates an InputTransformation from a pipe variable.static InputTransformation(experimental) Creates an InputTransformation from a string. -
Uses of InputTransformation in software.amazon.awscdk.services.pipes.enrichments.alpha
Methods in software.amazon.awscdk.services.pipes.enrichments.alpha that return InputTransformationModifier and TypeMethodDescriptiondefault InputTransformationApiDestinationEnrichmentProps.getInputTransformation()(experimental) The input transformation for the enrichment.final InputTransformationApiDestinationEnrichmentProps.Jsii$Proxy.getInputTransformation()default InputTransformationApiGatewayEnrichmentProps.getInputTransformation()(experimental) The input transformation for the enrichment.final InputTransformationApiGatewayEnrichmentProps.Jsii$Proxy.getInputTransformation()default InputTransformationLambdaEnrichmentProps.getInputTransformation()(experimental) The input transformation for the enrichment.final InputTransformationLambdaEnrichmentProps.Jsii$Proxy.getInputTransformation()default InputTransformationStepFunctionsEnrichmentProps.getInputTransformation()(experimental) The input transformation for the enrichment.final InputTransformationStepFunctionsEnrichmentProps.Jsii$Proxy.getInputTransformation()Methods in software.amazon.awscdk.services.pipes.enrichments.alpha with parameters of type InputTransformationModifier and TypeMethodDescriptionApiDestinationEnrichment.Builder.inputTransformation(InputTransformation inputTransformation) (experimental) The input transformation for the enrichment.ApiDestinationEnrichmentProps.Builder.inputTransformation(InputTransformation inputTransformation) Sets the value ofApiDestinationEnrichmentProps.getInputTransformation()ApiGatewayEnrichment.Builder.inputTransformation(InputTransformation inputTransformation) (experimental) The input transformation for the enrichment.ApiGatewayEnrichmentProps.Builder.inputTransformation(InputTransformation inputTransformation) Sets the value ofApiGatewayEnrichmentProps.getInputTransformation()LambdaEnrichment.Builder.inputTransformation(InputTransformation inputTransformation) (experimental) The input transformation for the enrichment.LambdaEnrichmentProps.Builder.inputTransformation(InputTransformation inputTransformation) Sets the value ofLambdaEnrichmentProps.getInputTransformation()StepFunctionsEnrichment.Builder.inputTransformation(InputTransformation inputTransformation) (experimental) The input transformation for the enrichment.StepFunctionsEnrichmentProps.Builder.inputTransformation(InputTransformation inputTransformation) Sets the value ofStepFunctionsEnrichmentProps.getInputTransformation()