Uses of Class
software.amazon.awscdk.services.pipes.targets.alpha.SfnStateMachine.Builder
Packages that use SfnStateMachine.Builder
Package
Description
Amazon EventBridge Pipes Targets Construct Library
-
Uses of SfnStateMachine.Builder in software.amazon.awscdk.services.pipes.targets.alpha
Methods in software.amazon.awscdk.services.pipes.targets.alpha that return SfnStateMachine.BuilderModifier and TypeMethodDescriptionstatic SfnStateMachine.BuilderSfnStateMachine.Builder.create(IStateMachine stateMachine) SfnStateMachine.Builder.inputTransformation(IInputTransformation inputTransformation) (experimental) The input transformation to apply to the message before sending it to the target.SfnStateMachine.Builder.invocationType(StateMachineInvocationType invocationType) (experimental) Specify whether to invoke the State Machine synchronously (REQUEST_RESPONSE) or asynchronously (FIRE_AND_FORGET).