/AWS1/CL_S3_LAMBDAFUNCTIONCONF¶
A container for specifying the configuration for Lambda notifications.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_lambdafunctionarn TYPE /AWS1/S3_LAMBDAFUNCTIONARN /AWS1/S3_LAMBDAFUNCTIONARN¶
The Amazon Resource Name (ARN) of the Lambda function that Amazon S3 invokes when the specified event type occurs.
it_events TYPE /AWS1/CL_S3_EVENTLIST_W=>TT_EVENTLIST TT_EVENTLIST¶
The Amazon S3 bucket event for which to invoke the Lambda function. For more information, see Supported Event Types in the Amazon S3 User Guide.
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 |
LambdaFunctionArn¶
The Amazon Resource Name (ARN) of the Lambda function that Amazon S3 invokes when the specified event type occurs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAMBDAFUNCTIONARN() |
Getter for LAMBDAFUNCTIONARN, with configurable default |
ASK_LAMBDAFUNCTIONARN() |
Getter for LAMBDAFUNCTIONARN w/ exceptions if field has no v |
HAS_LAMBDAFUNCTIONARN() |
Determine if LAMBDAFUNCTIONARN has a value |
Events¶
The Amazon S3 bucket event for which to invoke the Lambda function. For more information, see Supported Event Types in the Amazon S3 User Guide.
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_LAMBDAFUNCTIONCONFLIST¶
TYPES TT_LAMBDAFUNCTIONCONFLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3_LAMBDAFUNCTIONCONF WITH DEFAULT KEY
.