/AWS1/CL_S3COBJLAMBDATRANSFM00¶
A configuration used when creating an Object Lambda Access Point transformation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_actions TYPE /AWS1/CL_S3COBJLAMBDATRANSFM01=>TT_OBJLAMBDATRANSFMTIONCONFA00 TT_OBJLAMBDATRANSFMTIONCONFA00¶
A container for the action of an Object Lambda Access Point configuration. Valid inputs are
GetObject,ListObjects,HeadObject, andListObjectsV2.
io_contenttransformation TYPE REF TO /AWS1/CL_S3COBJLAMBDACONTTRA00 /AWS1/CL_S3COBJLAMBDACONTTRA00¶
A container for the content transformation of an Object Lambda Access Point configuration.
Queryable Attributes¶
Actions¶
A container for the action of an Object Lambda Access Point configuration. Valid inputs are
GetObject,ListObjects,HeadObject, andListObjectsV2.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONS() |
Getter for ACTIONS, with configurable default |
ASK_ACTIONS() |
Getter for ACTIONS w/ exceptions if field has no value |
HAS_ACTIONS() |
Determine if ACTIONS has a value |
ContentTransformation¶
A container for the content transformation of an Object Lambda Access Point configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTRANSFORMATION() |
Getter for CONTENTTRANSFORMATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_OBJLAMBDATRANSFMTIONCONFS00¶
TYPES TT_OBJLAMBDATRANSFMTIONCONFS00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3COBJLAMBDATRANSFM00 WITH DEFAULT KEY
.