recursiveLoop

@JvmName(name = "xioosbvfdhsypvor")
suspend fun recursiveLoop(value: Output<FunctionRecursiveLoop>)
@JvmName(name = "tijoqnhkgsgonsib")
suspend fun recursiveLoop(value: FunctionRecursiveLoop?)

Parameters

value

The status of your function's recursive loop detection configuration. When this value is set to Allow and Lambda detects your function being invoked as part of a recursive loop, it doesn't take any action. When this value is set to Terminate and Lambda detects your function being invoked as part of a recursive loop, it stops your function being invoked and notifies you.