LambdaAction class

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

Constructors

LambdaAction({required String functionArn, Payload? payload})
LambdaAction.fromJson(Map<String, dynamic> json)
factory

Properties

functionArn String
The ARN of the Lambda function that is executed.
final
hashCode int
The hash code for this object.
no setterinherited
payload Payload?
You can configure the action payload when you send a message to a Lambda function.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited