Enumeration Members

ALL: "All"

Returns all values.

APPROXIMATE_FIRST_RECEIVE_TIMESTAMP: "ApproximateFirstReceiveTimestamp"

Returns the time the message was first received from the queue (epoch time in milliseconds).

APPROXIMATE_RECEIVE_COUNT: "ApproximateReceiveCount"

Returns the number of times a message has been received across all queues but not deleted.

MESSAGE_DEDUPLICATION_ID: "MessageDeduplicationId"

Returns the value provided by the producer that calls the SendMessage action.

MESSAGE_GROUP_ID: "MessageGroupId"

Returns the value provided by the producer that calls the SendMessage action. Messages with the same MessageGroupId are returned in sequence.

SENDER_ID: "SenderId"

A unique message sender identifier.

SENT_TIMESTAMP: "SentTimestamp"

Returns the time the message was sent to the queue (epoch time in milliseconds).

SEQUENCE_NUMBER: "SequenceNumber"

Returns the message sequence number (FIFO Queues only).