@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-04T19:44:32.575Z") @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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static SendToQueueProps.Builder |
builder() |
software.amazon.awscdk.core.Duration |
getDelay()
The length of time, in seconds, for which to delay a specific message.
|
software.amazon.awscdk.services.stepfunctions.TaskInput |
getMessageBody()
The text message to send to the queue.
|
String |
getMessageDeduplicationId()
The token used for deduplication of sent messages.
|
String |
getMessageGroupId()
The tag that specifies that a message belongs to a specific message group.
|
Boolean |
getWaitForTaskToken()
Whether to pause the workflow until a task token is returned.
|
@Stability(value=Experimental) software.amazon.awscdk.services.stepfunctions.TaskInput getMessageBody()
@Stability(value=Experimental) software.amazon.awscdk.core.Duration getDelay()
@Stability(value=Experimental) String getMessageDeduplicationId()
@Stability(value=Experimental) String getMessageGroupId()
@Stability(value=Experimental) Boolean getWaitForTaskToken()
@Stability(value=Experimental) static SendToQueueProps.Builder builder()
SendToQueueProps.Builder of SendToQueuePropsCopyright © 2019. All rights reserved.