LambdaAction

Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the Lambda function that is executed.

Link copied to clipboard

You can configure the action payload when you send a message to a Lambda function.

Functions

Link copied to clipboard
inline fun copy(block: LambdaAction.Builder.() -> Unit = {}): LambdaAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String