/AWS1/CL_LMDCHAINEDINVOKEOPTS¶
Configuration options for chained function invocations in durable executions, including retry settings and timeout configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_functionname TYPE /AWS1/LMDNAMESPACEDFUNCNAME /AWS1/LMDNAMESPACEDFUNCNAME¶
The name or ARN of the Lambda function to invoke.
Optional arguments:¶
iv_tenantid TYPE /AWS1/LMDTENANTID /AWS1/LMDTENANTID¶
The tenant identifier for the chained invocation.
Queryable Attributes¶
FunctionName¶
The name or ARN of the Lambda function to invoke.
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 |
TenantId¶
The tenant identifier for the chained invocation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TENANTID() |
Getter for TENANTID, with configurable default |
ASK_TENANTID() |
Getter for TENANTID w/ exceptions if field has no value |
HAS_TENANTID() |
Determine if TENANTID has a value |