@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.754Z") @Stability(value=Experimental) public interface SendToQueueProps extends software.amazon.jsii.JsiiSerializable
| 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()
@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()
@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 © 2019. All rights reserved.