| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
SqsSendMessage.Builder |
SqsSendMessage.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static SqsSendMessage.Builder |
SqsSendMessage.Builder.create(software.constructs.Construct scope,
String id) |
SqsSendMessage.Builder |
SqsSendMessage.Builder.delay(Duration delay)
(experimental) The length of time, for which to delay a message.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.messageBody(TaskInput messageBody)
(experimental) The text message to send to the queue.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.messageDeduplicationId(String messageDeduplicationId)
(experimental) The token used for deduplication of sent messages.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.messageGroupId(String messageGroupId)
(experimental) The tag that specifies that a message belongs to a specific message group.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.queue(IQueue queue)
(experimental) The SQS queue that messages will be sent to.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.resultSelector(Map<String,? extends Object> resultSelector)
(experimental) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
Copyright © 2021. All rights reserved.