@Generated(value="jsii-pacmak/0.21.1 (build 9ff44cb)", date="2020-01-07T23:11:00.941Z") @Stability(value=Experimental) public interface SendToQueueProps extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
SendToQueueProps.Builder
A builder for
SendToQueueProps |
static class |
SendToQueueProps.Jsii$Proxy
An implementation for
SendToQueueProps |
| Modifier and Type | Method and Description |
|---|---|
static SendToQueueProps.Builder |
builder() |
default Duration |
getDelay()
The length of time, in seconds, for which to delay a specific message.
|
default ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to call SendMessage to SQS.
|
TaskInput |
getMessageBody()
The text message to send to the queue.
|
default String |
getMessageDeduplicationId()
The token used for deduplication of sent messages.
|
default String |
getMessageGroupId()
The tag that specifies that a message belongs to a specific message group.
|
@Stability(value=Experimental) TaskInput getMessageBody()
EXPERIMENTAL
@Stability(value=Experimental) default Duration getDelay()
Valid values are 0-900 seconds.
Default: Default value of the queue is used
EXPERIMENTAL
@Stability(value=Experimental) default ServiceIntegrationPattern getIntegrationPattern()
The valid value is either FIRE_AND_FORGET or WAIT_FOR_TASK_TOKEN.
Default: FIRE_AND_FORGET
EXPERIMENTAL
@Stability(value=Experimental) default String getMessageDeduplicationId()
Default: Use content-based deduplication
EXPERIMENTAL
@Stability(value=Experimental) default String getMessageGroupId()
Required for FIFO queues. FIFO ordering applies to messages in the same message group.
Default: No group ID
EXPERIMENTAL
@Stability(value=Experimental) static SendToQueueProps.Builder builder()
SendToQueueProps.Builder of SendToQueuePropsCopyright © 2020. All rights reserved.