TSQSSendMessageBatchRequestEntry
Class in AWS.SQS
Batch entry implementation for a SendMessageBatch request.
Ancestors
Properties
DelaySeconds
property DelaySeconds: TOptional<Integer>
Id
property Id: string
MessageAttributes
property MessageAttributes: TDictionary<string, ISQSMessageAttributeValue>
Type: ISQSMessageAttributeValue
MessageBody
property MessageBody: string
MessageDeduplicationId
property MessageDeduplicationId: string
MessageGroupId
property MessageGroupId: string
MessageSystemAttributes
property MessageSystemAttributes: TDictionary<string, ISQSMessageSystemAttributeValue>
Constructors
Create
constructor Create(const AId, AMessageBody: string);
Constructor for TSQSSendMessageBatchRequestEntry.
Parameters
| Name | Description |
|---|---|
AId | Specify an identifier for this message within the batch used to communicate the result. |
AMessageBody | Specify the message content to send to the queue. |