/AWS1/CL_S3_QUEUECONFIGURATION¶
Specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_queuearn TYPE /AWS1/S3_QUEUEARN /AWS1/S3_QUEUEARN¶
The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.
it_events TYPE /AWS1/CL_S3_EVENTLIST_W=>TT_EVENTLIST TT_EVENTLIST¶
A collection of bucket events for which to send notifications
Optional arguments:¶
iv_id TYPE /AWS1/S3_NOTIFICATIONID /AWS1/S3_NOTIFICATIONID¶
Id
io_filter TYPE REF TO /AWS1/CL_S3_NOTIFCONFFILTER /AWS1/CL_S3_NOTIFCONFFILTER¶
Filter
Queryable Attributes¶
Id¶
Id
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
QueueArn¶
The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEARN() |
Getter for QUEUEARN, with configurable default |
ASK_QUEUEARN() |
Getter for QUEUEARN w/ exceptions if field has no value |
HAS_QUEUEARN() |
Determine if QUEUEARN has a value |
Events¶
A collection of bucket events for which to send notifications
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTS() |
Getter for EVENTS, with configurable default |
ASK_EVENTS() |
Getter for EVENTS w/ exceptions if field has no value |
HAS_EVENTS() |
Determine if EVENTS has a value |
Filter¶
Filter
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTER() |
Getter for FILTER |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_QUEUECONFIGURATIONLIST¶
TYPES TT_QUEUECONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3_QUEUECONFIGURATION WITH DEFAULT KEY
.