/AWS1/CL_SQSLSTDEADLETTERSRC01¶
A list of your dead letter source queues.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_queueurls TYPE /AWS1/CL_SQSQUEUEURLLIST_W=>TT_QUEUEURLLIST TT_QUEUEURLLIST¶
A list of source queue URLs that have the
RedrivePolicyqueue attribute configured with a dead-letter queue.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SQSTOKEN /AWS1/SQSTOKEN¶
Pagination token to include in the next request. Token value is
nullif there are no additional results to request, or if you did not setMaxResultsin the request.
Queryable Attributes¶
queueUrls¶
A list of source queue URLs that have the
RedrivePolicyqueue attribute configured with a dead-letter queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEURLS() |
Getter for QUEUEURLS, with configurable default |
ASK_QUEUEURLS() |
Getter for QUEUEURLS w/ exceptions if field has no value |
HAS_QUEUEURLS() |
Determine if QUEUEURLS has a value |
NextToken¶
Pagination token to include in the next request. Token value is
nullif there are no additional results to request, or if you did not setMaxResultsin the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |