Skip to content

/AWS1/CL_GGSFUNCDEFNVERSION

Information about a function definition version.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_defaultconfig TYPE REF TO /AWS1/CL_GGSFUNCDEFAULTCONFIG /AWS1/CL_GGSFUNCDEFAULTCONFIG

The default configuration that applies to all Lambda functions in this function definition version. Individual Lambda functions can override these settings.

it_functions TYPE /AWS1/CL_GGSFUNCTION=>TT___LISTOFFUNCTION TT___LISTOFFUNCTION

A list of Lambda functions in this function definition version.


Queryable Attributes

DefaultConfig

The default configuration that applies to all Lambda functions in this function definition version. Individual Lambda functions can override these settings.

Accessible with the following methods

Method Description
GET_DEFAULTCONFIG() Getter for DEFAULTCONFIG

Functions

A list of Lambda functions in this function definition version.

Accessible with the following methods

Method Description
GET_FUNCTIONS() Getter for FUNCTIONS, with configurable default
ASK_FUNCTIONS() Getter for FUNCTIONS w/ exceptions if field has no value
HAS_FUNCTIONS() Determine if FUNCTIONS has a value