-
An optional description for this state.
SqsSendMessage.Builder.create(software.constructs.Construct scope,
String id)
SqsSendMessage.Builder.delay(software.amazon.awscdk.core.Duration delay)
The length of time, for which to delay a message.
SqsSendMessage.Builder.heartbeat(software.amazon.awscdk.core.Duration heartbeat)
Timeout for the heartbeat.
JSONPath expression to select part of the state to be the input to this state.
AWS Step Functions integrates with services directly in the Amazon States Language.
The text message to send to the queue.
The token used for deduplication of sent messages.
The tag that specifies that a message belongs to a specific message group.
JSONPath expression to select select a portion of the state output to pass to the next state.
The SQS queue that messages will be sent to.
JSONPath expression to indicate where to inject the state's output.
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
SqsSendMessage.Builder.timeout(software.amazon.awscdk.core.Duration timeout)
Timeout for the state machine.