/AWS1/CL_S3COBJLAMBDAACCPOINT¶
An access point with an attached Lambda function used to access transformed data from an Amazon S3 bucket.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/S3COBJLAMBDAACCPOINTNAME /AWS1/S3COBJLAMBDAACCPOINTNAME¶
The name of the Object Lambda Access Point.
Optional arguments:¶
iv_objlambdaaccesspointarn TYPE /AWS1/S3COBJLAMBDAACCPOINTARN /AWS1/S3COBJLAMBDAACCPOINTARN¶
Specifies the ARN for the Object Lambda Access Point.
io_alias TYPE REF TO /AWS1/CL_S3COBJLAMBDAACCPTAL00 /AWS1/CL_S3COBJLAMBDAACCPTAL00¶
The alias of the Object Lambda Access Point.
Queryable Attributes¶
Name¶
The name of the Object Lambda Access Point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
ObjectLambdaAccessPointArn¶
Specifies the ARN for the Object Lambda Access Point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJLAMBDAACCESSPOINTARN() |
Getter for OBJECTLAMBDAACCESSPOINTARN, with configurable def |
ASK_OBJLAMBDAACCESSPOINTARN() |
Getter for OBJECTLAMBDAACCESSPOINTARN w/ exceptions if field |
HAS_OBJLAMBDAACCESSPOINTARN() |
Determine if OBJECTLAMBDAACCESSPOINTARN has a value |
Alias¶
The alias of the Object Lambda Access Point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIAS() |
Getter for ALIAS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_OBJECTLAMBDAACCESSPOINTLIST¶
TYPES TT_OBJECTLAMBDAACCESSPOINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3COBJLAMBDAACCPOINT WITH DEFAULT KEY
.