class
Amazonite::Lambda::GetFunctionRecursionConfigResponse
- Amazonite::Lambda::GetFunctionRecursionConfigResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_function_recursion_config_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#recursive_loop : RecursiveLoop | Nil
If your function's recursive loop detection configuration is
Allow, Lambda doesn't take any action when it detects your function being invoked as part of a recursive loop. -
#recursive_loop=(recursive_loop : RecursiveLoop | Nil)
If your function's recursive loop detection configuration is
Allow, Lambda doesn't take any action when it detects your function being invoked as part of a recursive loop. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
If your function's recursive loop detection configuration is Allow, Lambda doesn't take any
action when it detects your function being invoked as part of a recursive loop.
If your function's recursive loop detection configuration is Terminate, Lambda stops your
function being invoked and notifies you when it detects your function being invoked as part of a
recursive loop.
By default, Lambda sets your function's configuration to Terminate. You can update this
configuration using the PutFunctionRecursionConfig action.
If your function's recursive loop detection configuration is Allow, Lambda doesn't take any
action when it detects your function being invoked as part of a recursive loop.
If your function's recursive loop detection configuration is Terminate, Lambda stops your
function being invoked and notifies you when it detects your function being invoked as part of a
recursive loop.
By default, Lambda sets your function's configuration to Terminate. You can update this
configuration using the PutFunctionRecursionConfig action.