@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.944Z") @Stability(value=Experimental) public interface SqsSendMessageProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
SqsSendMessageProps.Builder
A builder for
SqsSendMessageProps |
static class |
SqsSendMessageProps.Jsii$Proxy
An implementation for
SqsSendMessageProps |
| Modifier and Type | Method and Description |
|---|---|
static SqsSendMessageProps.Builder |
builder() |
default Duration |
getDelay()
(experimental) The length of time, for which to delay a message.
|
TaskInput |
getMessageBody()
(experimental) The text message to send to the queue.
|
default String |
getMessageDeduplicationId()
(experimental) The token used for deduplication of sent messages.
|
default String |
getMessageGroupId()
(experimental) The tag that specifies that a message belongs to a specific message group.
|
IQueue |
getQueue()
(experimental) The SQS queue that messages will be sent to.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Experimental) @NotNull TaskInput getMessageBody()
@Stability(value=Experimental) @NotNull IQueue getQueue()
@Stability(value=Experimental) @Nullable default Duration getDelay()
Messages that you send to the queue remain invisible to consumers for the duration of the delay period. The maximum allowed delay is 15 minutes.
Default: - delay set on the queue. If a delay is not set on the queue, messages are sent immediately (0 seconds).
@Stability(value=Experimental) @Nullable default String getMessageDeduplicationId()
Any messages sent with the same deduplication ID are accepted successfully, but aren't delivered during the 5-minute deduplication interval.
Default: - None
@Stability(value=Experimental) @Nullable default String getMessageGroupId()
Messages that belong to the same message group are processed in a FIFO manner. Messages in different message groups might be processed out of order.
Default: - None
@Stability(value=Experimental) static SqsSendMessageProps.Builder builder()
builder in interface TaskStateBasePropsSqsSendMessageProps.Builder of SqsSendMessagePropsCopyright © 2021. All rights reserved.