/AWS1/CL_IN2AWSLAMBDAFUNCDETS¶
A summary of information about the Amazon Web Services Lambda function.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_functionname TYPE /AWS1/IN2FUNCTIONNAME /AWS1/IN2FUNCTIONNAME¶
The name of the Amazon Web Services Lambda function.
iv_runtime TYPE /AWS1/IN2RUNTIME /AWS1/IN2RUNTIME¶
The runtime environment for the Amazon Web Services Lambda function.
iv_codesha256 TYPE /AWS1/IN2NONEMPTYSTRING /AWS1/IN2NONEMPTYSTRING¶
The SHA256 hash of the Amazon Web Services Lambda function's deployment package.
iv_version TYPE /AWS1/IN2VERSION /AWS1/IN2VERSION¶
The version of the Amazon Web Services Lambda function.
iv_executionrolearn TYPE /AWS1/IN2EXECUTIONROLEARN /AWS1/IN2EXECUTIONROLEARN¶
The Amazon Web Services Lambda function's execution role.
Optional arguments:¶
it_layers TYPE /AWS1/CL_IN2LAYERLIST_W=>TT_LAYERLIST TT_LAYERLIST¶
The Amazon Web Services Lambda function's layers. A Lambda function can have up to five layers.
io_vpcconfig TYPE REF TO /AWS1/CL_IN2LAMBDAVPCCONFIG /AWS1/CL_IN2LAMBDAVPCCONFIG¶
The Amazon Web Services Lambda function's networking configuration.
iv_packagetype TYPE /AWS1/IN2PACKAGETYPE /AWS1/IN2PACKAGETYPE¶
The type of deployment package. Set to
Imagefor container image and setZipfor .zip file archive.
it_architectures TYPE /AWS1/CL_IN2ARCHITECTURELIST_W=>TT_ARCHITECTURELIST TT_ARCHITECTURELIST¶
The instruction set architecture that the Amazon Web Services Lambda function supports. Architecture is a string array with one of the valid values. The default architecture value is
x86_64.
iv_lastmodifiedat TYPE /AWS1/IN2TIMESTAMP /AWS1/IN2TIMESTAMP¶
The date and time that a user last updated the configuration, in ISO 8601 format
Queryable Attributes¶
functionName¶
The name of the Amazon Web Services Lambda function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTIONNAME() |
Getter for FUNCTIONNAME, with configurable default |
ASK_FUNCTIONNAME() |
Getter for FUNCTIONNAME w/ exceptions if field has no value |
HAS_FUNCTIONNAME() |
Determine if FUNCTIONNAME has a value |
runtime¶
The runtime environment for the Amazon Web Services Lambda function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNTIME() |
Getter for RUNTIME, with configurable default |
ASK_RUNTIME() |
Getter for RUNTIME w/ exceptions if field has no value |
HAS_RUNTIME() |
Determine if RUNTIME has a value |
codeSha256¶
The SHA256 hash of the Amazon Web Services Lambda function's deployment package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODESHA256() |
Getter for CODESHA256, with configurable default |
ASK_CODESHA256() |
Getter for CODESHA256 w/ exceptions if field has no value |
HAS_CODESHA256() |
Determine if CODESHA256 has a value |
version¶
The version of the Amazon Web Services Lambda function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
executionRoleArn¶
The Amazon Web Services Lambda function's execution role.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONROLEARN() |
Getter for EXECUTIONROLEARN, with configurable default |
ASK_EXECUTIONROLEARN() |
Getter for EXECUTIONROLEARN w/ exceptions if field has no va |
HAS_EXECUTIONROLEARN() |
Determine if EXECUTIONROLEARN has a value |
layers¶
The Amazon Web Services Lambda function's layers. A Lambda function can have up to five layers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAYERS() |
Getter for LAYERS, with configurable default |
ASK_LAYERS() |
Getter for LAYERS w/ exceptions if field has no value |
HAS_LAYERS() |
Determine if LAYERS has a value |
vpcConfig¶
The Amazon Web Services Lambda function's networking configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONFIG() |
Getter for VPCCONFIG |
packageType¶
The type of deployment package. Set to
Imagefor container image and setZipfor .zip file archive.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGETYPE() |
Getter for PACKAGETYPE, with configurable default |
ASK_PACKAGETYPE() |
Getter for PACKAGETYPE w/ exceptions if field has no value |
HAS_PACKAGETYPE() |
Determine if PACKAGETYPE has a value |
architectures¶
The instruction set architecture that the Amazon Web Services Lambda function supports. Architecture is a string array with one of the valid values. The default architecture value is
x86_64.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARCHITECTURES() |
Getter for ARCHITECTURES, with configurable default |
ASK_ARCHITECTURES() |
Getter for ARCHITECTURES w/ exceptions if field has no value |
HAS_ARCHITECTURES() |
Determine if ARCHITECTURES has a value |
lastModifiedAt¶
The date and time that a user last updated the configuration, in ISO 8601 format
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDAT() |
Getter for LASTMODIFIEDAT, with configurable default |
ASK_LASTMODIFIEDAT() |
Getter for LASTMODIFIEDAT w/ exceptions if field has no valu |
HAS_LASTMODIFIEDAT() |
Determine if LASTMODIFIEDAT has a value |