Uses of Class
software.amazon.awscdk.services.events.targets.SfnStateMachine.Builder
Package
Description
Event Targets for Amazon EventBridge
-
Uses of SfnStateMachine.Builder in software.amazon.awscdk.services.events.targets
Modifier and TypeMethodDescriptionstatic SfnStateMachine.Builder
SfnStateMachine.Builder.create
(IStateMachine machine) SfnStateMachine.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.SfnStateMachine.Builder.input
(RuleTargetInput input) The input to the state machine execution.SfnStateMachine.Builder.maxEventAge
(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.SfnStateMachine.Builder.retryAttempts
(Number retryAttempts) The maximum number of times to retry when the function returns an error.The IAM role to be assumed to execute the State Machine.