class Aws::IoTEvents::Types::LambdaAction

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

@note When making an API call, you may pass LambdaAction

data as a hash:

    {
      function_arn: "AmazonResourceName", # required
      payload: {
        content_expression: "ContentExpression", # required
        type: "STRING", # required, accepts STRING, JSON
      },
    }

@!attribute [rw] function_arn

The ARN of the Lambda function that is executed.
@return [String]

@!attribute [rw] payload

You can configure the action payload when you send a message to a
Lambda function.
@return [Types::Payload]

Constants

SENSITIVE