/AWS1/CL_IN2LAMBDAFUNCTIONMET¶
The Amazon Web Services Lambda function metadata.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_functiontags TYPE /AWS1/CL_IN2TAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The resource tags on an Amazon Web Services Lambda function.
it_layers TYPE /AWS1/CL_IN2LAMBDALAYERLIST_W=>TT_LAMBDALAYERLIST TT_LAMBDALAYERLIST¶
The layers for an Amazon Web Services Lambda function. A Lambda function can have up to five layers.
iv_functionname TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The name of a function.
iv_runtime TYPE /AWS1/IN2RUNTIME /AWS1/IN2RUNTIME¶
An Amazon Web Services Lambda function's runtime.
Queryable Attributes¶
functionTags¶
The resource tags on an Amazon Web Services Lambda function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTIONTAGS() |
Getter for FUNCTIONTAGS, with configurable default |
ASK_FUNCTIONTAGS() |
Getter for FUNCTIONTAGS w/ exceptions if field has no value |
HAS_FUNCTIONTAGS() |
Determine if FUNCTIONTAGS has a value |
layers¶
The layers for an Amazon Web Services Lambda function. 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 |
functionName¶
The name of a 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¶
An Amazon Web Services Lambda function's runtime.
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 |