Uses of Interface
software.amazon.awscdk.services.pipes.alpha.IInputTransformation
Packages that use IInputTransformation
Package
Description
Amazon EventBridge Pipes Construct Library
Amazon EventBridge Pipes Targets Construct Library
-
Uses of IInputTransformation in software.amazon.awscdk.services.pipes.alpha
Subinterfaces of IInputTransformation in software.amazon.awscdk.services.pipes.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInputTransformation.Classes in software.amazon.awscdk.services.pipes.alpha that implement IInputTransformationModifier and TypeClassDescriptionstatic final classA 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
Methods in software.amazon.awscdk.services.pipes.targets.alpha that return IInputTransformationModifier and TypeMethodDescriptiondefault IInputTransformationApiDestinationTargetParameters.getInputTransformation()(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformationApiDestinationTargetParameters.Jsii$Proxy.getInputTransformation()default IInputTransformationApiGatewayTargetParameters.getInputTransformation()(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformationApiGatewayTargetParameters.Jsii$Proxy.getInputTransformation()default IInputTransformationCloudWatchLogsTargetParameters.getInputTransformation()(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformationCloudWatchLogsTargetParameters.Jsii$Proxy.getInputTransformation()default IInputTransformationEventBridgeTargetParameters.getInputTransformation()(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformationEventBridgeTargetParameters.Jsii$Proxy.getInputTransformation()default IInputTransformationFirehoseTargetParameters.getInputTransformation()(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformationFirehoseTargetParameters.Jsii$Proxy.getInputTransformation()default IInputTransformationKinesisTargetParameters.getInputTransformation()(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformationKinesisTargetParameters.Jsii$Proxy.getInputTransformation()default IInputTransformationLambdaFunctionParameters.getInputTransformation()(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformationLambdaFunctionParameters.Jsii$Proxy.getInputTransformation()default IInputTransformationSageMakerTargetParameters.getInputTransformation()(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformationSageMakerTargetParameters.Jsii$Proxy.getInputTransformation()default IInputTransformationSfnStateMachineParameters.getInputTransformation()(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformationSfnStateMachineParameters.Jsii$Proxy.getInputTransformation()default IInputTransformationSnsTargetParameters.getInputTransformation()(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformationSnsTargetParameters.Jsii$Proxy.getInputTransformation()default IInputTransformationSqsTargetParameters.getInputTransformation()(experimental) The input transformation to apply to the message before sending it to the target.final IInputTransformationSqsTargetParameters.Jsii$Proxy.getInputTransformation()Methods in software.amazon.awscdk.services.pipes.targets.alpha with parameters of type IInputTransformationModifier 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()FirehoseTarget.Builder.inputTransformation(IInputTransformation inputTransformation) (experimental) The input transformation to apply to the message before sending it to the target.FirehoseTargetParameters.Builder.inputTransformation(IInputTransformation inputTransformation) Sets the value ofFirehoseTargetParameters.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()SnsTarget.Builder.inputTransformation(IInputTransformation inputTransformation) (experimental) The input transformation to apply to the message before sending it to the target.SnsTargetParameters.Builder.inputTransformation(IInputTransformation inputTransformation) Sets the value ofSnsTargetParameters.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()