/AWS1/CL_LMDPUTFUNCRECURSION01¶
PutFunctionRecursionConfigResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_recursiveloop TYPE /AWS1/LMDRECURSIVELOOP /AWS1/LMDRECURSIVELOOP¶
The status of your function's recursive loop detection configuration.
When this value is set to
Allowand Lambda detects your function being invoked as part of a recursive loop, it doesn't take any action.When this value is set to
Terminateand Lambda detects your function being invoked as part of a recursive loop, it stops your function being invoked and notifies you.
Queryable Attributes¶
RecursiveLoop¶
The status of your function's recursive loop detection configuration.
When this value is set to
Allowand Lambda detects your function being invoked as part of a recursive loop, it doesn't take any action.When this value is set to
Terminateand Lambda detects your function being invoked as part of a recursive loop, it stops your function being invoked and notifies you.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECURSIVELOOP() |
Getter for RECURSIVELOOP, with configurable default |
ASK_RECURSIVELOOP() |
Getter for RECURSIVELOOP w/ exceptions if field has no value |
HAS_RECURSIVELOOP() |
Determine if RECURSIVELOOP has a value |