Uses of Interface
software.amazon.awscdk.services.pipes.alpha.IInputTransformation
Package
Description
Amazon EventBridge Pipes Construct Library
Amazon EventBridge Pipes Targets Construct Library
-
Uses of IInputTransformation in software.amazon.awscdk.services.pipes.alpha
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIInputTransformation
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
(experimental) Transform or replace the input event payload. -
Uses of IInputTransformation in software.amazon.awscdk.services.pipes.targets.alpha
Modifier and TypeMethodDescriptiondefault IInputTransformation
ApiDestinationTargetParameters.getInputTransformation()
(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformation
ApiDestinationTargetParameters.Jsii$Proxy.getInputTransformation()
default IInputTransformation
ApiGatewayTargetParameters.getInputTransformation()
(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformation
ApiGatewayTargetParameters.Jsii$Proxy.getInputTransformation()
default IInputTransformation
CloudWatchLogsTargetParameters.getInputTransformation()
(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformation
CloudWatchLogsTargetParameters.Jsii$Proxy.getInputTransformation()
default IInputTransformation
EventBridgeTargetParameters.getInputTransformation()
(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformation
EventBridgeTargetParameters.Jsii$Proxy.getInputTransformation()
default IInputTransformation
KinesisTargetParameters.getInputTransformation()
(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformation
KinesisTargetParameters.Jsii$Proxy.getInputTransformation()
default IInputTransformation
LambdaFunctionParameters.getInputTransformation()
(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformation
LambdaFunctionParameters.Jsii$Proxy.getInputTransformation()
default IInputTransformation
SageMakerTargetParameters.getInputTransformation()
(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformation
SageMakerTargetParameters.Jsii$Proxy.getInputTransformation()
default IInputTransformation
SfnStateMachineParameters.getInputTransformation()
(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformation
SfnStateMachineParameters.Jsii$Proxy.getInputTransformation()
default IInputTransformation
SqsTargetParameters.getInputTransformation()
(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformation
SqsTargetParameters.Jsii$Proxy.getInputTransformation()
Modifier and TypeMethodDescriptionApiDestinationTarget.Builder.inputTransformation
(IInputTransformation inputTransformation) (experimental) The input transformation to apply to the message before sending it to the target.ApiDestinationTargetParameters.Builder.inputTransformation
(IInputTransformation inputTransformation) Sets the value ofApiDestinationTargetParameters.getInputTransformation()
ApiGatewayTarget.Builder.inputTransformation
(IInputTransformation inputTransformation) (experimental) The input transformation to apply to the message before sending it to the target.ApiGatewayTargetParameters.Builder.inputTransformation
(IInputTransformation inputTransformation) Sets the value ofApiGatewayTargetParameters.getInputTransformation()
CloudWatchLogsTarget.Builder.inputTransformation
(IInputTransformation inputTransformation) (experimental) The input transformation to apply to the message before sending it to the target.CloudWatchLogsTargetParameters.Builder.inputTransformation
(IInputTransformation inputTransformation) Sets the value ofCloudWatchLogsTargetParameters.getInputTransformation()
EventBridgeTarget.Builder.inputTransformation
(IInputTransformation inputTransformation) (experimental) The input transformation to apply to the message before sending it to the target.EventBridgeTargetParameters.Builder.inputTransformation
(IInputTransformation inputTransformation) Sets the value ofEventBridgeTargetParameters.getInputTransformation()
KinesisTarget.Builder.inputTransformation
(IInputTransformation inputTransformation) (experimental) The input transformation to apply to the message before sending it to the target.KinesisTargetParameters.Builder.inputTransformation
(IInputTransformation inputTransformation) Sets the value ofKinesisTargetParameters.getInputTransformation()
LambdaFunction.Builder.inputTransformation
(IInputTransformation inputTransformation) (experimental) The input transformation to apply to the message before sending it to the target.LambdaFunctionParameters.Builder.inputTransformation
(IInputTransformation inputTransformation) Sets the value ofLambdaFunctionParameters.getInputTransformation()
SageMakerTarget.Builder.inputTransformation
(IInputTransformation inputTransformation) (experimental) The input transformation to apply to the message before sending it to the target.SageMakerTargetParameters.Builder.inputTransformation
(IInputTransformation inputTransformation) Sets the value ofSageMakerTargetParameters.getInputTransformation()
SfnStateMachine.Builder.inputTransformation
(IInputTransformation inputTransformation) (experimental) The input transformation to apply to the message before sending it to the target.SfnStateMachineParameters.Builder.inputTransformation
(IInputTransformation inputTransformation) Sets the value ofSfnStateMachineParameters.getInputTransformation()
SqsTarget.Builder.inputTransformation
(IInputTransformation inputTransformation) (experimental) The input transformation to apply to the message before sending it to the target.SqsTargetParameters.Builder.inputTransformation
(IInputTransformation inputTransformation) Sets the value ofSqsTargetParameters.getInputTransformation()