Skip to main content

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

NameDescription
AIdSpecify an identifier for this message within the batch used to communicate the result.
AMessageBodySpecify the message content to send to the queue.